wkyuer 8 сар өмнө
parent
commit
b579544646

+ 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();
                             }
                           })