课程列表显示已读未读

This commit is contained in:
liuyuan
2025-06-23 13:19:18 +08:00
parent 5ecf2dc1fa
commit f6e5da8dca
9 changed files with 655 additions and 416 deletions

View File

@@ -208,6 +208,16 @@
</view>
<br clear="both" />
</view>
<view class="orderContent" v-if="orderContet.orderType == 'aiVip'||orderContet.orderType == 'upgradeAiVip'" style=" display: flex; align-items: center; justify-content: center;">
<image src="/static/icon/order_vip.png" mode="aspectFill" style="width: 100rpx; height: 100rpx; flex-shrink: 0;"></image>
<view class="itemJian">
<view class="orderTitle" style="line-height: 46rpx; margin-bottom: 0;">
{{ orderContet.aiBuyConfig.title }}<span style=" color: red;">{{ orderContet.aiBuyConfig.count }}次)<span v-if="orderContet.orderType=='upgradeAiVip'">VIP升级</span></span>
</view>
</view>
</view>
<view
class="orderContent"
v-else-if="orderContet.orderType == 'point'"

View File

@@ -1644,7 +1644,7 @@ export default {
}
.commonDetailPage {
background-color: $themeBgColor;
background-color: #f5f5f5;
height: calc(100vh);
}