diff --git a/config/app.js b/config/app.js index 5ae1ca9..7d17f4c 100644 --- a/config/app.js +++ b/config/app.js @@ -9,8 +9,8 @@ let httpApiThree // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.110:8324' // 测试 if (process.env.NODE_ENV === "development") { - httpApi = 'https://shop.lihaink.cn' // 生产 - // httpApi = "https://crmeb-test.shop.lihaink.cn" + // httpApi = 'https://shop.lihaink.cn' // 生产 + httpApi = "https://crmeb-test.shop.lihaink.cn" // httpApi = "http://192.168.0.222" // httpApi = "http://192.168.0.108:8325" // httpApi = 'http://192.168.0.108:8325' diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue index d51d48d..26db846 100644 --- a/pages/nongKe/cloud_entrepot/index.vue +++ b/pages/nongKe/cloud_entrepot/index.vue @@ -35,7 +35,7 @@ - {{street}} @@ -43,9 +43,8 @@ - - 全部 @@ -93,7 +92,7 @@ - 全部 + @@ -483,13 +482,7 @@ this.Area() let that = this setTimeout(() => { - uni.createSelectorQuery() - .in(this) - .select('.flags') - .boundingClientRect(rect => { - that.headtop = rect.top - }) - .exec(); + uni.createSelectorQuery() .in(this) .select('.flags') @@ -502,7 +495,8 @@ .select('.cart') .boundingClientRect(rect => { // console.log(this.cartTagInfo, 6666) - this.cartTagInfo = rect + that.cartTagInfo = rect + console.log(rect) }) .exec(); // console.log(that.headtop) @@ -571,6 +565,15 @@ } }) .exec(); + uni.createSelectorQuery() + .in(this) + .select('.cart') + .boundingClientRect(rect => { + // console.log(this.cartTagInfo, 6666) + that.cartTagInfo = rect + // console.log(rect) + }) + .exec(); }, onPullDownRefresh() { this.getCloundShop() @@ -824,9 +827,10 @@ spread_id: "", } let that = this + uni.createSelectorQuery().in(this).select(`.act_class${i}`).boundingClientRect(data1 => { - that.trnList[i].left = this.cartTagInfo.left - data1.left; - that.trnList[i].bottom = this.cartTagInfo.top - data1.top; + that.trnList[i].left = that.cartTagInfo.left - data1.left; + that.trnList[i].bottom = that.cartTagInfo.top - data1.top; let timer = setTimeout(() => { that.trnList[i].left = 0 diff --git a/pages/nongKe/food/index.vue b/pages/nongKe/food/index.vue index b44fcd1..ea4bca3 100644 --- a/pages/nongKe/food/index.vue +++ b/pages/nongKe/food/index.vue @@ -24,7 +24,7 @@ + src="/static/images/GXSC/SSBT.png" width="115.65rpx" height="56.82rpx"> diff --git a/pages/nongKe/specialty/index.vue b/pages/nongKe/specialty/index.vue index 8ed58d4..7c056cf 100644 --- a/pages/nongKe/specialty/index.vue +++ b/pages/nongKe/specialty/index.vue @@ -27,7 +27,7 @@ + src="/static/images/GXSC/SSBT.png" width="115.65rpx" height="56.82rpx"> diff --git a/pages/nongKe/tourism/index.vue b/pages/nongKe/tourism/index.vue index ca5f9e8..29f86fd 100644 --- a/pages/nongKe/tourism/index.vue +++ b/pages/nongKe/tourism/index.vue @@ -27,7 +27,7 @@ + src="/static/images/GXSC/SSBT.png" width="115.65rpx" height="56.82rpx"> diff --git a/static/images/LHYC/DWB1.png b/static/images/LHYC/DWB1.png new file mode 100644 index 0000000..ec346ae Binary files /dev/null and b/static/images/LHYC/DWB1.png differ diff --git a/static/images/LHYC/K.png b/static/images/LHYC/K.png new file mode 100644 index 0000000..f6c1502 Binary files /dev/null and b/static/images/LHYC/K.png differ diff --git a/static/images/LHYC/QB1.png b/static/images/LHYC/QB1.png new file mode 100644 index 0000000..ce32670 Binary files /dev/null and b/static/images/LHYC/QB1.png differ