免费课程不能看的问题

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

@@ -12,8 +12,8 @@
"src" : "图片路径" "src" : "图片路径"
} }
], ],
"versionName" : "1.0.64", "versionName" : "1.0.65",
"versionCode" : 1064, "versionCode" : 1065,
"app-plus" : { "app-plus" : {
"nvueCompiler" : "uni-app", "nvueCompiler" : "uni-app",
"compatible" : { "compatible" : {

View File

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