水滴提示和默认账号位数
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user