214 lines
13 KiB
Plaintext
214 lines
13 KiB
Plaintext
<view class="page-view" wx:if="{{cardata.url}}">
|
|
<web-view src="{{cardata.url}}"></web-view>
|
|
</view>
|
|
<view class="page-view">
|
|
<view class="top-title">
|
|
<text class="top-title-b">个人蜜糖报告查询</text>
|
|
<text class="top-title-l">查询时间:{{cardata.time}}</text>
|
|
</view>
|
|
<view class="top-box">
|
|
<view class="box-text">
|
|
<view style="width: auto;">
|
|
<text class="brand-text" style="display: inline;">{{cardata.name}}</text>
|
|
</view>
|
|
<text class="order-text">姓名:{{cardata.name}}</text>
|
|
<text class="order-text">身份证:{{cardata.carid}}</text>
|
|
<text class="order-text">手机号:{{cardata.phone}}</text>
|
|
<text class="order-text">年龄:{{records.user_basic.user_age}}岁</text>
|
|
<text class="order-text">地址:{{records.user_basic.user_province}},{{records.user_basic.user_city}},{{records.user_basic.user_region}}</text>
|
|
<text class="order-text ">身份证和姓名是否在黑名单:{{records.user_blacklist.blacklist_name_with_idcard==true?'是':'否'}}</text>
|
|
<text class="order-text ">手机和姓名是否在黑名单:{{records.user_blacklist.blacklist_name_with_phone==true?'是':'否'}}</text>
|
|
</view>
|
|
<view class="box-img">
|
|
<image class="logo-img" mode="widthFix" src="{{cardata.logo}}"></image>
|
|
</view>
|
|
</view>
|
|
<view class="content-view">
|
|
<view class="content-desc">
|
|
<text class="content-title"> 蜜糖报告</text>
|
|
<text class="content-shuo">* 数据来自第三方,仅作参考</text>
|
|
</view>
|
|
<text class="content-shuob" wx:if="{{records.user_blacklist.blacklist_details.length>0}}">黑名单详情类型:{{records.user_blacklist.blacklist_category}}</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_blacklist.blacklist_details.length>0}}" wx:for="{{records.user_blacklist.blacklist_details}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">{{item.details_key}}:</text>
|
|
<text class="xiangmu-detail">{{item.details_value}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob " wx:if="{{records.user_register_orgs.register_orgs_statistics.length>0}}">用户注册信息情况:</text>
|
|
<view class="content-detail-single" wx:if="{{records.user_register_orgs.register_orgs_statistics.length>0}}">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">手机号:</text>
|
|
<text class="xiangmu-detail">{{records.user_register_orgs.phone_num}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">统计:</text>
|
|
<text class="xiangmu-detail">{{records.user_register_orgs.register_cnt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view data-index="{{index}}" wx:if="{{records.user_register_orgs.register_orgs_statistics.length>0}}" wx:for="{{records.user_register_orgs.register_orgs_statistics}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">类型{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.label}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">计数:</text>
|
|
<text class="xiangmu-detail">{{item.count}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob " wx:if="{{records.user_idcard_suspicion.idcard_applied_in_orgs.length>0}}">身份证被机构中使用过:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_idcard_suspicion.idcard_applied_in_orgs.length>0}}" wx:for="{{records.user_idcard_suspicion.idcard_applied_in_orgs}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">机构{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_org_type}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob " wx:if="{{records.user_idcard_suspicion.idcard_with_other_names.length>0}}">身份证绑定的其他名字:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_idcard_suspicion.idcard_with_other_names.length>0}}" wx:for="{{records.user_idcard_suspicion.idcard_with_other_names}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">名字{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_name}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob " wx:if="{{records.user_idcard_suspicion.idcard_with_other_phones.length>0}}">身份证绑定的其他手机号:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_idcard_suspicion.idcard_with_other_phones.length>0}}" wx:for="{{records.user_idcard_suspicion.idcard_with_other_phones}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">手机号{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_phone}}</text>
|
|
<text class="xiangmu-detail">{{item.susp_phone_province}}-{{item.susp_phone_city}}-{{item.susp_phone_operator}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob " wx:if="{{records.user_phone_suspicion.phone_with_other_names.length>0}}">手机号绑定的其他名字:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_phone_suspicion.phone_with_other_names.length>0}}" wx:for="{{records.user_phone_suspicion.phone_with_other_names}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">名字{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_name}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob " wx:if="{{records.user_phone_suspicion.phone_with_other_idcards.length>0}}">手机号绑定的其他银行卡:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_phone_suspicion.phone_with_other_idcards.length>0}}" wx:for="{{records.user_phone_suspicion.phone_with_other_idcards}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">银行卡{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_idcard}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob" wx:if="{{records.user_phone_suspicion.phone_applied_in_orgs.length>0}}">手机号被机构中使用过:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_phone_suspicion.phone_applied_in_orgs.length>0}}" wx:for="{{records.user_phone_suspicion.phone_applied_in_orgs}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">机构{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_org_type}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob" wx:if="{{records.user_phone_suspicion.phone_with_other_names.length>0}}">手机号码绑定的其他姓名:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_phone_suspicion.phone_with_other_names.length>0}}" wx:for="{{records.user_phone_suspicion.phone_with_other_names}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">姓名{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.susp_name}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.susp_updt}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="content-shuob" wx:if="{{records.user_searched_history_by_orgs.length>0}}">用户被机构查询历史:</text>
|
|
<view data-index="{{index}}" wx:if="{{records.user_searched_history_by_orgs.length>0}}" wx:for="{{records.user_searched_history_by_orgs}}" wx:key="index">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">机构{{index+1}}:</text>
|
|
<text class="xiangmu-detail">{{item.searched_org}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">时间:</text>
|
|
<text class="xiangmu-detail">{{item.searched_date}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|