Explorar el Código

修改手机充值200-500单

dujingxian hace 3 años
padre
commit
2afb0cac80

+ 3 - 3
src/pages/phoneSubPages/phoneMobileCard.vue

@@ -41,7 +41,7 @@
         <el-form-item label="手机号:">
             <el-input
               type="textarea"
-              placeholder="请填写手机号,最多一次可以充值200单"
+              placeholder="请填写手机号,最多一次可以充值500单"
               v-model.trim="formData.code"
               style="width: 100%;"
               :rows="8"></el-input>
@@ -216,8 +216,8 @@ export default {
       }
     },
     input(newVal) {
-      if (newVal && newVal.length > 200) {
-        this.$message.error('一次最多可以充值200单')
+      if (newVal && newVal.length > 500) {
+        this.$message.error('一次最多可以充值500单')
         this.splitStr = ''
         this.input = []
         this.dialogVisible = false

+ 3 - 3
src/pages/subPages/mobileCard.vue

@@ -38,7 +38,7 @@
         <el-form-item label="手机号:">
             <el-input
               type="textarea"
-              placeholder="请填写手机号,最多一次可以充值200单"
+              placeholder="请填写手机号,最多一次可以充值500单"
               v-model.trim="formData.code"
               style="width: 70%;"
               :rows="15"></el-input>
@@ -216,8 +216,8 @@ export default {
       }
     },
     input(newVal) {
-      if (newVal && newVal.length > 200) {
-        this.$message.error('一次最多可以充值200单')
+      if (newVal && newVal.length > 500) {
+        this.$message.error('一次最多可以充值500单')
         this.splitStr = ''
         this.input = []
         this.dialogVisible = false