暂存c端账号管理和商户信息

This commit is contained in:
2025-02-24 17:35:18 +08:00
parent 93ee759092
commit d6e93d9f36
22 changed files with 497 additions and 61 deletions

View File

@@ -83,7 +83,6 @@
</view>
<empty wx:else bind:refresh="initUserList" />
{{phone}} {{name}}
</view>
<search-select
show="{{show}}"
@@ -105,4 +104,12 @@
parentId="{{id}}"
bind:ok="onEditConfirm"
bind:cancel="handleCancel"
/>
/>
<updatePhoneModal
visible="{{updatePhoneVisible}}"
tenement="{{tenement}}"
park="{{park}}"
bind:ok="onUpdatePhoneConfirm"
bind:cancel="handleUpdatePhoneCancel"
/>
{{updatePhoneVisible}}