fix: bug
This commit is contained in:
@@ -436,12 +436,12 @@ onShow(() => {
|
||||
.top-bg {
|
||||
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #c3e6ff 100%);
|
||||
height: 480rpx;
|
||||
width: 750rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.bot-bg {
|
||||
// background-color: #F6F8FF;
|
||||
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #c3e6ff 100%);
|
||||
width: 750rpx;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
.course-center-body {
|
||||
|
||||
@@ -157,14 +157,14 @@
|
||||
};
|
||||
const toStudyPrgh = (info) => {
|
||||
common.navigateTo(
|
||||
'/pages/course/study?crsNum=' +
|
||||
form.value.crsNum +
|
||||
'&crsId=' +
|
||||
'/pages/course/study?crsId=' +
|
||||
crsId.value +
|
||||
'&pgrphId=' +
|
||||
info.pgrphId +
|
||||
'&imgId=' +
|
||||
form.imgId
|
||||
form.imgId +
|
||||
'&isPreview=' +
|
||||
isPreview.value
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
</view>
|
||||
<view class="ranking-self">
|
||||
<view class="list-header list-item">
|
||||
<view class="rank-column">我的排名</view>
|
||||
<view class="rank-column">我的排名
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-item item-me">
|
||||
<view class="rank-column">
|
||||
|
||||
Reference in New Issue
Block a user