浏览代码

提现问题修复

xinfeng 6 年之前
父节点
当前提交
a11d429fc7
共有 1 个文件被更改,包括 3 次插入7 次删除
  1. 3 7
      pages/wo/cash.vue

+ 3 - 7
pages/wo/cash.vue

@@ -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);
       }
     }