From 2b12a0370323aacefd65c7f5e7dfe57e11dd51b6 Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 23 Dec 2024 09:20:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2898=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E7=82=B9=E5=87=BB1-3?= =?UTF-8?q?=E6=AC=A1=E2=80=9C=E6=8D=A2=E4=B8=80=E6=8D=A2=E2=80=9D=E5=90=8E?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E7=82=B9=E5=87=BB=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cloud/haveFun.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue index 4996971..0296a2f 100644 --- a/pages/cloud/haveFun.vue +++ b/pages/cloud/haveFun.vue @@ -296,7 +296,7 @@ export default { type: this.typeList[this.typeIndex].id, cityName: this.cityName, random: random, - randomSeed: randomSeed + randomSeed: this.page > 1 ? randomSeed : null } const name = this.name.trim() if (name.length > 0) {