免费课程不能看的问题
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"src" : "图片路径"
|
||||
}
|
||||
],
|
||||
"versionName" : "1.0.64",
|
||||
"versionCode" : 1064,
|
||||
"versionName" : "1.0.65",
|
||||
"versionCode" : 1065,
|
||||
"app-plus" : {
|
||||
"nvueCompiler" : "uni-app",
|
||||
"compatible" : {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user