取消首页点击分类选项的提示信息
This commit is contained in:
parent
df0bec40b2
commit
c1e265ec2a
@ -213,7 +213,7 @@ image {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.payItem_money{
|
.payItem_money{
|
||||||
width: 150rpx;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
|
|||||||
@ -1065,7 +1065,6 @@ export default {
|
|||||||
onShow() {
|
onShow() {
|
||||||
this.showNav = uni.getStorageSync("isShowNav") ?
|
this.showNav = uni.getStorageSync("isShowNav") ?
|
||||||
(uni.getStorageSync("isShowNav") == 1 ? false : true) : false
|
(uni.getStorageSync("isShowNav") == 1 ? false : true) : false
|
||||||
console.log("🚀 ~ onLoad ~ this.showNav:", this.showNav)
|
|
||||||
this.flag = false
|
this.flag = false
|
||||||
this.bottomPageNum = 1
|
this.bottomPageNum = 1
|
||||||
console.log('当前页面展示的城市信息', this.currentCity)
|
console.log('当前页面展示的城市信息', this.currentCity)
|
||||||
@ -1086,10 +1085,10 @@ export default {
|
|||||||
const res = await this.getHomeBottom();
|
const res = await this.getHomeBottom();
|
||||||
this.bottomList = this.bottomList.concat(res);
|
this.bottomList = this.bottomList.concat(res);
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '没有更多了',
|
// title: '没有更多了',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user