Fix:2898 【商城小程序】点击1-3次“换一换”后继续点击无效

This commit is contained in:
linxi
2024-12-23 09:20:26 +08:00
parent 81c82aca50
commit 2b12a03703
+1 -1
View File
@@ -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) {