wkyuer 8 月之前
父节点
当前提交
b579544646
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/web/templates/common/returnMoney/wxReturnMoney.html

+ 5 - 5
src/web/templates/common/returnMoney/wxReturnMoney.html

@@ -180,11 +180,11 @@
                             if (res.error_code==0) {
                               checkout.onBridgeReady(JSON.parse(res.data))
                             } else {
-                              checkout.jLoading({
-                                content: res.error_msg,
-                                iconHide: true,
-                                duration: 1500
-                              })
+                              // checkout.jLoading({
+                              //   content: res.error_msg,
+                              //   iconHide: true,
+                              //   duration: 1500
+                              // })
                               location.reload();
                             }
                           })