mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 12:08:33 +08:00
更新代码
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user