Commit 85d6d11b by zhangzhen

细节优化

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