diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml
index 9ee14da..6b924f2 100644
--- a/Host/Views.Mobile/Product/Index.cshtml
+++ b/Host/Views.Mobile/Product/Index.cshtml
@@ -539,12 +539,14 @@
-
@@ -564,11 +566,10 @@
-
@@ -742,7 +743,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: {
diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml
index 7bb92a6..c433495 100644
--- a/Host/Views/Product/Index.cshtml
+++ b/Host/Views/Product/Index.cshtml
@@ -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: {