|
|
@@ -247,7 +247,8 @@ export default {
|
|
|
showClassRemind:false,
|
|
|
buyNotice:0,
|
|
|
isHd:1,
|
|
|
- getappIdList: {}
|
|
|
+ getappIdList: {},
|
|
|
+ backAction:''
|
|
|
};
|
|
|
},
|
|
|
onPullDownRefresh() {
|
|
|
@@ -274,6 +275,10 @@ export default {
|
|
|
},
|
|
|
onShow(){
|
|
|
|
|
|
+ if(this.backAction == 'login'){
|
|
|
+ this.init()
|
|
|
+ }
|
|
|
+
|
|
|
if(this.xjData.hasUpdate == 1){
|
|
|
|
|
|
this.customData = this.hasColorInfo
|
|
|
@@ -448,8 +453,6 @@ export default {
|
|
|
},
|
|
|
init(){
|
|
|
|
|
|
- this.init = false
|
|
|
-
|
|
|
//通过供货商小程序分享进采购页,注册的客户,注册后引导返回采购页
|
|
|
if(this.option.fromCg && this.option.fromCg == 1){
|
|
|
uni.setStorageSync('ghsCgOption', this.option)
|