BUG 29650

This commit is contained in:
aixianling
2022-05-18 14:18:39 +08:00
parent 5e92053f60
commit d88814b84a
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<slot/>
</div>
<div v-else flex class="column" @tap="calls=true">
<img :src="`${$cdn}guardianship/dh.png`"/>
<img :src="`${$cdn}AppGuardianship/dh.png`"/>
<span v-html="label"/>
</div>
<u-popup v-model="calls" mode="bottom">

View File

@@ -1,7 +1,7 @@
<template>
<section class="openMap">
<div flex class="column" shrink @tap="handleOpenMap">
<img :src="`${$cdn}guardianship/seat.png`"/>
<img :src="`${$cdn}AppGuardianship/seat.png`"/>
<span v-text="'地图/导航'"/>
</div>
</section>

View File

@@ -17,7 +17,7 @@
<div class="headerIcon" flex @touchstart="handleTouchStart" @touchmove="handleTouchmoveClose"/>
<div class="selectedInfo">
<div class="header" flex>
<img :src="`${$cdn}guardianship/tx.png`" @tap="handleShowDetail(selected)"/>
<img :src="`${$cdn}AppGuardianship/tx.png`" @tap="handleShowDetail(selected)"/>
<b v-text="selected.name" @tap="handleShowDetail(selected)"/>
<div v-if="selected.abnormalStatus==1" class="abnormal" @tap="handleShowDetail(selected)">异常</div>
<u-icon name="arrow-right" color="#ddd" class="fill" @tap="handleShowDetail(selected)"/>

View File

@@ -2,7 +2,7 @@
<section class="userDetail">
<div class="selectedInfo">
<div class="header" flex>
<img :src="`${$cdn}guardianship/tx.png`"/>
<img :src="`${$cdn}AppGuardianship/tx.png`"/>
<b v-text="detail.name"/>
<div v-if="detail.abnormalStatus==1" class="abnormal">异常</div>
<div class="fill"/>