💊 fix: 修复云闪付立减金H5页面状态问题

This commit is contained in:
wangsongsole 2023-08-01 17:10:04 +08:00
parent a6896a50c1
commit 43079998ac
1 changed files with 3 additions and 1 deletions

View File

@ -206,7 +206,9 @@
/* 判断是否web-view打开 则不返回 */
if (this.isMini) return;
if (this.backAble) {
setTimeout(() => {
window.location.replace('./homepage.html');
}, 300);
} else {
history.go(-2);
}