From 4082500c8cf75cce155c60ce03b5efcdfe973053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 13 Apr 2024 15:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E6=BB=B4=E6=8F=90=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=B4=A6=E5=8F=B7=E4=BD=8D=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/Index.cshtml | 25 +++++++++++++------------ Host/Views/Product/Index.cshtml | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) 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: {