|
@@ -120,13 +120,15 @@
|
|
that.$request.baseRequest('get', '/commonUser/loginVerifyCode', {
|
|
that.$request.baseRequest('get', '/commonUser/loginVerifyCode', {
|
|
phone: this.phone,
|
|
phone: this.phone,
|
|
verifyCode: this.inputList,
|
|
verifyCode: this.inputList,
|
|
- loginFlag: 1
|
|
|
|
|
|
+ loginFlag: 1,
|
|
|
|
+ identification:2
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
that.$request.baseRequest('post', '/commonUser/api/loginQuickly', {
|
|
that.$request.baseRequest('post', '/commonUser/api/loginQuickly', {
|
|
mobilePhone: this.phone,
|
|
mobilePhone: this.phone,
|
|
veriCode: "123456",
|
|
veriCode: "123456",
|
|
- loginFlag: 1
|
|
|
|
|
|
+ loginFlag: 1,
|
|
|
|
+ identification:2
|
|
}).then(res1 => {
|
|
}).then(res1 => {
|
|
that.$request.baseRequest('get', '/newsInfo/unreadMessage', {
|
|
that.$request.baseRequest('get', '/newsInfo/unreadMessage', {
|
|
reCommonId: this.userInfo.id,
|
|
reCommonId: this.userInfo.id,
|