diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index ee4f268..b7079db 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -77,7 +77,7 @@ data() { return { goodsData: [{ - name: '', + name: '商品添加', type: 1, src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/mingcheng.png' }, @@ -104,7 +104,8 @@ }, onLoad(e) { this.mer_id = e.mer_id - this.stype = e.stype + // this.stype = e.stype + this.stype = 2 if (this.stype == 1) { return this.goodsData[0].name = '商品添加' }