Browse Source

BindByPhone add AppId

master
yibo 6 years ago
parent
commit
9de4d3d43a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/login/login.js

+ 1
- 1
pages/login/login.js View File

@ -52,7 +52,7 @@ function XuBindByPhone(that) {
"Country": userInfos.country,
"HeadImgUrl": userInfos.avatarUrl,
"UnionId": "",
}];
}, app.globalData.appID];
network.transfer_request(method2, params2, function (res) {
if (res.result != null) {
WeixinLogin(function () {


Loading…
Cancel
Save