Commit 80a3b637 authored by 刘鑫鹏's avatar 刘鑫鹏

完善页面

parent 5d2102ab
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="margin-left: 35%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">点击加载更多...</view> <view style="margin-left: 45%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">加载更多~</view>
</view> </view>
</scroll-view> </scroll-view>
</swiper-item> </swiper-item>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="margin-left: 35%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">点击加载更多...</view> <view style="margin-left: 45%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">加载更多~</view>
</view> </view>
</scroll-view> </scroll-view>
</swiper-item> </swiper-item>
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="margin-left: 35%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">点击加载更多...</view> <view style="margin-left: 45%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">加载更多~</view>
</view> </view>
</scroll-view> </scroll-view>
</swiper-item> </swiper-item>
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="margin-left: 35%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">点击加载更多...</view> <view style="margin-left: 45%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">加载更多~</view>
</view> </view>
</scroll-view> </scroll-view>
</swiper-item> </swiper-item>
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="margin-left: 35%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">点击加载更多...</view> <view style="margin-left: 45%;margin-bottom: 20px;" @tap="more" v-show="total >= queryParams.pageNum * queryParams.pageSize">加载更多~</view>
</view> </view>
</scroll-view> </scroll-view>
</swiper-item> </swiper-item>
......
<template> <template>
<view> <view>
<view class="head_bg"> <view class="head_bg">
<view class="home"> <!-- <view class="home">
<uni-icons type="back" size="26px" @click="gohome"></uni-icons> <uni-icons type="back" size="26px" @click="gohome"></uni-icons>
</view> </view> -->
<view> <view>
<view class="avatar"> <view class="avatar">
<image :src="userInfo.userPortrait"></image> <image :src="userInfo.userPortrait"></image>
...@@ -163,11 +163,11 @@ ...@@ -163,11 +163,11 @@
} }
}, },
gohome(){ // gohome(){
uni.navigateBack({ // uni.navigateBack({
url:"/pages_home/tjty_home_page/tjty_home_page" // url:"/pages_home/tjty_home_page/tjty_home_page"
}) // })
}, // },
//退出登录 //退出登录
logout() { logout() {
// uni.clearStorageSync(); // uni.clearStorageSync();
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
<view class="info"> <view class="info">
<view class="item">答复:</view> <view class="item">答复:</view>
</view> </view>
<view class="question">{{item.replyContent}}</view> <view class="question" v-if="item.replyContent==null">未答复</view>
<view class="question" v-else>{{item.replyContent}}</view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment