Fix:2898 【商城小程序】点击1-3次“换一换”后继续点击无效
This commit is contained in:
@@ -296,7 +296,7 @@ export default {
|
|||||||
type: this.typeList[this.typeIndex].id,
|
type: this.typeList[this.typeIndex].id,
|
||||||
cityName: this.cityName,
|
cityName: this.cityName,
|
||||||
random: random,
|
random: random,
|
||||||
randomSeed: randomSeed
|
randomSeed: this.page > 1 ? randomSeed : null
|
||||||
}
|
}
|
||||||
const name = this.name.trim()
|
const name = this.name.trim()
|
||||||
if (name.length > 0) {
|
if (name.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user