update
This commit is contained in:
parent
6cf0442f69
commit
9887ad0101
@ -1969,7 +1969,7 @@ export default {
|
|||||||
.UnionMallShopList {
|
.UnionMallShopList {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
height: 80px;
|
height: 90px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
@ -2048,7 +2048,7 @@ export default {
|
|||||||
.shopList {
|
.shopList {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
height: 80px;
|
height: 90px;
|
||||||
|
|
||||||
.shopItem {
|
.shopItem {
|
||||||
width: 136rpx;
|
width: 136rpx;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -13097,9 +13097,9 @@ var staticImagePath = 'https://eshangtech.com/ShopICO';
|
|||||||
|
|
||||||
// let nodeUrl = 'https://es.robot-z.cn'
|
// let nodeUrl = 'https://es.robot-z.cn'
|
||||||
var nodeUrl = 'https://es.eshangtech.com';
|
var nodeUrl = 'https://es.eshangtech.com';
|
||||||
|
var javaUrl = "https://admin.es.eshangtech.com/platform";
|
||||||
|
// let javaUrl = `http://10.104.1.175:8070/platform`
|
||||||
|
|
||||||
// let javaUrl = `https://admin.es.eshangtech.com/platform`
|
|
||||||
var javaUrl = "http://10.104.1.175:8070/platform";
|
|
||||||
var type = uni.getSystemInfoSync();
|
var type = uni.getSystemInfoSync();
|
||||||
var loginType = '';
|
var loginType = '';
|
||||||
if (type.platform === "android" && type.uniPlatform === "app") {
|
if (type.platform === "android" && type.uniPlatform === "app") {
|
||||||
|
|||||||
@ -347,7 +347,7 @@
|
|||||||
.main .pageContent .advertisement .advertisementContentBox .UnionMallShopList.data-v-79c11018 {
|
.main .pageContent .advertisement .advertisementContentBox .UnionMallShopList.data-v-79c11018 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
height: 80px;
|
height: 90px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -409,7 +409,7 @@
|
|||||||
.main .pageContent .advertisement .advertisementContentBox .shopList.data-v-79c11018 {
|
.main .pageContent .advertisement .advertisementContentBox .shopList.data-v-79c11018 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
height: 80px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.main .pageContent .advertisement .advertisementContentBox .shopList .shopItem.data-v-79c11018 {
|
.main .pageContent .advertisement .advertisementContentBox .shopList .shopItem.data-v-79c11018 {
|
||||||
width: 136rpx;
|
width: 136rpx;
|
||||||
|
|||||||
@ -13,8 +13,8 @@ let staticImagePath = 'https://eshangtech.com/ShopICO'
|
|||||||
// let nodeUrl = 'https://es.robot-z.cn'
|
// let nodeUrl = 'https://es.robot-z.cn'
|
||||||
let nodeUrl = 'https://es.eshangtech.com'
|
let nodeUrl = 'https://es.eshangtech.com'
|
||||||
|
|
||||||
// let javaUrl = `https://admin.es.eshangtech.com/platform`
|
let javaUrl = `https://admin.es.eshangtech.com/platform`
|
||||||
let javaUrl = `http://10.104.1.175:8070/platform`
|
// let javaUrl = `http://10.104.1.175:8070/platform`
|
||||||
|
|
||||||
let type = uni.getSystemInfoSync();
|
let type = uni.getSystemInfoSync();
|
||||||
let loginType = ''
|
let loginType = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user