This commit is contained in:
3321822538@qq.com 2024-06-24 15:58:35 +08:00
parent 09ad65f676
commit dc1648699d
2 changed files with 31 additions and 20 deletions

View File

@ -314,7 +314,7 @@
// //
// },
// });
// this.listData = []
this.listData = []
this.page = 1
this.loadData()
setTimeout(() => {
@ -343,6 +343,17 @@
}
},
methods: {
refreshData() {
this.page = 1
this.refresh()
setTimeout(() => {
uni.stopPullDownRefresh()
}, 2000)
},
onPullDownRefresh() {
this.refreshData()
},
backToTop() {
uni.pageScrollTo({
scrollTop: 0, //
@ -806,7 +817,6 @@
this.masks = false
}
if (res.data.data.length > 0) {
//
this.listData.push(...res.data.data)
if (this.quchongid == '') {
let filteredData = this.listData
@ -853,6 +863,7 @@
}
this.page++
}
uni.hideLoading()
//
wx.stopPullDownRefresh();

View File

@ -10,7 +10,7 @@
<view class="group_7 bianhao-top-yi">
<view class="bianhao-zuo">
<view class="font_2">{{listdata.name}}</view>
<view class=" justify-start self-start text-wrapper" :id="listdata.status_text == '在线' ? 'text-wrapper-bgc1' : '<strong></strong>text-wrapper-bgc2'">
<view class=" justify-start self-start text-wrapper" :id="listdata.status_text == '在线' ? 'text-wrapper-bgc1' : 'text-wrapper-bgc2'">
<view class="font_33">{{listdata.status_text}}</view>
</view>
@ -803,14 +803,14 @@
this.listDataFn()
} else {
this.id = option.id
if (!wx.getStorageSync('userToken')) {
uni.reLaunch({
url: '/pagesFengXiang/pages/fengxiangDetailtwo/index?id=' + this.id
})
} else {
// if (!wx.getStorageSync('userToken')) {
// uni.reLaunch({
// url: '/pagesFengXiang/pages/fengxiangDetailtwo/index?id=' + this.id
// })
// } else {
this.listDataFn()
// this.getServerDatas()
}
// }
}
},
onShow() {
@ -881,11 +881,11 @@
request.get('/api/beehive/detail/' + this.id, {}).then(res => {
this.idss = res.data.data.id
this.getServerDatas()
if(res.user_id != wx.getStorageSync('userToken')){
uni.reLaunch({
url: '/pagesFengXiang/pages/fengxiangDetailtwo/index?id=' + this.id
})
}
// if(res.user_id != wx.getStorageSync('userToken')){
// uni.reLaunch({
// url: '/pagesFengXiang/pages/fengxiangDetailtwo/index?id=' + this.id
// })
// }
this.listdata = {
...res.data.data
}
@ -1100,14 +1100,14 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0rpx;
bottom: 50rpx;
width: 100%;
text-align: center;
height: 580rpx;
background: #ccc;
opacity: .5;
color: red;
font-size: 32rpx;
height: 60rpx;
background:rgba(0, 0, 0, 0.5);
// opacity: .5;
color: #fff;
font-size: 28rpx;
font-weight: 600;
padding-top: 20rpx;
}