|
|
@@ -161,6 +161,7 @@
|
|
|
this.params.kw = kw
|
|
|
this.loadData()
|
|
|
},
|
|
|
+
|
|
|
// 类型切换
|
|
|
switchType(type) {
|
|
|
this.params.follow_type = type
|
|
|
@@ -228,7 +229,7 @@
|
|
|
if (this.params.page != 1) {
|
|
|
this.params.loaded = true
|
|
|
uni.showToast({
|
|
|
- title: this.$tt('暂时没有更多了'),
|
|
|
+ title: this.$t('暂时没有更多了'),
|
|
|
icon: 'none'
|
|
|
})
|
|
|
}
|
|
|
@@ -250,7 +251,7 @@
|
|
|
this.$forceUpdate()
|
|
|
} else {
|
|
|
uni.showToast({
|
|
|
- title: this.$tt(res.msg),
|
|
|
+ title: this.$t(res.msg),
|
|
|
icon: 'none'
|
|
|
})
|
|
|
}
|
|
|
@@ -351,7 +352,7 @@
|
|
|
height: 100%;
|
|
|
|
|
|
.scroll-box {
|
|
|
- height: 100%;
|
|
|
+ height: 85%;
|
|
|
|
|
|
.scroll-wrap {
|
|
|
padding: 20rpx 30rpx 20rpx;
|