zhongtianhaoyuan 2 年之前
父节点
当前提交
4615e0266d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/public/loginOther.vue

+ 1 - 0
pages/public/loginOther.vue

@@ -111,6 +111,7 @@
 				})
 				})
 			},
 			},
 			gocode() {
 			gocode() {
+				let that = this
 				if (this.phone.length == 11 && /^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.phone)) {
 				if (this.phone.length == 11 && /^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.phone)) {
 					that.$request.baseRequest('get', '/cargoOwnerInfo/firstAuthentication', {
 					that.$request.baseRequest('get', '/cargoOwnerInfo/firstAuthentication', {
 						phone: this.phone,
 						phone: this.phone,