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