暂存c端账号管理和商户信息
This commit is contained in:
@@ -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}}
|
Reference in New Issue
Block a user