@@ -228,13 +228,9 @@ export default {
});
this.dialogShow = false
setTimeout(() => {
- if (this.isIdCard) {
- this.isShowToastSuccess = true
- this.getAlipayInfo()
- this.coins = 0
- } else {
- window.reload()
- }
+ this.isShowToastSuccess = true
+ this.getAlipayInfo()
+ this.coins = 0
}, 1000);
}