Fix:4895 【商城小程序】用户看完新消息后,首页红点数字提示未消除
This commit is contained in:
+2
-1
@@ -440,6 +440,7 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
this.isEdit = false
|
||||
uni.$emit('updateUnreadMessageCount')
|
||||
if (!this.isLoad) {
|
||||
return
|
||||
}
|
||||
@@ -1222,4 +1223,4 @@ view {
|
||||
background-color: #C52733;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -242,6 +242,7 @@ export default {
|
||||
this.queryGuide('findFunIndex')
|
||||
},
|
||||
onShow() {
|
||||
uni.$emit('updateUnreadMessageCount')
|
||||
const memCityName = uni.getStorageSync('cityName')
|
||||
// this.typeIndex = 0
|
||||
this.name = ''
|
||||
|
||||
@@ -497,6 +497,7 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
this.pageToShowHandle()
|
||||
uni.$emit('updateUnreadMessageCount')
|
||||
},
|
||||
onHide() {
|
||||
this.pageToHideHandle()
|
||||
@@ -2002,4 +2003,4 @@ export default {
|
||||
.price-wrap{
|
||||
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -402,6 +402,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
uni.$emit('updateUnreadMessageCount')
|
||||
if (this.$store.getters.token) {
|
||||
this.isNoLogin = false
|
||||
uni.showLoading({
|
||||
|
||||
Reference in New Issue
Block a user