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