|
@@ -217,7 +217,7 @@
|
|
|
<block v-if="current != typeList.length - 1">
|
|
|
<view class="gwList flex justify-center" v-if="dataList.length>0">
|
|
|
<view class="gwList-box">
|
|
|
- <scroll-view scroll-y="true" style="width: 100%;height: 100%;">
|
|
|
+ <scroll-view scroll-y="true" style="width: 100%;height: 60vh;">
|
|
|
<view class="gwList-box-item flex justify-center" @click="gotoInfo(item.postPushId)"
|
|
|
v-for="(item,index) in dataList" :key="index">
|
|
|
<view class="gwList-box-item-box">
|