zhongtianhaoyuan vor 2 Jahren
Ursprung
Commit
4615e0266d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      pages/public/loginOther.vue

+ 1 - 0
pages/public/loginOther.vue

@@ -111,6 +111,7 @@
 				})
 			},
 			gocode() {
+				let that = this
 				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', {
 						phone: this.phone,