提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user