@@ -169,7 +169,8 @@
}
if (/^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.phone)) {
that.$request.baseRequest('get', '/commonUser/sendVerifyCode', {
- phone: this.phone
+ phone: this.phone,
+ flag: 3
}).then(res => {
if (res.code == 200) {
that.codestatus = false