epmet 工作端 小程序
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.

22 lines
786 B

<Head isBack text="画像匹配人员"/>
<view class="statistics-container">
<view class="card">
<view class="title">
<text class="bold">“基础教育” </text>潜在不满意人员: <text class="blue">378</text> 人
</view>
<view class="log-list">
<view class="log-item" wx:for="{{2}}" bind:tap="gotopage">
<view>
<view class="user">
<view class="name">刘萍 13362021000</view>
</view>
<view class="address">地址:阳光城小区3号楼2单元202户</view>
</view>
<image src="../../../images/right.png" mode="widthFix" class="icon"/>
</view>
</view>
</view>
</view>