9 changed files with 174 additions and 9 deletions
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 891 B |
After Width: | Height: | Size: 63 KiB |
@ -1,5 +1,44 @@ |
|||
<Tabs tabList="{{tabList}}" bind:tabChange="tabChange" /> |
|||
<Tabs tabList="{{tabList}}" bind:tabChange="tabChange"/> |
|||
<view class="sub-tit"> |
|||
<image src="../../../../images/statistics/sub-tit.png" mode="widthFix" /> |
|||
<image src="../../../../images/statistics/sub-tit.png" mode="widthFix"/> |
|||
<text>不满意人员画像</text> |
|||
</view> |
|||
<picker> |
|||
<view class="picker"> |
|||
基础教育 |
|||
<image src="../../../../images/statistics/arrow_down.png" mode="widthFix" style="width:20rpx;height:12rpx;"></image> |
|||
</view> |
|||
</picker> |
|||
<view class="portrait"> |
|||
<view class="bg"> |
|||
<image src="../../../../images/statistics/hx_bg.png" mode="widthFix"/> |
|||
</view> |
|||
<view class="tags"> |
|||
<view class="tag"> |
|||
<view class="text">第一网格</view> |
|||
</view> |
|||
<view class="tag"> |
|||
<view class="text">30-40岁</view> |
|||
</view> |
|||
<view class="tag"> |
|||
<view class="text">流动人员</view> |
|||
</view> |
|||
<view class="tag"> |
|||
<view class="text">月收入5000以下</view> |
|||
</view> |
|||
<view class="tag"> |
|||
<view class="text">专科</view> |
|||
</view> |
|||
<view class="tag"> |
|||
<view class="text">已婚</view> |
|||
</view> |
|||
<view class="tag"> |
|||
<view class="text">男</view> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
|
|||
<view class="btn"> |
|||
<text>按画像匹配到同类:570人</text> |
|||
<image src="../../../../images/statistics/btn_right.png" mode="widthFix"/> |
|||
</view> |
|||
|
Loading…
Reference in new issue