Browse Source

修改语法错误

zyh
taozi 3 years ago
parent
commit
6268109c92
  1. 2
      pages/user/User/index.vue

2
pages/user/User/index.vue

@ -313,7 +313,7 @@ export default {
} }
}, },
// //
getUserInfoProfile(data) { async getUserInfoProfile(data) {
if (isWeixin()) { if (isWeixin()) {
let wechatInit = wechat() let wechatInit = wechat()
if (wechatInit) { if (wechatInit) {

Loading…
Cancel
Save