This commit is contained in:
2025-03-13 09:42:15 +08:00
parent 59823a2ca1
commit d49f771baf
14 changed files with 516 additions and 364 deletions

View File

@@ -126,14 +126,15 @@
></rich-text>
</view>
</template>
<template slot="detail_vipRecord" slot-scope="slotProps">
<view style="padding: 20rpx">
<rich-text
<template slot="detail_vipRecord" slot-scope="slotProps"> <vip-record v-if="currentCateIndex == 1"></vip-record>
<!-- <rich-text
:nodes="slotProps.dataList | formatRichText"
@click.stop="showPreview"
:data-nodes="slotProps.dataList"
></rich-text>
</view>
></rich-text> -->
</template>
</common-anchor-link>
</view>
@@ -142,6 +143,7 @@
<script>
import courseDescription from "../price/courseDescription.vue";
import price from "../price/index.vue";
import vipRecord from "./vip.vue";
import purchaseNotice from "../purchaseNotice/index.vue";
import instructionsForUse from "../instructionsForUse/index.vue";
import $http from "@/config/requestConfig.js";
@@ -152,6 +154,7 @@ export default {
price, //课程价格
instructionsForUse, //使用须知
purchaseNotice, //使用须知
vipRecord, //使用须知
},
data() {
return {
@@ -919,7 +922,7 @@ export default {
/deep/.wrapper {
background-color: $themeBgColor;
.content_list {
padding: 20rpx 0;
// padding: 20rpx 0;
background-color: rgba(255, 255, 255, 0.8) !important;
}
}