Commit 6ef75384 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 8bf279d4
...@@ -255,6 +255,11 @@ ...@@ -255,6 +255,11 @@
that.queryOrderStatus(largeType, ttData.tidStr); that.queryOrderStatus(largeType, ttData.tidStr);
}, },
fail(res) { fail(res) {
if (res.errNo == '4') {
// 4-支付取消
}
message.notify(res.errMsg); message.notify(res.errMsg);
}, },
}); });
...@@ -265,6 +270,10 @@ ...@@ -265,6 +270,10 @@
that.queryOrderStatus(largeType, ttData.tidStr); that.queryOrderStatus(largeType, ttData.tidStr);
}, },
fail(res) { fail(res) {
if (res.errNo == '4') {
// 4-支付取消
}
// message.notify(res.errMsg); // message.notify(res.errMsg);
}, },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment