You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
592 B
23 lines
592 B
2 years ago
|
<view class="num-list">
|
||
|
<view class="num-item">
|
||
|
<view class="txt">
|
||
|
<text>事件未解决
|
||
|
的人数</text>
|
||
|
</view>
|
||
|
<view class="num">76</view>
|
||
|
</view>
|
||
|
<view class="num-item">
|
||
|
<view class="txt">
|
||
|
<text>需求未满足
|
||
|
的人数</text>
|
||
|
</view>
|
||
|
<view class="num">24</view>
|
||
|
</view>
|
||
|
<view class="num-item">
|
||
|
<view class="txt">
|
||
|
<text>应享未享服务
|
||
|
的人数</text>
|
||
|
</view>
|
||
|
<view class="num">13</view>
|
||
|
</view>
|
||
|
</view>
|