|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height:122rpx;vertical-align: top;"></view>
|
|
|
+ <view style="height:112rpx;vertical-align: top;"></view>
|
|
|
<view v-if="list.length > 0">
|
|
|
<view class="listBox" v-for="(item, i) in list" :key="i">
|
|
|
<view class="listBox_l"><image :src="item.images ? item.images : `../../static/${theme}/def_img@2x.png`" width="100%" height="100%"></image></view>
|