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

完善页面

parent 5d2102ab
......@@ -50,7 +50,7 @@
</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>
</scroll-view>
</swiper-item>
......@@ -91,7 +91,7 @@
</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>
</scroll-view>
</swiper-item>
......@@ -132,7 +132,7 @@
</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>
</scroll-view>
</swiper-item>
......@@ -172,7 +172,7 @@
</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>
</scroll-view>
</swiper-item>
......@@ -213,7 +213,7 @@
</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>
</scroll-view>
</swiper-item>
......
<template>
<view>
<view class="head_bg">
<view class="home">
<!-- <view class="home">
<uni-icons type="back" size="26px" @click="gohome"></uni-icons>
</view>
</view> -->
<view>
<view class="avatar">
<image :src="userInfo.userPortrait"></image>
......@@ -163,11 +163,11 @@
}
},
gohome(){
uni.navigateBack({
url:"/pages_home/tjty_home_page/tjty_home_page"
})
},
// gohome(){
// uni.navigateBack({
// url:"/pages_home/tjty_home_page/tjty_home_page"
// })
// },
//退出登录
logout() {
// uni.clearStorageSync();
......
......@@ -24,8 +24,8 @@
<view class="info">
<view class="item">答复:</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>
......
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