Commit 6b37f77c authored by honghy's avatar honghy

获取验证码提示调整

parent 27f9bb2f
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
if (this.mobile == "") { if (this.mobile == "") {
return uni.showToast({ return uni.showToast({
title: this.$lang.lang.notices.phone, title: this.$lang.lang.notices.phone,
icon: "error", icon: "none",
}); });
} }
if (this.leftTime < 60) { if (this.leftTime < 60) {
...@@ -234,7 +234,7 @@ export default { ...@@ -234,7 +234,7 @@ export default {
} else { } else {
uni.showToast({ uni.showToast({
title: this.$lang.lang.notices.nophone, title: this.$lang.lang.notices.nophone,
icon: "error", 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