Commit 85d6d11b by zhangzhen

细节优化

parent 2c6e0dc7
...@@ -1137,7 +1137,6 @@ ...@@ -1137,7 +1137,6 @@
} else if (res.data.code == 401) { } else if (res.data.code == 401) {
this.$refs.loginPop.open(); this.$refs.loginPop.open();
} }
}) })
}, },
onNavToSelectCoupon() { onNavToSelectCoupon() {
...@@ -1459,6 +1458,8 @@ ...@@ -1459,6 +1458,8 @@
} }
}) })
} }
} else if (res.data.code == 401) {
this.$refs.loginPop.open();
} else { } else {
uni.showToast({ uni.showToast({
icon: "none", icon: "none",
......
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