@@ -305,7 +305,7 @@ export default {
},
methods: {
init() {
- this._init
+ this._init()
_init(){
getWeixinId().then(res => {
@@ -74,7 +74,7 @@ export default {
onShow(){
- if (isLogin()) {
+ if (isLogin()&&!this.$util.isEmpty(this.getLoginInfo)) {
if (this.init) {
this.init()
}