评论商品接口有问题
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
// 确认密码
|
||||
confirmPassword: '',
|
||||
// 邀请码
|
||||
invitationCode: '54321',
|
||||
invitationCode: '',
|
||||
agreement: true
|
||||
})
|
||||
|
||||
@@ -79,6 +79,11 @@
|
||||
return
|
||||
}
|
||||
|
||||
if (!formData.invitationCode) {
|
||||
showToast('请输入邀请码')
|
||||
return
|
||||
}
|
||||
|
||||
const data = {
|
||||
type: isPhone.value ? 2 : 1,
|
||||
mobile: formData.name,
|
||||
|
||||
Reference in New Issue
Block a user