前端更新 (#183)

* fix:add package

* fix:notice_info为null的情况
This commit is contained in:
wang-liang0615 2023-09-27 09:18:33 +08:00 committed by GitHub
parent 373346e71e
commit 42c506ded8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<ops-icon type="ops-setting-notice-wx" />
</div>
<div @click="handleBindWx" class="setting-person-bind-button">
{{ form.notice_info.wechatApp ? '重新绑定' : '绑定' }}
{{ form.notice_info && form.notice_info.wechatApp ? '重新绑定' : '绑定' }}
</div>
</a-space>
</a-form-model-item>