Commit cbf93390 authored by ziyu's avatar ziyu

恢复方法

parent 17ba69f2
......@@ -391,7 +391,12 @@
// console.log("手势未触发=====");
}
},
getUserInfo() {},
getUserInfo (e) {
if(e.$wx.detail.userInfo) {
this.setUserInfo(e.$wx.detail.userInfo);
this.authmodal = false;
}
},
changeVideo(e) {
this.setIsConnected();
// setTimeout(() => {
......
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