diff --git a/manifest.json b/manifest.json
index ba4fedf..3201889 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,9 @@
{
- "name" : "萤火商城2.0",
+ "name" : "惠云商",
"appid" : "__UNI__1D774AF",
- "description" : "萤火商城V2.0,是全新推出的一款轻量级、高性能、前后端分离的电商系统,让您快速搭建个性化独立商城",
- "versionName" : "2.3.12",
- "versionCode" : 235,
+ "description" : "慧云商是一款提供家电,3C数码,家装建材为一体的批发采购平台,一站式解决找货方案,简化采购流程",
+ "versionName" : "1.0.0",
+ "versionCode" : 1,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/activity/intimate.vue b/pages/activity/intimate.vue
index 69d4756..3a35476 100644
--- a/pages/activity/intimate.vue
+++ b/pages/activity/intimate.vue
@@ -4,9 +4,9 @@
-
- {{storeInfo.store_name}}
- {{storeInfo.describe}}
+
+ {{storeInfo.shop_name}}
+ {{storeInfo.summary}}
¥
- 2516
+ {{couList.reduce_price}}
- 新人券包
- 领取后7天内有效
+ {{couList.name}}
+ 领取后{{couList.expire_day}}天内有效
-
+
- 去领取
+
@@ -102,7 +102,7 @@
查看更多
-
+
@@ -123,18 +123,20 @@
查看更多
- 本场剩余
-
- 02
- :
- 15
- :
- 55
-
+ 本场剩余
+
+
+ {{timeData.hours>10?timeData.hours:'0'+timeData.hours}}
+ :
+ {{ timeData.minutes>10?timeData.minutes:'0'+timeData.minutes}}
+ :
+ {{ timeData.seconds>10?timeData.seconds:'0'+timeData.seconds}}
+
+
-
+
@@ -166,7 +168,7 @@
查看更多
-
+
@@ -182,7 +184,7 @@
查看更多
-
+
@@ -226,9 +228,6 @@
-
-
-
@@ -250,7 +249,7 @@
-
+
咨询
@@ -291,20 +290,20 @@
店内现货
-
+
查看更多
-
+
-
-
-
+
+
{{item.goods_name}}
-
+
@@ -312,36 +311,36 @@
同城服务
查看更多
-
+
-
-
-
-
+
+
+
+
{{item.name}}
-
+
-
+
+
+
+
diff --git a/pages/news/consult/comment.vue b/pages/news/consult/comment.vue
index 1f1aad6..48772a3 100644
--- a/pages/news/consult/comment.vue
+++ b/pages/news/consult/comment.vue
@@ -1,13 +1,13 @@
@@ -32,11 +28,20 @@
background: `url(${this.$picUrl}/static/news/login-bg.png) center top no-repeat`,
// background: 'url('+ img+') center top no-repeat',
backgroundSize: '100%',
- },
+ },
+ cityInfo: {},
}
+ },
+ onLoad() {
+ this.cityInfo = uni.getStorageSync("cityInfo");
},
methods: {
-
+ openMap() {
+ uni.openLocation({
+ latitude: Number(this.cityInfo.latitude),
+ longitude: Number(this.cityInfo.longitude)
+ })
+ },
}
}
diff --git a/pages/serve/index.vue b/pages/serve/index.vue
index 88c48b9..ad7b54c 100644
--- a/pages/serve/index.vue
+++ b/pages/serve/index.vue
@@ -5,11 +5,11 @@
不满意重做
-
+
7x24小时服务
-
+
全场保障
-
+
专业服务
@@ -41,7 +41,7 @@
支付订单
服务评价
-
+
会员中心
@@ -72,7 +72,7 @@
this.getList();
},
onShow() {
- this.userInfo = uni.getStorageSync("userInfo")?uni.getStorageSync("userInfo"):{}
+ this.userInfo = uni.getStorageSync("userInfo")?uni.getStorageSync("userInfo"): ""
},
methods:{
openPage1(){
@@ -110,35 +110,38 @@