|
@@ -512,14 +512,15 @@ export default {
|
|
|
this.backAction = ''
|
|
this.backAction = ''
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ // 判断是否登录
|
|
|
if(!this.$util.isEmpty(this.loginInfo.admin) && this.loginInfo.admin.currentShopId > 0){
|
|
if(!this.$util.isEmpty(this.loginInfo.admin) && this.loginInfo.admin.currentShopId > 0){
|
|
|
if(!this.$util.isEmpty(this.loginInfo.onlyCg)){
|
|
if(!this.$util.isEmpty(this.loginInfo.onlyCg)){
|
|
|
this.handleLoginStyle(this.loginInfo.onlyCg)
|
|
this.handleLoginStyle(this.loginInfo.onlyCg)
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ this.getUnReadMsgCount()
|
|
|
|
|
+ this.showShopName()
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- this.showShopName()
|
|
|
|
|
- this.getUnReadMsgCount()
|
|
|
|
|
},
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|
|
|
return {
|
|
return {
|