Browse Source

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
bug修改

1004749546@qq.com 4 years ago
parent
commit
337532050c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/store/storeDetail.vue

+ 1 - 1
pages/store/storeDetail.vue

@@ -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>