wkyy 3 år sedan
förälder
incheckning
ff8fbe7985
3 ändrade filer med 26 tillägg och 13 borttagningar
  1. 6 3
      pagesA/pages/login/change.vue
  2. 8 4
      pagesA/pages/login/index.vue
  3. 12 6
      pagesA/pages/login/register.vue

+ 6 - 3
pagesA/pages/login/change.vue

@@ -133,19 +133,22 @@
 				}
 				if (false && checkOldPhoneResult !== true) {
 					uni.showToast({
-						title: "原手机号输入错误," + checkOldPhoneResult
+						title: "原手机号输入错误," + checkOldPhoneResult,
+						icon: "none"
 					})
 					return;
 				}
 				if (false && checkNewPhoneResult !== true) {
 					uni.showToast({
-						title: "新手机号输入错误," + checkNewPhoneResult
+						title: "新手机号输入错误," + checkNewPhoneResult,
+						icon: "none"
 					})
 					return;
 				}
 				if (!this.form.verifyCode) {
 					uni.showToast({
-						title: "请输入验证码"
+						title: "请输入验证码",
+						icon: "none"
 					})
 					return
 				}

+ 8 - 4
pagesA/pages/login/index.vue

@@ -164,25 +164,29 @@
 				}
 				if (false && checkIdCardResult !== true) {
 					uni.showToast({
-						title: checkIdCardResult
+						title: checkIdCardResult,
+						icon: "none"
 					})
 					return;
 				}
 				if (false && checkPhoneResult !== true) {
 					uni.showToast({
-						title: checkPhoneResult
+						title: checkPhoneResult,
+						icon: "none"
 					})
 					return;
 				}
 				if (!this.form.verifyCode) {
 					uni.showToast({
-						title: "请输入验证码"
+						title: "请输入验证码",
+						icon: "none"
 					})
 					return
 				}
 				if (this.value == '0') {
 					uni.showToast({
-						title: "请勾选协议"
+						title: "请勾选协议",
+						icon: "none"
 					})
 					return
 				}

+ 12 - 6
pagesA/pages/login/register.vue

@@ -216,37 +216,43 @@
 				}
 				if (!this.form.realName) {
 					uni.showToast({
-						title: "请输入姓名"
+						title: "请输入姓名",
+						icon: "none"
 					})
 					return
 				}
 				if (false && checkIdCardResult !== true) {
 					uni.showToast({
-						title: checkIdCardResult
+						title: checkIdCardResult,
+						icon: "none"
 					})
 					return;
 				}
 				if (!this.form.orgName) {
 					uni.showToast({
-						title: "请选择工会"
+						title: "请选择工会",
+						icon: "none"
 					})
 					return
 				}
 				if (false && checkPhoneResult !== true) {
 					uni.showToast({
-						title: checkPhoneResult
+						title: checkPhoneResult,
+						icon: "none"
 					})
 					return;
 				}
 				if (!this.form.verifyCode) {
 					uni.showToast({
-						title: "请输入验证码"
+						title: "请输入验证码",
+						icon: "none"
 					})
 					return
 				}
 				if (this.value == '0') {
 					uni.showToast({
-						title: "请勾选协议"
+						title: "请勾选协议",
+						icon: "none"
 					})
 					return
 				}