|
@@ -288,6 +288,11 @@ export default {
|
|
|
if(this.backAction == 'login'){
|
|
if(this.backAction == 'login'){
|
|
|
this.init()
|
|
this.init()
|
|
|
}
|
|
}
|
|
|
|
|
+ if(this.backAction == 'cacelMask'){
|
|
|
|
|
+ console.log(this.backAction)
|
|
|
|
|
+ this.init()
|
|
|
|
|
+ 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)){
|
|
@@ -327,8 +332,6 @@ export default {
|
|
|
that.suggest()
|
|
that.suggest()
|
|
|
}
|
|
}
|
|
|
if(res.tapIndex == 2){
|
|
if(res.tapIndex == 2){
|
|
|
- that.$msg("开发中")
|
|
|
|
|
- return false
|
|
|
|
|
that.$util.pageTo({url:'/pagesPurchase/open'})
|
|
that.$util.pageTo({url:'/pagesPurchase/open'})
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|