Commit 41a2f85d by sunchao

样式调整

parent 3b804148
......@@ -72,7 +72,7 @@
<!-- tabContent区域 -->
<view class="tabContent">
<!-- 课程介绍 -->
<view class="courseIntroContent" v-if="tabType===1">
<view class="courseIntroContent" v-if="tabType===1" style="margin-top: 20rpx;">
<view v-html="courseInfo.fileIntroduce" class="richTextContent"></view>
</view>
<!-- 相关课程列表 -->
......
......@@ -239,22 +239,27 @@
.getCertifyListsBox{
.certifyInfoItem{
background-color: #fff;
margin-bottom: 10rpx;
// margin-bottom: 10rpx;
border-bottom: 10rpx #FBFBFB solid;
padding: 20rpx 0;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
image{
max-width: 60%;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.certifyImgBox{
display: flex;
flex-direction: column;
align-items: center;
align-items: flex-start;
}
}
.certifyInfoItem:last-child{
border-bottom: 0;
}
}
}
}
......
......@@ -59,7 +59,7 @@
<view>{{pointItem.productTypeName}}</view>
<view>{{pointItem.commissionTypeName}}</view>
<view class="get_point">{{pointItem.commissionAmount}}</view>
<view class="point_detail">查看明细</view>
<view class="point_detail">{{pointItem.productTypeName!='-'?'查看明细':'-'}}</view>
</view>
</view>
</view>
......@@ -158,9 +158,11 @@
}
},
toPointDetail(item){
uni.navigateTo({
url:`../myPoints/pointsDetail?timeFlag=${this.timeFlag}&fortuneDate=${this.fortuneDate}&commissionType=${item.commissionType}&productType=${item.productType}`,
})
if(item.productTypeName != '-'){
uni.navigateTo({
url:`../myPoints/pointsDetail?timeFlag=${this.timeFlag}&fortuneDate=${this.fortuneDate}&commissionType=${item.commissionType}&productType=${item.productType}`,
})
}
},
goBack(){
let back = getCurrentPages();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment