@@ -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,