免费课程不能看的问题

This commit is contained in:
liuyuan
2025-03-24 10:02:22 +08:00
parent bf6816f7ba
commit b5d626fcf5
2 changed files with 6 additions and 6 deletions

View File

@@ -213,7 +213,7 @@
</view>
</view>
<view v-else-if="librayList[curIndex].type == 0&& userVip == null" class="fdButtonBox aui-text-success">
<text @click="handleClickGetGoodsList(librayList[curIndex])">开始学习</text>
<text @click="handleClickGetGoodsList(librayList[curIndex])">领取课程</text>
</view>
<view v-else style="padding: 20rpx; padding-bottom: 0;">
<view class="libOther">
@@ -2772,7 +2772,7 @@
}
.fdButtonBox {
height:40rpx;
height:46rpx;
padding: 10rpx 20rpx;
box-sizing: border-box;
}
@@ -2784,8 +2784,8 @@
color: #fff !important;
font-size: 20rpx!important;
font-weight: 500;
line-height: 40rpx;
height: 40rpx;
line-height: 46rpx;
height: 46rpx;
text-align: center;
float: right;
box-sizing: border-box;