pages/quanyi/components/agreement/index.vue
@@ -18,7 +18,6 @@ }, method: 'GET', success(res) { console.log(111,res.data.data); _this.list = res.data.data; } }) @@ -56,7 +55,7 @@ >平台服务协议</view > </view> <view class="list" style="height: 51vh;overflow: scroll;"> <view class="list" style="height: 50vh;overflow: scroll;"> <view class="li" @click="toProtocol(item)" v-for="(item,index) in list" :key="index" > <view style="font-size: 30rpx">{{item.name}}</view>