@@ -32,7 +32,6 @@ var vm = new Vue({
}
this.tit = this.imgSrcs[indx - 1].title
document.title = this.imgSrcs[indx - 1].title
- // this.msgData()
},
mounted () {
iosBackRefresh()
@@ -19,7 +19,10 @@ var vm = new Vue({
created() {
this.lastMsg()
this.msgData()
-
+ let wxType = getType()
+ if (!wxType) {
+ checkMsgCount(true, 0)
+ }