diff --git a/manifest.json b/manifest.json
index a088c5c..79838bc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "惠农商户平台",
"appid" : "__UNI__1EE148C",
"description" : "",
- "versionName" : "1.0.6",
- "versionCode" : 106,
+ "versionName" : "1.0.7",
+ "versionCode" : 107,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue
index 9323762..f12a27d 100644
--- a/pages/nongKe/gather/select_warehouse.vue
+++ b/pages/nongKe/gather/select_warehouse.vue
@@ -724,12 +724,12 @@
})
}
if(type==4){ // 个人商户
- // navigateTo(1, '/pages/product/addGood/addGood_one', {
- // mer_id: this.mer_id
- // });
- navigateTo(1, '/pages/product/addGood/addGood', {
+ navigateTo(1, '/pages/product/addGood/addGood_one', {
mer_id: this.mer_id
});
+ // navigateTo(1, '/pages/product/addGood/addGood', {
+ // mer_id: this.mer_id
+ // });
} else {
navigateTo(1, '/pages/product/addGood/addGood', {
mer_id: this.mer_id
diff --git a/pages/product/goodsOnSale/index.vue b/pages/product/goodsOnSale/index.vue
index 01e45e9..4297298 100644
--- a/pages/product/goodsOnSale/index.vue
+++ b/pages/product/goodsOnSale/index.vue
@@ -61,7 +61,10 @@
上架
删除
恢复
- 编辑
+
+ 编辑
+ 编辑
+
diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue
index a74632b..c1ff1ff 100644
--- a/pages/product/list/index.vue
+++ b/pages/product/list/index.vue
@@ -711,10 +711,11 @@
// removeStorage(item);
// }
// });
- navigateTo(1, '/pages/product/addGood/addGood', {
- mer_id: item.mer_id,
- product_id: item.product_id
- });
+ let url = this.mer_info.type_code=='PersonalStore' ? '/pages/product/addGood/addGood_one' : '/pages/product/addGood/addGood';
+ navigateTo(1, url, {
+ mer_id: item.mer_id,
+ product_id: item.product_id
+ });
},
handleRecycle(item, index) {
let that = this;