ios放开vip模块
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
:key="index"
|
||||
style="width: 100%; height: 100%"
|
||||
>
|
||||
<!-- <image :src="curriculumData.explainsImg" mode="widthFix" class="headImage"></image> -->
|
||||
<image
|
||||
:src="item"
|
||||
mode="aspectFit"
|
||||
@@ -62,13 +61,6 @@
|
||||
|
||||
<view class="xianshimaiosha_box">
|
||||
<text class="xianshimaiosha">秒杀商品</text>
|
||||
|
||||
<!-- <view class="countdown">
|
||||
|
||||
<text style="margin-right: 8rpx;">距结束</text>
|
||||
<uni-countdown :day="1" :hour="2" :minute="30" :second="0" color="#FFFFFF"
|
||||
:font-size="12" backgroundColor="#000" />
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -130,43 +122,6 @@
|
||||
itemClass="itemCouponClass"
|
||||
>
|
||||
</common-coupon>
|
||||
<!-- <view
|
||||
style="max-height: 40vh; overflow-y: scroll"
|
||||
:class="'youhuiItem'"
|
||||
v-for="(item, index) in canGetCouponList"
|
||||
:key="index"
|
||||
>
|
||||
<view style="width: 25%; color: #f31440; text-align: center">
|
||||
<text>¥</text>
|
||||
<b style="font-size: 60rpx">{{
|
||||
item.couponEntity.couponAmount
|
||||
}}</b>
|
||||
</view>
|
||||
<view style="width: calc(100% - 27%); padding-left: 2%">
|
||||
<view>
|
||||
<text
|
||||
style="
|
||||
display: inline-block;
|
||||
font-size: 30rpx;
|
||||
line-height: 34rpx;
|
||||
margin-right: 6rpx;
|
||||
margin-bottom: 10rpx;
|
||||
color: #f10833;
|
||||
"
|
||||
>{{ item.couponEntity.couponName }}</text
|
||||
>
|
||||
</view>
|
||||
<text
|
||||
style="
|
||||
display: block;
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
margin-top: 4rpx;
|
||||
"
|
||||
>说明:{{ item.couponEntity.remark }}</text
|
||||
>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -231,38 +186,7 @@
|
||||
></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||
</template>
|
||||
|
||||
<!-- <template slot="rightSlot" slot-scope="slotProps">
|
||||
|
||||
<view v-if="slotProps.row.surplusNum" class="related_courses_right">
|
||||
|
||||
|
||||
<view class="progress_icon" style=""><u-line-progress activeColor="#258feb" height="14"
|
||||
:percentage="30" :showText="false" showText></u-line-progress></view>
|
||||
<view
|
||||
:class="slotProps.row.surplusNum < 30 ? 'aui-text-danger dateReminder' : 'dateReminder'">
|
||||
距 {{ slotProps.row.surplusNum }} 天到期</view>
|
||||
|
||||
</view>
|
||||
<view v-if="slotProps.row.inType == '03'" class="fdButtonBox">
|
||||
|
||||
|
||||
<u-button type="primary" :plain="true" text="复读一月" :customStyle="fdButtonStyle" size="small"
|
||||
@click.native.stop="fnRelearn(slotProps.row.inType, 30, slotProps.row.courseFee)"></u-button>
|
||||
<u-button type="primary" :plain="true" text="复读三月" :customStyle="fdButtonStyle" size="small"
|
||||
@click.native.stop="fnRelearn(slotProps.row.inType, 90, slotProps.row.courseFee)"></u-button>
|
||||
|
||||
</view>
|
||||
|
||||
<view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
</template> -->
|
||||
</common-goods-list>
|
||||
</view>
|
||||
<view :class="`dataList parameterList`" v-if="booksList.length > 0">
|
||||
@@ -306,8 +230,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||
</template>
|
||||
</common-list>
|
||||
</view>
|
||||
@@ -352,8 +274,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||
</template>
|
||||
</common-list>
|
||||
</view>
|
||||
@@ -397,38 +317,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||
</template>
|
||||
|
||||
<!-- <template slot="rightSlot" slot-scope="slotProps">
|
||||
|
||||
<view v-if="slotProps.row.surplusNum" class="related_courses_right">
|
||||
|
||||
|
||||
<view class="progress_icon" style=""><u-line-progress activeColor="#258feb" height="14"
|
||||
:percentage="30" :showText="false" showText></u-line-progress></view>
|
||||
<view
|
||||
:class="slotProps.row.surplusNum < 30 ? 'aui-text-danger dateReminder' : 'dateReminder'">
|
||||
距 {{ slotProps.row.surplusNum }} 天到期</view>
|
||||
|
||||
</view>
|
||||
<view v-if="slotProps.row.inType == '03'" class="fdButtonBox">
|
||||
|
||||
|
||||
<u-button type="primary" :plain="true" text="复读一月" :customStyle="fdButtonStyle" size="small"
|
||||
@click.native.stop="fnRelearn(slotProps.row.inType, 30, slotProps.row.courseFee)"></u-button>
|
||||
<u-button type="primary" :plain="true" text="复读三月" :customStyle="fdButtonStyle" size="small"
|
||||
@click.native.stop="fnRelearn(slotProps.row.inType, 90, slotProps.row.courseFee)"></u-button>
|
||||
|
||||
</view>
|
||||
|
||||
<view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
</template> -->
|
||||
</common-list>
|
||||
</view>
|
||||
|
||||
@@ -442,48 +331,9 @@
|
||||
<view class="common_divider divider_box"> </view>
|
||||
|
||||
<common-rich-detail :detailInfo="detailInfo" style="padding: 10rpx">
|
||||
<template #richHeadImg>
|
||||
<!-- <image :src="curriculumData.imgUrl" mode="widthFix" class="headImage"></image> -->
|
||||
|
||||
<!-- <image :src="detailInfo.imgUrl" v-if="detailInfo.imgUrl" mode="widthFix" class="headImage"></image> -->
|
||||
</template>
|
||||
<template #richHeadImg></template>
|
||||
</common-rich-detail>
|
||||
|
||||
<!-- <view class="small_class_teaching_top">
|
||||
<view class="small_class_teaching_top_left">
|
||||
<image src="@/static/icon/course_ic.png" mode="aspectFil" class="icon1"></image>
|
||||
<text>小班教学</text>
|
||||
</view>
|
||||
<text>{{ curriculumInfo.remainingDays }}</text>
|
||||
|
||||
|
||||
</view> -->
|
||||
<view class="small_class_teaching_content">
|
||||
<!-- <view class="top">
|
||||
<view class="top_item" v-for="(v, i) in teachingList">
|
||||
{{ v.title }}
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
</view> -->
|
||||
|
||||
<!-- <view class="schedule">
|
||||
|
||||
<view class="icon_box">
|
||||
<image src="@/static/icon/course_07.png" mode="aspectFil" class="icon1">学习进度</image>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="progress_box">
|
||||
<view class="progress_icon" style=""><u-line-progress activeColor="#258feb" height="18"
|
||||
:percentage="30" :showText="false" showText></u-line-progress></view>
|
||||
<image src="@/static/icon/curriculum_05.png" mode="aspectFil" class="icon1" />
|
||||
<image src="@/static/icon/curriculum_07.png" mode="aspectFil" class="icon2" />
|
||||
</view>
|
||||
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -514,12 +364,9 @@
|
||||
slotProps.row.title
|
||||
}}</view>
|
||||
|
||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||
</template>
|
||||
|
||||
<template slot="rightSlot" slot-scope="slotProps">
|
||||
<!-- {{ slotProps.row.bxType }} -->
|
||||
|
||||
<text class="aui-text-danger">
|
||||
¥{{ slotProps.row.courseFee }}</text
|
||||
>
|
||||
@@ -539,15 +386,6 @@
|
||||
@buttonClick="onHandleClickBuy1"
|
||||
/>
|
||||
</view>
|
||||
<!--
|
||||
<u-modal
|
||||
:show="show"
|
||||
:title="modalInfo.title"
|
||||
:content="modalInfo.content"
|
||||
showCancelButton
|
||||
@confirm="hancleModalConfirm"
|
||||
@cancel="hancleModalCancel"
|
||||
></u-modal> -->
|
||||
<common-select-goods
|
||||
ref="commonSelectGoods"
|
||||
:selectGoodsData="selectGoodsData"
|
||||
@@ -625,8 +463,6 @@
|
||||
}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||
</template>
|
||||
</common-list>
|
||||
|
||||
@@ -639,10 +475,6 @@
|
||||
@buttonClick="onHandleClickBuy"
|
||||
/>
|
||||
</view>
|
||||
<!-- <view>
|
||||
<text @click="handleClickClose">取消</text>
|
||||
<text @click="handleClickGoBuy">立即购买</text>
|
||||
</view>-->
|
||||
</view>
|
||||
</u-popup>
|
||||
</view>
|
||||
@@ -665,24 +497,7 @@ export default {
|
||||
parameterList: [],
|
||||
booksList: [],
|
||||
coursesList: [],
|
||||
buyOptions: [
|
||||
// {
|
||||
// icon: 'chat',
|
||||
// text: '客服'
|
||||
// },
|
||||
// {
|
||||
// icon: "shop",
|
||||
// text: "店铺",
|
||||
// // info: 2,
|
||||
// infoBackgroundColor: "#007aff",
|
||||
// infoColor: "#f5f5f5",
|
||||
// },
|
||||
// {
|
||||
// icon: 'cart',
|
||||
// text: '购物车',
|
||||
// info: 2
|
||||
// }
|
||||
],
|
||||
buyOptions: [],
|
||||
|
||||
swiperList: [],
|
||||
goodsList: [],
|
||||
|
||||
Reference in New Issue
Block a user