|
@@ -9,7 +9,7 @@
|
|
|
<view class="xycx-text">姓名:{{data.userInfo ? data.userInfo.realName: ''}} </view>
|
|
<view class="xycx-text">姓名:{{data.userInfo ? data.userInfo.realName: ''}} </view>
|
|
|
<view class="xycx-text">身份证号:{{data.userInfo ? data.userInfo.idcard: ''}} </view>
|
|
<view class="xycx-text">身份证号:{{data.userInfo ? data.userInfo.idcard: ''}} </view>
|
|
|
<view class="xycx-line"></view>
|
|
<view class="xycx-line"></view>
|
|
|
- <button @click="handleUpdate" type="default" class="phone-green-btn">重新查询</button>
|
|
|
|
|
|
|
+ <button @click="handleUpdate" type="default" class="phone-green-btn">查询</button>
|
|
|
</view>
|
|
</view>
|
|
|
<template v-if="data.userInfo">
|
|
<template v-if="data.userInfo">
|
|
|
<view class="search-result-box">
|
|
<view class="search-result-box">
|