syshxcx/pages/serve/orgList.wxml
dong_bo0602 a1f9e23f6d 0607
2022-06-07 15:43:05 +08:00

9 lines
297 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="container">
<view class="org-box" wx:for="{{orgList}}">
<image src="{{sourceUrl}}community-icon.png"></image>
<view class="org-info">
<view class="org-name">{{item.unitName}}</view>
<view class="org-count">服务人员0人</view>
</view>
</view>
</view>