|
@@ -35,11 +35,11 @@
|
|
|
<!-- 上拉 加载更多 -->
|
|
|
<view class="noMore" v-if="noMoreShow">没有更多数据</view>
|
|
|
<!-- 无数据空白页 -->
|
|
|
- <nodata v-if="itemArr.length==0"></nodata>
|
|
|
-
|
|
|
- <view class="gotop" @click="gotoTop">
|
|
|
- <image src="../../static/pcimg/btn_top@2x.png" mode="" class="gotopImg"></image>
|
|
|
- </view>
|
|
|
+ <nodata v-if="itemArr.length==0"></nodata>
|
|
|
+
|
|
|
+ <view class="gotop" @click="gotoTop">
|
|
|
+ <image src="../../static/pcimg/btn_top@2x.png" mode="" class="gotopImg"></image>
|
|
|
+ </view>
|
|
|
|
|
|
|
|
|
</view>
|
|
@@ -75,23 +75,23 @@
|
|
|
// title: this.topName
|
|
|
// })
|
|
|
},
|
|
|
- methods: {
|
|
|
- gotoTop(){
|
|
|
- uni.pageScrollTo({
|
|
|
- scrollTop: 0, duration: 300
|
|
|
- });
|
|
|
- },
|
|
|
- goDetail(item){
|
|
|
- uni.navigateTo({
|
|
|
- url:'detail?id=' + item.ID
|
|
|
- })
|
|
|
+ methods: {
|
|
|
+ gotoTop(){
|
|
|
+ uni.pageScrollTo({
|
|
|
+ scrollTop: 0, duration: 300
|
|
|
+ });
|
|
|
+ },
|
|
|
+ goDetail(item){
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'detail?id=' + item.ID
|
|
|
+ })
|
|
|
},
|
|
|
getItemData() {
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
})
|
|
|
|
|
|
- let url = 'trainingOpenApi/groupPageData',
|
|
|
+ let url = 'trainingOpenApiV2/groupPageData',
|
|
|
params = {
|
|
|
page: this.page,
|
|
|
limit: 10,
|
|
@@ -224,17 +224,17 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
- .top {
|
|
|
-
|
|
|
- background-color: #FFFFFF;
|
|
|
-
|
|
|
- padding: 40rpx 74rpx;
|
|
|
-
|
|
|
-
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
- text-align: center;
|
|
|
-
|
|
|
+ .top {
|
|
|
+
|
|
|
+ background-color: #FFFFFF;
|
|
|
+
|
|
|
+ padding: 40rpx 74rpx;
|
|
|
+
|
|
|
+
|
|
|
+ color: #999999;
|
|
|
+ font-size: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
@@ -254,42 +254,42 @@
|
|
|
background-color: #FFFFFF;
|
|
|
padding: 30rpx 0;
|
|
|
|
|
|
- }
|
|
|
- .line {
|
|
|
- border-top: #eeeeee 2rpx solid;
|
|
|
+ }
|
|
|
+ .line {
|
|
|
+ border-top: #eeeeee 2rpx solid;
|
|
|
}
|
|
|
|
|
|
- .title {
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: bold;
|
|
|
- color: #3c3c3c;
|
|
|
-
|
|
|
- /* 隐藏文字显示 ...不换行 */
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
-
|
|
|
- .title2 {
|
|
|
-
|
|
|
- font-size: 24rpx;
|
|
|
- color: #999999;
|
|
|
-
|
|
|
- //超过固定行数 隐藏
|
|
|
- display: -webkit-box;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- word-wrap: break-word;
|
|
|
- white-space: normal !important;
|
|
|
- -webkit-line-clamp: 3;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- margin: 14rpx 0;
|
|
|
+ .title {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #3c3c3c;
|
|
|
+
|
|
|
+ /* 隐藏文字显示 ...不换行 */
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+
|
|
|
+ .title2 {
|
|
|
+
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #999999;
|
|
|
+
|
|
|
+ //超过固定行数 隐藏
|
|
|
+ display: -webkit-box;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ word-wrap: break-word;
|
|
|
+ white-space: normal !important;
|
|
|
+ -webkit-line-clamp: 3;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ margin: 14rpx 0;
|
|
|
}
|
|
|
|
|
|
|
|
|
.img2 {
|
|
|
width: 240rpx;
|
|
|
- height: 135rpx;
|
|
|
+ height: 135rpx;
|
|
|
border-radius: 10rpx;
|
|
|
}
|
|
|
|
|
@@ -303,15 +303,15 @@
|
|
|
line-height: 50rpx;
|
|
|
color: #999999;
|
|
|
font-size: 28rpx;
|
|
|
- }
|
|
|
- .gotopImg{
|
|
|
- width: 100rpx;
|
|
|
- height: 100rpx;
|
|
|
- }
|
|
|
- .gotop{
|
|
|
- position: fixed;
|
|
|
- right: 15rpx;
|
|
|
- bottom: 100rpx;
|
|
|
- cursor: pointer;
|
|
|
}
|
|
|
-</style>
|
|
|
+ .gotopImg{
|
|
|
+ width: 100rpx;
|
|
|
+ height: 100rpx;
|
|
|
+ }
|
|
|
+ .gotop{
|
|
|
+ position: fixed;
|
|
|
+ right: 15rpx;
|
|
|
+ bottom: 100rpx;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+</style>
|