DESKTOP-2S67K1S\31396 2 anni fa
parent
commit
d8a81b229b
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      src/mixin/index.js

+ 4 - 1
src/mixin/index.js

@@ -62,6 +62,9 @@ const serviceTimeMixin = {
   data() {
     return {
       serviceTimeOptions: [{
+        value: -1,
+        label: '1天'
+      }, {
         value: 1,
         label: '7天'
       }, {
@@ -117,7 +120,7 @@ const serviceTypeMixin = {
         label: '积分兑换'
       }, {
         value: 5,
-        label: '服务中心'
+        label: '会员中心'
       }],
     }
   }