|
@@ -55,7 +55,7 @@
|
|
|
<button type="warn" :loading="loading" plain @click="getWaitPhoto">排队情况</button>
|
|
|
<button type="warn" @click="openLocation">立刻导航</button>
|
|
|
</view>
|
|
|
- <u-popup v-model="showPop" mode="center" width="90%" height="60%" closeable>
|
|
|
+ <u-popup v-model="showPop" mode="center" @close="showPop=false" width="90%" height="60%" closeable>
|
|
|
<image mode="aspectFit" class="pop-img" :src="waitPhoto"></image>
|
|
|
</u-popup>
|
|
|
</view>
|