增加全民股东弹窗页面

This commit is contained in:
2026-03-06 14:09:13 +08:00
parent a6174a036c
commit 427f32ded7
4 changed files with 70 additions and 11 deletions

View File

@@ -303,7 +303,7 @@
}
if (res.memberConfig.isSubmitInfo && (shopUserInfo.value.sex === null || shopUserInfo.value.sex ===
undefined || !shopUserInfo.value.nickName || !shopUserInfo.value.birthDay || !shopUserInfo.value
.phone)) {
.phone||shopUserInfo.value.nickName==='微信用户')) {
memberOpen.value = true;
}
conditionList.value = res.memberConfig.conditionList.map(v => {