Commit 0a17af92 authored by honghy's avatar honghy Committed by wux

获取验证码提示调整

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