diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue
index 5931f37..6e4cb1a 100644
--- a/pages/nongKe/cloud_entrepot/index.vue
+++ b/pages/nongKe/cloud_entrepot/index.vue
@@ -4,7 +4,7 @@
{{town}}里海云仓
-
{{item.title}}云仓服务
diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue
index 495d896..c3d7d88 100644
--- a/pages/store/home/index.vue
+++ b/pages/store/home/index.vue
@@ -1075,21 +1075,20 @@
},
// 去商品详情页
goGoodsDetail(item) {
- console.log('item111', item);
goShopDetail(item, this.uid).then(res => {
if (this.isLogin) {
- // initiateAssistApi(item.activity_id).then(res => {
- // let id = res.data.product_assist_set_id;
- // uni.hideLoading();
- // uni.navigateTo({
- // url: `/pages/activity/assist_detail/index?id=${id}`
- // });
- // }).catch((err) => {
- // uni.showToast({
- // title: err,
- // icon: 'none'
- // })
- // });
+ initiateAssistApi(item.activity_id).then(res => {
+ let id = res.data.product_assist_set_id;
+ uni.hideLoading();
+ uni.navigateTo({
+ url: `/pages/activity/assist_detail/index?id=${id}`
+ });
+ }).catch((err) => {
+ uni.showToast({
+ title: err,
+ icon: 'none'
+ })
+ });
} else {
this.isAuto = true;
this.isShowAuth = true