取消首页点击分类选项的提示信息

This commit is contained in:
赵毅 2025-09-09 09:03:26 +08:00
parent df0bec40b2
commit c1e265ec2a
2 changed files with 5 additions and 6 deletions

View File

@ -213,7 +213,7 @@ image {
}
.payItem_money{
width: 150rpx;
width: auto;
}
.bottom {

View File

@ -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'
// })
}
}
}