fix: 增加断点
This commit is contained in:
parent
70660672e3
commit
2514e86eeb
|
@ -256,6 +256,7 @@
|
|||
|
||||
// 静默授权
|
||||
wxgzAuth(is_have_webview_voucher, token) {
|
||||
console.log("token 1111 =>", token);
|
||||
/* 公众号打开 */
|
||||
if (is_have_webview_voucher && !this.openid) {
|
||||
const key = localStorage.getItem('key');
|
||||
|
@ -439,6 +440,7 @@
|
|||
this.promttip = '';
|
||||
}, 500);
|
||||
},
|
||||
// ym-power UP: +25% + (x * 2%) +
|
||||
//错误弹出框
|
||||
openErrorDialog(tip) {
|
||||
this.popTitle = '温馨提示';
|
||||
|
|
Loading…
Reference in New Issue