소스 검색

Merge branch 'deploy' of http://git.chelingzhu.com/chelingzhu-web/storeCheck-app into deploy

lilei 4 년 전
부모
커밋
6574cdffe2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/shopTourDetails/commentPopup.vue

+ 1 - 1
pages/shopTourDetails/commentPopup.vue

@@ -3,7 +3,7 @@
 		<view class="popup-con">
 			<view class="popup-tit">查看评论</view>
 			<view class="popup-main">
-				<u-swiper :list="list" :autoplay="false" :height="400" class="popup-swiper" @click="clickSwiper"></u-swiper>
+				<u-swiper v-if="list.length > 0" :list="list" :autoplay="false" :height="400" class="popup-swiper" @click="clickSwiper"></u-swiper>
 				<view class="popup-des">{{comments}}</view>
 			</view>
 		</view>