列表页增加年份显示
This commit is contained in:
@@ -85,6 +85,7 @@
|
|||||||
<view class="btns flexbox">
|
<view class="btns flexbox">
|
||||||
<view class="booknameleft">
|
<view class="booknameleft">
|
||||||
{{ slotProps.row.vipBuyConfigEntity?slotProps.row.vipBuyConfigEntity.title:' ' }}
|
{{ slotProps.row.vipBuyConfigEntity?slotProps.row.vipBuyConfigEntity.title:' ' }}
|
||||||
|
<text class="vip_year" v-if="slotProps.row.vipBuyConfigEntity">({{ slotProps.row.vipBuyConfigEntity.year }}年)</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="
|
<view style="
|
||||||
@@ -1403,6 +1404,12 @@
|
|||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vip_year{
|
||||||
|
padding-left: 20rpx;
|
||||||
|
color: #f5342b;
|
||||||
|
font-size: 30rpx;
|
||||||
|
}
|
||||||
|
|
||||||
/deep/.commonDetailPage {
|
/deep/.commonDetailPage {
|
||||||
.uni-app--showtabbar uni-page-wrapper::after {
|
.uni-app--showtabbar uni-page-wrapper::after {
|
||||||
height: 0 !important;
|
height: 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user