Commit ee8fb196 authored by 付清曌's avatar 付清曌

Merge branch 'feature/userinfo' into 'master'

Feature/userinfo

See merge request !3
parents 99128fa4 27be083f
...@@ -391,8 +391,11 @@ ...@@ -391,8 +391,11 @@
// console.log("手势未触发====="); // console.log("手势未触发=====");
} }
}, },
forbidMove() { getUserInfo (e) {
if(e.$wx.detail.userInfo) {
this.setUserInfo(e.$wx.detail.userInfo);
this.authmodal = false;
}
}, },
changeVideo(e) { changeVideo(e) {
this.setIsConnected(); this.setIsConnected();
......
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