Bladeren bron

fix: 修改验证码发送和浏览器打开提示问题

yezhihao 6 maanden geleden
bovenliggende
commit
66f02eec64
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      pages/public/invite/download.vue
  2. 1 1
      pages/public/loginphone.vue

+ 1 - 1
pages/public/invite/download.vue

@@ -30,7 +30,7 @@
 				const ua = u.toLowerCase();
 				if (ua.match(/MicroMessenger/i) == 'micromessenger') {
 					if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
-						that.showTip = true;
+						this.showTip = true;
 					} else if (u.indexOf('iPhone') > -1) { //苹果手机
 						this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”');
 					}

+ 1 - 1
pages/public/loginphone.vue

@@ -111,7 +111,7 @@
 					return;
 				}else {
 					this.$queue.showLoading("正在发送验证码...");
-					this.$Request.getT("/app/Login/sendMsg/" + phone + "/forget").then((res) => {
+					this.$Request.getT("/app/Login/sendMsg/" + phone + "/bind").then((res) => {
 						if (res.code === 0) {
 							this.sending = true;
 							this.$queue.showToast("验证码发送成功请注意查收");