Commit cfb1705a authored by 罗超's avatar 罗超

1

parent 9e75e803
...@@ -222,7 +222,9 @@ ...@@ -222,7 +222,9 @@
} }
}, },
onShow() { onShow() {
if(this.g.length>0){
this.setAllMsgSee() this.setAllMsgSee()
}
}, },
created() { created() {
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
......
...@@ -132,7 +132,9 @@ ...@@ -132,7 +132,9 @@
}, },
onShow() { onShow() {
this.getMiaiMessagePageList(); this.getMiaiMessagePageList();
this.setAllMsgSee(); if(this.sysMsgData.length>0){
this.setAllMsgSee()
}
}, },
mounted() { mounted() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
......
...@@ -206,7 +206,9 @@ ...@@ -206,7 +206,9 @@
this.pricecolor = this.$uiConfig.pricecolor; this.pricecolor = this.$uiConfig.pricecolor;
}, },
onShow(){ onShow(){
// this.setAllMsgSee(); if(this.visitorData.length>0){
this.setAllMsgSee()
}
this.getMiaiMessageVisitorPageList() this.getMiaiMessageVisitorPageList()
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment