水滴提示和默认账号位数

This commit is contained in:
“wanyongkang”
2024-04-13 15:12:12 +08:00
parent ac50f34681
commit 4082500c8c
2 changed files with 14 additions and 13 deletions

View File

@@ -1086,7 +1086,7 @@
},
created: function () {
this.order_info.account = this.randomString(2) + (Math.floor(Math.random() * 1000) + 1);
this.order_info.account = this.randomString(2) + (Math.floor(Math.random() * 10000) + 1);
this.order_info.password = (Math.floor(Math.random() * 1000) + 1);
},
methods: {