From 536bce88af1d96dd0d53c280d5bc7b9624e0ad5c Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 31 Oct 2023 16:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/gather/select_warehouse.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = '商品添加' }