mobile/pages/branch/activity/product/cart.vue
@@ -140,7 +140,7 @@ onShow() { /*获取产品详情*/ this.getData(); this.getTabBarLinks(); // this.getTabBarLinks(); if(uni.getStorageSync('citySupplierRes')){ let resData=uni.getStorageSync('citySupplierRes'); this.city_supplier_ids=resData.supplier_ids; @@ -479,8 +479,9 @@ /*去购物*/ gotoShop() { let url = '/pages/branch/activity/product/index'; this.gotoPage(url); // let url = '/pages/branch/activity/product/index?activity_id='+ this.activity_id; // this.gotoPage(url, 'redirect'); uni.navigateBack(-1); } } };