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

bug修复

parent 3985d9fb
......@@ -203,6 +203,8 @@ export default {
let openid = uni.getStorageSync('openid');
if(!openid) {
this.wechatLogin()
} else {
this.openid = openid;
}
// #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