fix: 修改包码信息
This commit is contained in:
parent
139a4df9d4
commit
99be2299ee
|
@ -154,7 +154,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = './homepage.html';
|
// window.location.href = '';
|
||||||
|
locationReplace("./homepage.html")
|
||||||
}, 300)
|
}, 300)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -194,7 +195,8 @@
|
||||||
settlementFun(bm_obj_data.token, bm_obj_data.settlement_data.settlement_type);
|
settlementFun(bm_obj_data.token, bm_obj_data.settlement_data.settlement_type);
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = './homepage.html';
|
// window.location.href = '';
|
||||||
|
locationReplace("./homepage.html")
|
||||||
}, 300)
|
}, 300)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue