zhanghui 2 лет назад
Родитель
Сommit
e5de6a03cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      orderPages/receiveCoupons/index.vue

+ 1 - 1
orderPages/receiveCoupons/index.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="page">
+	<view class="page" :style="{'height':countsList.length>0?'':'100vh'}">
 		<view class="flex-col" v-if="countsList.length === 0">
 			<view class="flex-row justify-center">
 				<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>