fix: 修改包码信息

This commit is contained in:
zhangds 2024-02-28 10:11:01 +08:00
parent 139a4df9d4
commit 99be2299ee
1 changed files with 4 additions and 2 deletions

View File

@ -154,7 +154,8 @@
}
setTimeout(() => {
window.location.href = './homepage.html';
// window.location.href = '';
locationReplace("./homepage.html")
}, 300)
}
@ -194,7 +195,8 @@
settlementFun(bm_obj_data.token, bm_obj_data.settlement_data.settlement_type);
}
setTimeout(() => {
window.location.href = './homepage.html';
// window.location.href = '';
locationReplace("./homepage.html")
}, 300)
}