Commit 6d817986 authored by 肖健's avatar 肖健

bug修复

parent 3985d9fb
...@@ -203,6 +203,8 @@ export default { ...@@ -203,6 +203,8 @@ export default {
let openid = uni.getStorageSync('openid'); let openid = uni.getStorageSync('openid');
if(!openid) { if(!openid) {
this.wechatLogin() this.wechatLogin()
} else {
this.openid = openid;
} }
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment