@@ -389,8 +389,13 @@
_self = this;
},
- onReady(){
+ onShow(){
+ console.log('mylogined onShow');
this.findByOpenId();
+ },
+ onReady(){
+ console.log('mylogined onReady')
+
/*
let personalInfo = this.carhelp.getPersonInfo();
console.log('个人信息'+JSON.stringify(personalInfo));