商家端邀请码自动填充不可更改
This commit is contained in:
parent
0130ad939d
commit
665ca23d3b
|
|
@ -668,15 +668,6 @@ export default {
|
|||
|
||||
// 取消邀请码确认
|
||||
cancelInviteConfirm() {
|
||||
// 如果是系统自动替换的邀请码,取消后允许用户手动输入
|
||||
if (this.hasAutoReplacedInvite) {
|
||||
this.hasAutoReplacedInvite = false;
|
||||
this.hasExistingInviter = false;
|
||||
// 保存状态
|
||||
this.saveInviteStateToLocal();
|
||||
this.saveFormDataToLocal();
|
||||
}
|
||||
|
||||
// 关闭弹窗
|
||||
this.hideExistingInviteTipPopup();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue