From 005dc9ead1364f22fb23fc3015c0eaded9b2e8c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com>
Date: Mon, 27 Sep 2021 17:02:48 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=91=E5=B8=83=E4=BC=98?=
=?UTF-8?q?=E6=83=A0=E5=88=B8=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/coupons/add.vue | 42 +-----
store/index.js | 9 +-
.../uni-number-box/uni-number-box.vue | 140 +++++++-----------
3 files changed, 71 insertions(+), 120 deletions(-)
diff --git a/pages/coupons/add.vue b/pages/coupons/add.vue
index 41871a0..8cc8f02 100644
--- a/pages/coupons/add.vue
+++ b/pages/coupons/add.vue
@@ -1,5 +1,5 @@
-
+
@@ -79,7 +79,7 @@
{{datePickerValue.length == 0 ? '选择优惠券有效期区间': datePickerValue[0] + ' 至 ' + datePickerValue[1]}}
-
+
@@ -89,7 +89,7 @@
-
+
已关联{{coupongoods.length}}件商品
选择关联商品
@@ -100,9 +100,9 @@
-
-
-
+
+
+
@@ -116,6 +116,7 @@
},
data() {
return {
+ loding : true,
typeIndex : 0,
types : [
{ id: 1, text: '服务券' },
@@ -235,35 +236,6 @@