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