|
@@ -225,8 +225,7 @@
|
|
|
'login-code',
|
|
|
{
|
|
|
disabled:
|
|
|
- codeNumber !== '获取验证码' ||
|
|
|
- laoginData.phone.length < 11,
|
|
|
+ codeNumber !== '获取验证码' || laoginData.phone.length < 11,
|
|
|
},
|
|
|
]"
|
|
|
@click="getCode"
|
|
@@ -686,7 +685,7 @@ export default {
|
|
|
this.$toast('手机号码有误,请重填');
|
|
|
return;
|
|
|
}
|
|
|
- this.$refs.verify.show()
|
|
|
+ this.$refs.verify.show();
|
|
|
},
|
|
|
// 登录
|
|
|
async login() {
|
|
@@ -790,10 +789,10 @@ export default {
|
|
|
type: 'common',
|
|
|
authorizationType: 4,
|
|
|
phone: this.laoginData.phone,
|
|
|
- captchaVerification: data.captchaVerification
|
|
|
+ captchaVerification: data.captchaVerification,
|
|
|
};
|
|
|
this.$axios
|
|
|
- .$post('message/v5/phone/send', params)
|
|
|
+ .$post('activity/v5/assist/bargaining/phone/send/activity', params)
|
|
|
.then((res) => {
|
|
|
if (res.success) {
|
|
|
this.codeNumber = 60;
|
|
@@ -817,7 +816,7 @@ export default {
|
|
|
.finally(() => {
|
|
|
this.$toast.clear();
|
|
|
});
|
|
|
- }
|
|
|
+ },
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
@@ -825,10 +824,10 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.bargaining-assistance {
|
|
|
height: 100%;
|
|
|
- /deep/ .van-overlay{
|
|
|
+ /deep/ .van-overlay {
|
|
|
z-index: 0 !important;
|
|
|
}
|
|
|
- /deep/ .van-dialog{
|
|
|
+ /deep/ .van-dialog {
|
|
|
z-index: 0 !important;
|
|
|
}
|
|
|
.inviter-tips,
|