cdn
This commit is contained in:
@@ -18,19 +18,19 @@
|
||||
<p>{{ item.idNumber.replace(/^(\d{6})\d{8}(.{4}$)/g, `$1${Array(9).join('*')}$2`) }}</p>
|
||||
<div class="item-info">
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/from-icon.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/from-icon.png"/>
|
||||
<span>{{ item.startAreaName }}</span>
|
||||
</div>
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/to-icon.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-icon.png"/>
|
||||
<span>{{ item.arriveAreaName }}</span>
|
||||
</div>
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/to-date.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-date.png"/>
|
||||
<span>{{ item.arriveTime && item.arriveTime.substr(0, item.arriveTime.length - 3) }} 到达</span>
|
||||
</div>
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/kakou.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/kakou.png"/>
|
||||
<span>{{ item.gatewayName }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn" @click="removeMe">
|
||||
<img src="../../../../static/img/del.png" alt="">
|
||||
<img src="https://cdn.cunwuyun.cn/wxmp/pingchang/del.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -4,19 +4,19 @@
|
||||
<h2>{{ info.name }}的返乡登记信息</h2>
|
||||
<div class="item-info">
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/from-icon.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/from-icon.png"/>
|
||||
<span>{{ info.startAreaName }}</span>
|
||||
</div>
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/to-icon.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-icon.png"/>
|
||||
<span>{{ info.arriveAreaName }}</span>
|
||||
</div>
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/to-date.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-date.png"/>
|
||||
<span>{{ info.arriveTime && info.arriveTime.substr(0, info.arriveTime.length - 3) }} 到达</span>
|
||||
</div>
|
||||
<div class="item-info__item">
|
||||
<image src="/static/img/kakou.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/kakou.png"/>
|
||||
<span>{{ info.gatewayName }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 441 B |
Reference in New Issue
Block a user