更新代码

This commit is contained in:
guaishoudemao
2021-02-06 17:25:18 +08:00
parent 2f158bd093
commit 6831473d77
40 changed files with 2294 additions and 2338 deletions

View File

@@ -58,6 +58,7 @@ class AuthWechat {
resolve(this.instance);
})
}).catch(err => {
console.log('微信分享配置失败',err);
this.status = false;
reject(err);
});
@@ -121,7 +122,6 @@ class AuthWechat {
this.toPromise(wx.chooseWXPay, config).then(res => {
resolve(res);
}).catch(res => {
console.log('js中的错误',res)
resolve(res);
});
}).catch(res => {