diff --git a/config/app.js b/config/app.js
index e806925..8036f9b 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/product/basicSet.vue b/pages/product/basicSet.vue
index 0541129..9526100 100644
--- a/pages/product/basicSet.vue
+++ b/pages/product/basicSet.vue
@@ -370,7 +370,7 @@
mer_avatar: this.images[1].img,
mini_banner: this.images[2].img,
mer_certificate: this.images[3].img,
- delivery_way: this.delivery_way,
+ delivery_way: [1,2],
mer_take_name: this.takeName,
mer_take_phone: this.takePhone,
mer_take_address: this.detailSite,
diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue
index d689e49..766a9e0 100644
--- a/pages/product/list/index.vue
+++ b/pages/product/list/index.vue
@@ -1,949 +1,959 @@
-
-
-
-
-
-
-
-
-
-
- 多规格
-
-
-
- 礼包
- {{item.store_name}}
-
-
-
- 库存: {{item.stock}}
- 销量: {{item.sales}}
-
-
- ¥{{item.price}}
- ¥{{item.ot_price}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 线下入库
-
- 下架
-
- 上架
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
- 线下入库
- 线上入库
-
-
-
-
-
-
-
-
-
-
-
- 数量:
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/users/feedback/index.vue b/pages/users/feedback/index.vue
index eea671a..d4bcde8 100644
--- a/pages/users/feedback/index.vue
+++ b/pages/users/feedback/index.vue
@@ -230,6 +230,7 @@
})
return
}
+
feedback({
type: this.qsArray[this.qsIndex].feedback_category_id,
content: this.con,
@@ -238,6 +239,9 @@
contact: this.phone
}).then(res => {
this.isShowbox = true
+ uni.redirectTo({
+ url:'/pages/user/index'
+ })
}).catch(error => {
this.$util.Tips({
title: error
diff --git a/store/modules/app.js b/store/modules/app.js
index e860d7a..75d1220 100644
--- a/store/modules/app.js
+++ b/store/modules/app.js
@@ -126,9 +126,9 @@ const actions = {
if (Object.keys(res.data.appInfo).length > 0) {
- if(res.data.appInfo.version) uni.showLoading({
- title: '检查更新中'
- })
+ // if(res.data.appInfo.version) uni.showLoading({
+ // title: '检查更新中'
+ // })
// 版本更新
if (compareVersions(res.data.appInfo.version, os.appWgtVersion || wgt_v) == 1 &&
@@ -148,7 +148,7 @@ const actions = {
} catch (e) {
console.log(e);
}
- uni.hideLoading();
+ // uni.hideLoading();
}
}