Browse Source

更改票务说明的展示条件

gcz 1 year ago
parent
commit
84689db7a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/ticketlist.vue

+ 1 - 1
pages/ticketlist.vue

@@ -128,7 +128,7 @@
 							<view class="name">{{ date.goodsName }}</view>
 						</view>
 					</view>
-					<view class="goodsSnapshot" v-if="goodsSnapshot">
+					<view class="goodsSnapshot" v-if="ticketTypeList.length>0&&goodsSnapshot">
 						票务说明:{{goodsSnapshot}}
 					</view>
 					<!-- <view class="type-item" :class="{active:sessionIndex==index}" v-for="(item,index) in  ticketTypeList" :key="index">