From 5d5a8455239758cc9f634a5661b61b5ef11548b0 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Thu, 14 Sep 2023 15:06:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=80=A7=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/home/home.vue | 2 +- seller/src/views/promotion/pintuan/pintuan-edit.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/seller/src/views/home/home.vue b/seller/src/views/home/home.vue index eedc74e9..639fbe3f 100644 --- a/seller/src/views/home/home.vue +++ b/seller/src/views/home/home.vue @@ -162,7 +162,7 @@
{{ homeData.goodsNum || 0 }}
-
整体商品数量
+
上架商品数量
diff --git a/seller/src/views/promotion/pintuan/pintuan-edit.vue b/seller/src/views/promotion/pintuan/pintuan-edit.vue index 7905544d..fc6f6a9c 100644 --- a/seller/src/views/promotion/pintuan/pintuan-edit.vue +++ b/seller/src/views/promotion/pintuan/pintuan-edit.vue @@ -35,7 +35,7 @@
- 开启虚拟成团后,24小时人数未满的团,系统将会模拟匿名买家凑满人数,使该团成团;您只需要对已付款参团的真实买家发货;建议合理开启以提高 + 开启虚拟成团后,24小时人数未满的团,系统将会模拟匿名买家凑满人数,使该团成团;您只需要对已付款参团的真实买家发货;建议合理开启以提高成团率 @@ -173,7 +173,7 @@ export default { this.form = data; // 此处将值转换为 1 true ,0 false 不然ivew radio组件会报错 this.form.fictitious ? this.$set(this.form, "fictitious", 1) : this.$set(this.form, "fictitious", 0); - + } }); },