瀏覽代碼

修改手机充值200-500单

dujingxian 3 年之前
父節點
當前提交
2afb0cac80
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      src/pages/phoneSubPages/phoneMobileCard.vue
  2. 3 3
      src/pages/subPages/mobileCard.vue

+ 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