Fix:3170 【商城小程序】查看特色店铺详情页后返回该店铺类型列表,下滑刷新过程中会出现店铺重复展示的情况(以昆明的客栈/民宿、乡村游列表为例)
(cherry picked from commit 632886c81c)
This commit is contained in:
@@ -230,7 +230,6 @@ export default {
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
const memCityName = uni.getStorageSync('cityName')
|
const memCityName = uni.getStorageSync('cityName')
|
||||||
this.page = 1
|
|
||||||
// this.typeIndex = 0
|
// this.typeIndex = 0
|
||||||
this.name = ''
|
this.name = ''
|
||||||
if (memCityName.length) {
|
if (memCityName.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user