소스 검색

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

1004749546@qq.com 4 년 전
부모
커밋
337532050c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>