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 @@