Commit cfb1705a authored by 罗超's avatar 罗超

1

parent 9e75e803
......@@ -222,7 +222,9 @@
}
},
onShow() {
this.setAllMsgSee()
if(this.g.length>0){
this.setAllMsgSee()
}
},
created() {
this.mainColor = this.$uiConfig.mainColor;
......
......@@ -132,7 +132,9 @@
},
onShow() {
this.getMiaiMessagePageList();
this.setAllMsgSee();
if(this.sysMsgData.length>0){
this.setAllMsgSee()
}
},
mounted() {
uni.setNavigationBarTitle({
......
......@@ -206,7 +206,9 @@
this.pricecolor = this.$uiConfig.pricecolor;
},
onShow(){
// this.setAllMsgSee();
if(this.visitorData.length>0){
this.setAllMsgSee()
}
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