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