DESKTOP-2S67K1S\31396 %!s(int64=2) %!d(string=hai) anos
pai
achega
d8a81b229b
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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: '会员中心'
       }],
     }
   }