💊 fix: 修复云闪付立减金H5页面状态问题
This commit is contained in:
parent
a6896a50c1
commit
43079998ac
|
@ -206,7 +206,9 @@
|
|||
/* 判断是否web-view打开 则不返回 */
|
||||
if (this.isMini) return;
|
||||
if (this.backAble) {
|
||||
setTimeout(() => {
|
||||
window.location.replace('./homepage.html');
|
||||
}, 300);
|
||||
} else {
|
||||
history.go(-2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue