diff --git a/config/app.js b/config/app.js
index f79ddf7..5b88400 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 ff287b0..bff8a61 100644
--- a/pages/nongKe/cloud_entrepot/index.vue
+++ b/pages/nongKe/cloud_entrepot/index.vue
@@ -20,53 +20,54 @@
-
-
-
-
-
- {{town}}里海云仓
+
+
+
+
+
+ {{town}}里海云仓
+
+
+
+
+ 全部
+
+
+
+
+
+
+
+
+
+
+
+
+ 供销综合云市场
-
+
+
+
+
+
+
- 全部
-
-
-
-
-
-
-
-
-
-
-
-
- 供销综合云市场
-
-
+ 全部
+
-
-
-
-
-
-
- 全部
-
-
-
-
+
+
{
+
e.list.forEach(item => {
- this.totalMoney += item.productAttr.price * item.cart_num
+ this.totalMoney += item.cart_num * item.productAttr.price
})
+
})
- this.totalMoney = this.totalMoney.toFixed(2);
+ this.totalMoney = this.totalMoney.toFixed(2)
})
- // this.
getCartCounts().then(res => {
this.goodsNum = res.data[0].count
})
@@ -724,7 +726,7 @@
}
.head {
- position: absolute;
+ position: fixed;
z-index: 100;
color: white;
display: flex;
@@ -732,6 +734,7 @@
width: 100%;
padding: 0 20rpx;
align-items: center;
+ transition: .5s;
@@ -743,22 +746,23 @@
color: white;
width: 100%;
padding: 0 20rpx;
- // background-color: white;
-
-
-
-
+ transition: 1s;
+ opacity: 0;
+ }
+ .show {
+ opacity: 1;
}
.menu {
position: absolute;
top: 748rpx;
width: 750rpx;
- background-color: rgba(255, 255, 255, 0.5);
+ background-color: rgba(255, 255, 255, 0.7);
+ height: 250rpx;
// height: 175.23rpx;
// box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.5);
- box-shadow: 0 0 100rpx 30rpx rgba(255, 255, 255, 0.9);
+ // box-shadow: 0 0 100rpx 30rpx rgba(255, 255, 255, 0.9);
}
diff --git a/static/images/LHYC/BG.png b/static/images/LHYC/BG.png
index 0b9e202..1aedb19 100644
Binary files a/static/images/LHYC/BG.png and b/static/images/LHYC/BG.png differ