From a8e45e40423d09a628dc4dd67f64f4aa43bb2a56 Mon Sep 17 00:00:00 2001 From: Richie <280645618@qq.com> Date: Sun, 24 Mar 2024 18:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=8F=B7=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/shop/index.vue | 2 + vue/src/views/wei/goods/index.vue | 234 ++++++++++++++++++++++++++++++ 2 files changed, 236 insertions(+) create mode 100644 vue/src/views/wei/goods/index.vue diff --git a/vue/src/views/shop/index.vue b/vue/src/views/shop/index.vue index 952f7d64..6e12cc98 100644 --- a/vue/src/views/shop/index.vue +++ b/vue/src/views/shop/index.vue @@ -323,6 +323,8 @@ export default { this.$router.push({path:'/shop/goods/dou_goods_list',query:{shopId:row.id}}) }else if(row.type === 4){ this.$router.push({path:'/shop/goods/pdd_goods_list',query:{shopId:row.id}}) + } else if(row.type === 5){ + this.$router.push({path:'/shop/goods/wei_goods_list',query:{shopId:row.id}}) } }, handleLogistics(row) { diff --git a/vue/src/views/wei/goods/index.vue b/vue/src/views/wei/goods/index.vue new file mode 100644 index 00000000..49fd6fc1 --- /dev/null +++ b/vue/src/views/wei/goods/index.vue @@ -0,0 +1,234 @@ + + +