|
@ -3,11 +3,11 @@ |
|
|
<view class="header_info"> |
|
|
<view class="header_info"> |
|
|
<view class="info_container"> |
|
|
<view class="info_container"> |
|
|
<view class="name_wrap"> |
|
|
<view class="name_wrap"> |
|
|
<image src="/static/logo.png" class="name_logo"></image> |
|
|
|
|
|
|
|
|
<image src="/static/user.png" class="name_logo"></image> |
|
|
<text class="name">姓名 : 张三</text> |
|
|
<text class="name">姓名 : 张三</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="idcard_wrap"> |
|
|
<view class="idcard_wrap"> |
|
|
<image src="/static/logo.png" class="card_logo"></image> |
|
|
|
|
|
|
|
|
<image src="/static/card.png" class="card_logo"></image> |
|
|
<text class="card_number">身份证号 : 123456202301010000</text> |
|
|
<text class="card_number">身份证号 : 123456202301010000</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -53,7 +53,7 @@ |
|
|
<view class="content" v-if="activeTab == 1"> |
|
|
<view class="content" v-if="activeTab == 1"> |
|
|
<view class="card_wrap" v-for="item in 10" :key="item"> |
|
|
<view class="card_wrap" v-for="item in 10" :key="item"> |
|
|
<view class="time_wrap"> |
|
|
<view class="time_wrap"> |
|
|
<image src="/static/logo.png" class="time_logo"></image> |
|
|
|
|
|
|
|
|
<image src="/static/time.png" class="time_logo"></image> |
|
|
<text class="date">2023-07-01</text> |
|
|
<text class="date">2023-07-01</text> |
|
|
<text class="time">14:20</text> |
|
|
<text class="time">14:20</text> |
|
|
</view> |
|
|
</view> |
|
@ -81,11 +81,11 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="footer_tab"> |
|
|
<view class="footer_tab"> |
|
|
<view :class="activeTab == 0 ? 'btn active' : 'btn'" @click="changeActiveTab(0)"> |
|
|
<view :class="activeTab == 0 ? 'btn active' : 'btn'" @click="changeActiveTab(0)"> |
|
|
<image src="/static/logo.png" class="result_logo"></image> |
|
|
|
|
|
|
|
|
<image src="/static/result.png" class="result_logo"></image> |
|
|
<text class="font_btn">当前结果</text> |
|
|
<text class="font_btn">当前结果</text> |
|
|
</view> |
|
|
</view> |
|
|
<view :class="activeTab == 1 ? 'btn active' : 'btn'" @click="changeActiveTab(1)"> |
|
|
<view :class="activeTab == 1 ? 'btn active' : 'btn'" @click="changeActiveTab(1)"> |
|
|
<image src="/static/logo.png" class="history_logo"></image> |
|
|
|
|
|
|
|
|
<image src="/static/data.png" class="history_logo"></image> |
|
|
<text class="font_btn">历史数据</text> |
|
|
<text class="font_btn">历史数据</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|