vip功能
This commit is contained in:
@@ -3,13 +3,13 @@ let socketUrl = "";
|
|||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// 开发环境
|
// 开发环境
|
||||||
// baseUrl = "https://testapi.nuttyreading.com/"; //线上测试环境
|
// baseUrl = "https://testapi.nuttyreading.com/"; //线上测试环境
|
||||||
baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
//baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
||||||
//baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
||||||
} else if (process.env.NODE_ENV === 'production') {
|
} else if (process.env.NODE_ENV === 'production') {
|
||||||
// 生产环境11
|
// 生产环境11
|
||||||
// baseUrl = "https://testapi.nuttyreading.com/";
|
// baseUrl = "https://testapi.nuttyreading.com/";
|
||||||
baseUrl = "https://api.nuttyreading.com/";
|
//baseUrl = "https://api.nuttyreading.com/";
|
||||||
//baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
||||||
}
|
}
|
||||||
const courtConfig = {
|
const courtConfig = {
|
||||||
//微信公众号APPID1
|
//微信公众号APPID1
|
||||||
|
|||||||
BIN
node_modules.zip
BIN
node_modules.zip
Binary file not shown.
@@ -19,7 +19,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/mine/vip/index",
|
"path": "pages/mine/vip/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "vip",
|
"navigationBarTitleText": "VIP定制",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": true,
|
||||||
"onReachBottomDistance": 100,
|
"onReachBottomDistance": 100,
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
|
|||||||
@@ -2,32 +2,17 @@
|
|||||||
<view class="container commonPageBox commonDetailPage" style="height: auto !important">
|
<view class="container commonPageBox commonDetailPage" style="height: auto !important">
|
||||||
<!-- 公共组件-每个页面必须引入 -->
|
<!-- 公共组件-每个页面必须引入 -->
|
||||||
<public-module></public-module>
|
<public-module></public-module>
|
||||||
<!-- <z-nav-bar :title="pageTitle ? pageTitle : '课程详情'"> -->
|
|
||||||
<z-nav-bar title="课程介绍"></z-nav-bar>
|
<z-nav-bar title="课程介绍"></z-nav-bar>
|
||||||
<view class="contentBox commonPageContentBox">
|
<view class="contentBox commonPageContentBox">
|
||||||
<u-alert v-if="goBuyTitle && isAndorid" style="
|
<view v-if="goBuyTitle && isAndorid" class="describe_block">
|
||||||
background: linear-gradient(90deg, #258feb 0%, #00e1ec 100%);
|
<view style=" display: flex; justify-content: center;">
|
||||||
position: fixed;
|
<uni-icons type="info" size="20" color="#fff"></uni-icons>
|
||||||
left: 0;
|
<text>{{goBuyTitle}}</text>
|
||||||
width: 100%;
|
</view>
|
||||||
z-index: 10;
|
<button class="saveBtn flexbox buyBtn" v-if="goBuyType == 0" @click="handleClickGetVip">
|
||||||
" type="warning" @click="handleClickGetVip" :title="goBuyTitle" :show-icon="true"></u-alert>
|
|
||||||
<template slot="rightSlot" slot-scope="slotProps">
|
|
||||||
<text class="saveBtn vipBtn flexbox buyBtn" v-if="goBuyType == 0">
|
|
||||||
立即购买
|
立即购买
|
||||||
</text>
|
</button>
|
||||||
<text class="flexbox" style="color: #f0f0f0" v-if="goBuyType == 1">
|
</view>
|
||||||
立即续费
|
|
||||||
</text>
|
|
||||||
<text class="saveBtn vipBtn flexbox" v-if="goBuyType == 2">
|
|
||||||
立即升级
|
|
||||||
</text>
|
|
||||||
|
|
||||||
<view> </view>
|
|
||||||
</template>
|
|
||||||
</u-alert>
|
|
||||||
|
|
||||||
<!-- <scroll-view scroll-y="true" class="scroll-Y"> -->
|
|
||||||
<view class="curseImg" style="padding-top: 80rpx">
|
<view class="curseImg" style="padding-top: 80rpx">
|
||||||
<image v-if="!course.image" src="/static/nobg.jpg" mode="widthFix"></image>
|
<image v-if="!course.image" src="/static/nobg.jpg" mode="widthFix"></image>
|
||||||
<image v-else :src="course.image" mode="widthFix"></image>
|
<image v-else :src="course.image" mode="widthFix"></image>
|
||||||
@@ -37,9 +22,6 @@
|
|||||||
<view class="course_info">
|
<view class="course_info">
|
||||||
<view class="flexbox course_title" v-if="course.id">
|
<view class="flexbox course_title" v-if="course.id">
|
||||||
<text class="courseTitle title">{{ course.title }}</text>
|
<text class="courseTitle title">{{ course.title }}</text>
|
||||||
|
|
||||||
<!-- <view class="start_learn_btn PM_font"
|
|
||||||
@click="onPageJump('/pages/course/myCourseLearn', course.id)">进入学习</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="containerBg" v-if="course.content && course.content != ''">
|
<view class="containerBg" v-if="course.content && course.content != ''">
|
||||||
<view class="prof">
|
<view class="prof">
|
||||||
@@ -66,7 +48,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- {{selfStudyCertificate.length}}-{{classInfo.id}}-{{classInfo.state}}- -->
|
|
||||||
<!-- 自考入口 没有加入班级的时候暴漏入口-->
|
<!-- 自考入口 没有加入班级的时候暴漏入口-->
|
||||||
<view class="selfStudyBox"
|
<view class="selfStudyBox"
|
||||||
v-if="course.canzk == '1' && librayList[curIndex] && (!classInfo.id || classInfo.state == '2' || selfStudyCertificate.length >= 0)">
|
v-if="course.canzk == '1' && librayList[curIndex] && (!classInfo.id || classInfo.state == '2' || selfStudyCertificate.length >= 0)">
|
||||||
@@ -86,10 +67,6 @@
|
|||||||
<text style="color: #999; font-size: 26rpx;">第{{index + 1}}次自考成绩</text>
|
<text style="color: #999; font-size: 26rpx;">第{{index + 1}}次自考成绩</text>
|
||||||
<text class="score PM_font">{{item.score}}分</text>
|
<text class="score PM_font">{{item.score}}分</text>
|
||||||
<view class="seePaper" @click.stop="seePaper(item.id)">
|
<view class="seePaper" @click.stop="seePaper(item.id)">
|
||||||
<!-- <image
|
|
||||||
src="../../static/icon/testPaperIcon.png"
|
|
||||||
mode="widthFix"
|
|
||||||
></image> -->
|
|
||||||
查看试卷
|
查看试卷
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -109,10 +86,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class=" " style="margin-top: 20rpx; text-align: center;">
|
<view class=" " style="margin-top: 20rpx; text-align: center;">
|
||||||
|
|
||||||
<!-- <view class=""> -->
|
|
||||||
<!-- {{canJoinTestTime}} -->
|
|
||||||
<!-- {{selfStudyPaperList.length % 2}} -->
|
|
||||||
<template v-if="selfStudyCertificate.length <= 0 && (!classInfo.id || classInfo.state == '2')">
|
<template v-if="selfStudyCertificate.length <= 0 && (!classInfo.id || classInfo.state == '2')">
|
||||||
|
|
||||||
<template v-if="!testingPaper.id">
|
<template v-if="!testingPaper.id">
|
||||||
@@ -141,10 +114,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<button style="padding: 0 20rpx" v-if="selfStudyCertificate.length > 0" type="primary"
|
<button style="padding: 0 20rpx" v-if="selfStudyCertificate.length > 0" type="primary"
|
||||||
@click="onPageJump('/pages/certificate/certificate')">查看证书</button>
|
@click="onPageJump('/pages/certificate/certificate')">查看证书</button>
|
||||||
<!-- </view> -->
|
|
||||||
<!-- <view class="" v-if="!classInfo.id">
|
|
||||||
<button style="background-color: #00e1ec;" type="primary" size="mini">查看可加入的小班</button>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -168,8 +137,7 @@
|
|||||||
加入班级开始更加系统的学习</text>
|
加入班级开始更加系统的学习</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btntext">
|
<view class="btntext">
|
||||||
<text @click="goClassLIst('/pages/miniClass/courseClassList', course.id,course.title)">前往查看
|
<text @click="goClassLIst('/pages/miniClass/courseClassList', course.id,course.title)">查看>></text>
|
||||||
>></text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -201,7 +169,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<view class="containerBg2">
|
<view class="containerBg2">
|
||||||
<!-- 目录 -->
|
<!-- 目录 -->
|
||||||
<view :class="['coursePart','flexbox', (userMsg.vip == 1 || userMsg.vip == 2) ? 'vipBgColor':'']"
|
<view :class="['coursePart','flexbox', (userVip!=null) ? 'vipBgColor':'']"
|
||||||
v-if="librayList.length > 1">
|
v-if="librayList.length > 1">
|
||||||
<view :class="['item','flexbox',curId == item.id? 'active': '' ]"
|
<view :class="['item','flexbox',curId == item.id? 'active': '' ]"
|
||||||
v-for="(item, index) in librayList" :key="index" @click="clicklib(item,index)">
|
v-for="(item, index) in librayList" :key="index" @click="clicklib(item,index)">
|
||||||
@@ -211,14 +179,13 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- end -->
|
<!-- end -->
|
||||||
<template v-if="librayList[curIndex]">
|
<template v-if="librayList[curIndex]">
|
||||||
<view :class="['endBox',(userMsg.vip == 1 || userMsg.vip == 2) ? 'vipBgColor':'']"
|
<view :class="['endBox',(userVip!=null) ? 'vipBgColor':'']"
|
||||||
v-if="librayList[curIndex].isBuy == 1 || userMsg.vip == 2 || userMsg.vip == 1">
|
v-if="librayList[curIndex].isBuy == 1 || userVip!=null">
|
||||||
<!-- 已经可以观看的情况 -->
|
<!-- 已经可以观看的情况 -->
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="flexbox" v-if="userMsg.vip == 1 || userMsg.vip == 2">
|
<view class="flexbox" v-if="userVip!=null">
|
||||||
<!-- vip到期时间 -->
|
<!-- vip到期时间 -->
|
||||||
<text>VIP畅学权益有效期截止到:{{userMsg.userVip.endTime}} </text>
|
<text>VIP畅学权益有效期截止到:{{userVip.endTime}} </text>
|
||||||
<!-- <uni-tag type="warning" text="去学习"></uni-tag> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="flexbox" v-else>
|
<view class="flexbox" v-else>
|
||||||
<template v-if="librayList[curIndex].startTime == null">
|
<template v-if="librayList[curIndex].startTime == null">
|
||||||
@@ -228,8 +195,7 @@
|
|||||||
<!-- 实际购买课程到期时间 -->
|
<!-- 实际购买课程到期时间 -->
|
||||||
<text style="line-height: 50rpx;">课程有效期截止到:{{librayList[curIndex].endTime}} </text>
|
<text style="line-height: 50rpx;">课程有效期截止到:{{librayList[curIndex].endTime}} </text>
|
||||||
<!-- 自己买的可以续费 -->
|
<!-- 自己买的可以续费 -->
|
||||||
<text class="xufeiBtn"
|
<text class="xufeiBtn" @click="handleClickGetGoodsList(librayList[curIndex])">续费</text>
|
||||||
@click="handleClickGetGoodsList(librayList[curIndex])">续费</text>
|
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -238,18 +204,15 @@
|
|||||||
<view class="libOther">
|
<view class="libOther">
|
||||||
<!-- 没有观看权限的时候 -->
|
<!-- 没有观看权限的时候 -->
|
||||||
<view class="text">
|
<view class="text">
|
||||||
您未购买此目录课程或已到期,购买后或开通超级VIP 即可学习本目录课程
|
您未购买此目录课程或已到期,购买后或开通VIP即可学习本目录课程
|
||||||
</view>
|
</view>
|
||||||
<view class="tag-view flex_box">
|
<view class="tag-view flex_box">
|
||||||
<u-button class="btn" type="warning" size="small"
|
<u-button class="btn" type="warning" size="small"
|
||||||
@click="handleClickGetGoodsList(librayList[curIndex])" text="购买课程"></u-button>
|
@click="handleClickGetGoodsList(librayList[curIndex])" text="购买课程"></u-button>
|
||||||
<u-button class="btn" type="success" size="small"
|
<u-button class="btn" type="success" size="small"
|
||||||
@click="goNewPay(librayList[curIndex])" text="复读" v-if="showNewPayBtn"></u-button>
|
@click="goNewPay(librayList[curIndex])" text="复读" v-if="showNewPayBtn"></u-button>
|
||||||
<!-- <text class="xufeiBtn"
|
|
||||||
@click="goNewPay(librayList[curIndex])" >复读</text> -->
|
|
||||||
<u-button size="small" v-if="isAndorid" class="btn" type="primary"
|
<u-button size="small" v-if="isAndorid" class="btn" type="primary"
|
||||||
@click="onPageJump('/pages/mine/vip/index')" text="开通VIP"></u-button>
|
@click="onPageJump('/pages/mine/vip/index')" text="开通VIP"></u-button>
|
||||||
<!-- <uni-tag size="normal" style="margin-left: 20rpx;" text="" type="success" /> -->
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -257,9 +220,9 @@
|
|||||||
|
|
||||||
<view class="shiting_content">
|
<view class="shiting_content">
|
||||||
<view
|
<view
|
||||||
:class="['chapter_content', (userMsg.vip == 1 || userMsg.vip == 2) ? 'vipchapter_content' : '']"
|
:class="['chapter_content', (userVip!=null) ? 'vipchapter_content' : '']"
|
||||||
v-if="chapterList.length > 0">
|
v-if="chapterList.length > 0">
|
||||||
<view class="vipSee" v-if="userMsg && (userMsg.vip == 1 || userMsg.vip == 2)">
|
<view class="vipSee" v-if="userVip!=null">
|
||||||
<text>VIP畅学权益生效中</text>
|
<text>VIP畅学权益生效中</text>
|
||||||
</view>
|
</view>
|
||||||
<view @click="gotoDetail(item, index)" class="item" v-for="(item, index) in chapterList"
|
<view @click="gotoDetail(item, index)" class="item" v-for="(item, index) in chapterList"
|
||||||
@@ -268,14 +231,13 @@
|
|||||||
<view class="flexbox" style="align-items: center;">
|
<view class="flexbox" style="align-items: center;">
|
||||||
<view
|
<view
|
||||||
:class="['textBox','flex_box', librayList[curIndex].isBuy == 0 ? 'lock' : '']">
|
:class="['textBox','flex_box', librayList[curIndex].isBuy == 0 ? 'lock' : '']">
|
||||||
<text class="hidden1">{{ item.title }}</text>
|
<text class="hidden1" style="width: 86%;">{{ item.title }}</text>
|
||||||
<!-- {{item.isAudition}}-{{librayList[curIndex].isBuy}}-{{userMsg.vip}} -->
|
|
||||||
<uni-tag
|
<uni-tag
|
||||||
v-if="item.isAudition == 1 && librayList[curIndex].isBuy == 0 && (userMsg.vip != 1 && userMsg.vip != 2)"
|
v-if="item.isAudition == 1 && librayList[curIndex].isBuy == 0 && userVip==null"
|
||||||
style="margin-left: 10rpx" :inverted="true" text="试听" size="mini"
|
style="margin-left: 10rpx" :inverted="true" text="试听" size="mini"
|
||||||
type="success" />
|
type="success" />
|
||||||
<template
|
<template
|
||||||
v-if="librayList[curIndex] && librayList[curIndex].isBuy == 1 || (userMsg.vip == 1 || userMsg.vip == 2)">
|
v-if="librayList[curIndex] && librayList[curIndex].isBuy == 1 || userVip!=null">
|
||||||
<uni-tag v-if="item.isLearned == 0" style="margin-left: 10rpx;"
|
<uni-tag v-if="item.isLearned == 0" style="margin-left: 10rpx;"
|
||||||
:inverted="true" text="未学" size="mini" type="primary" />
|
:inverted="true" text="未学" size="mini" type="primary" />
|
||||||
<uni-tag v-if="item.isLearned == 1" style="margin-left: 10rpx;"
|
<uni-tag v-if="item.isLearned == 1" style="margin-left: 10rpx;"
|
||||||
@@ -285,7 +247,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="shitingTag">
|
<view class="shitingTag">
|
||||||
<u-icon
|
<u-icon
|
||||||
v-if="librayList[curIndex].isBuy == 0 && (userMsg.vip == 0 || userMsg.vip == 3) && item.isAudition == 0"
|
v-if="librayList[curIndex].isBuy == 0 && userVip==null && item.isAudition == 0"
|
||||||
name="lock" color="#258feb" size="28"></u-icon>
|
name="lock" color="#258feb" size="28"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -300,19 +262,12 @@
|
|||||||
<view class="" style="margin: 16rpx;">
|
<view class="" style="margin: 16rpx;">
|
||||||
<text style="font-size: 28rpx; color:#666">学习进度</text>
|
<text style="font-size: 28rpx; color:#666">学习进度</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <uni-section class="mb-10" style="padding: 0 20rpx" title="" type="line"
|
|
||||||
v-if="librayList.length > 0 && librayList[curIndex].completion > 0"> -->
|
|
||||||
<!-- {{librayList[curIndex]}} -->
|
|
||||||
<view class="progress-box">
|
<view class="progress-box">
|
||||||
<progress v-if="course.id" :percent="courseCompletion" show-info stroke-width="3" />
|
<progress v-if="course.id" :percent="courseCompletion" show-info stroke-width="3" />
|
||||||
</view>
|
</view>
|
||||||
<!-- </uni-section> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="linkPro" v-if="tjProList.length > 0">
|
<view class="linkPro" v-if="tjProList.length > 0">
|
||||||
<uni-section style="padding: 0 20rpx" class="mb-10 graybg" title="相关书籍" type="line">
|
<uni-section style="padding: 0 20rpx" class="mb-10 graybg" title="相关书籍" type="line">
|
||||||
<!-- <template v-slot:right>
|
|
||||||
<span class="more" @click="pageJupm()">查看更多 >></span>
|
|
||||||
</template> -->
|
|
||||||
</uni-section>
|
</uni-section>
|
||||||
<view class="list supermarketBox">
|
<view class="list supermarketBox">
|
||||||
<scroll-view class="scroll-view_H" scroll-x="true">
|
<scroll-view class="scroll-view_H" scroll-x="true">
|
||||||
@@ -333,19 +288,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="background: rgba(255, 255, 255, 0.85) !important">
|
<view style="background: rgba(255, 255, 255, 0.85) !important">
|
||||||
<!-- <uni-section style="padding: 0 20rpx" class="mb-10 graybg" title="留言板" type="line">
|
|
||||||
<template v-slot:right>
|
|
||||||
<view class="flexbox" style="align-items: center" @click="addSay()">
|
|
||||||
<u-icon name="edit-pen" color="#2979ff" size="28"></u-icon>
|
|
||||||
<text>发布留言</text>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
</uni-section> -->
|
|
||||||
<view class="flex_box flex_between" style="margin: 16rpx; padding: 40rpx 0;">
|
<view class="flex_box flex_between" style="margin: 16rpx; padding: 40rpx 0;">
|
||||||
<text style="font-size: 28rpx; color:#666">留言板</text>
|
<text style="font-size: 28rpx; color:#666">留言板</text>
|
||||||
<view class="flexbox" style="align-items: center" @click="addSay()">
|
<view class="flexbox" style="align-items: center" @click="addSay()">
|
||||||
<!-- <u-icon name="edit-pen" color="#2979ff" size="28"></u-icon> -->
|
|
||||||
<!-- <uni-icons type="chatboxes" color="#2979ff" size="28"></uni-icons> -->
|
|
||||||
<text style="color:#2979ff; font-size: 30rpx; font-weight: bold;">发布留言</text>
|
<text style="color:#2979ff; font-size: 30rpx; font-weight: bold;">发布留言</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -359,28 +304,6 @@
|
|||||||
<u-divider v-show="status == 1" text="加载中..."></u-divider>
|
<u-divider v-show="status == 1" text="加载中..."></u-divider>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <u-popup key="1" v-if="pricespop" :show="true" :round="10" @close="closePup">
|
|
||||||
<view class="proListPrice" v-if="proPriceList.length > 0" style="background-color: #fff;">
|
|
||||||
<view class="title"> 请选择 </view>
|
|
||||||
<view class="list">
|
|
||||||
<view :class="['item', curProId == item.productId ? 'active' : '']"
|
|
||||||
v-for="(item, index) in proPriceList" :key="index" @click="choosePrice(item)">
|
|
||||||
{{ item.productName }} - ¥{{ item.price }}
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="tbn flexbox" style="padding-bottom: 20px">
|
|
||||||
<view class="saveBtnss gouwuche flexbox" @click="">
|
|
||||||
<uni-icons type="cart" size="28" style="color: #666"></uni-icons>
|
|
||||||
<text>加入购物车</text>
|
|
||||||
</view>
|
|
||||||
<view style="margin-left: 40rpx" class="saveBtnss buybtn flexbox" @click="openBuyInfoModal">
|
|
||||||
<u-icon name="bag" color="#fff" size="28"></u-icon>
|
|
||||||
<text>立即购买</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</u-popup> -->
|
|
||||||
<view>
|
<view>
|
||||||
<u-back-top :scroll-top="scrollTop" bottom="150" :customStyle="bgiStyle"
|
<u-back-top :scroll-top="scrollTop" bottom="150" :customStyle="bgiStyle"
|
||||||
:iconStyle="iconStyle"></u-back-top>
|
:iconStyle="iconStyle"></u-back-top>
|
||||||
@@ -541,10 +464,10 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
isHideCourseInfo: false,
|
isHideCourseInfo: false,
|
||||||
goBuyTitle: "",
|
goBuyTitle: "", //顶部文案显示
|
||||||
goBuyType: "",
|
goBuyType: "", //顶部按钮状态标识
|
||||||
playData: {},
|
playData: {},
|
||||||
vip: {},
|
vip: {}, //vip数据
|
||||||
catalogueId: null,
|
catalogueId: null,
|
||||||
fixed: false,
|
fixed: false,
|
||||||
bgiStyle: {
|
bgiStyle: {
|
||||||
@@ -599,24 +522,7 @@
|
|||||||
supportFlag: false,
|
supportFlag: false,
|
||||||
selectGoodsData: {},
|
selectGoodsData: {},
|
||||||
|
|
||||||
buyOptions: [
|
buyOptions: [],
|
||||||
// {
|
|
||||||
// icon: 'chat',
|
|
||||||
// text: '客服'
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// icon: 'shop',
|
|
||||||
// text: '店铺',
|
|
||||||
// // info: 2,
|
|
||||||
// infoBackgroundColor: '#007aff',
|
|
||||||
// infoColor: "#f5f5f5"
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// icon: 'cart',
|
|
||||||
// text: '购物车',
|
|
||||||
// info: 2
|
|
||||||
// }
|
|
||||||
],
|
|
||||||
customButtonGroup1: [{
|
customButtonGroup1: [{
|
||||||
with: 200,
|
with: 200,
|
||||||
text: "立即购买",
|
text: "立即购买",
|
||||||
@@ -647,6 +553,8 @@
|
|||||||
showNewPayBtn:false,
|
showNewPayBtn:false,
|
||||||
newPaymentProList:[],
|
newPaymentProList:[],
|
||||||
isFudu:false, // 是否复读
|
isFudu:false, // 是否复读
|
||||||
|
//是否有vip
|
||||||
|
userVip: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
//第一次加载
|
//第一次加载
|
||||||
@@ -657,9 +565,10 @@
|
|||||||
// this.pageTitle = e.title
|
// this.pageTitle = e.title
|
||||||
console.log(e, "传入分类id");
|
console.log(e, "传入分类id");
|
||||||
this.getUserInfo();
|
this.getUserInfo();
|
||||||
|
|
||||||
this.courseId = e.id;
|
this.courseId = e.id;
|
||||||
// this.getCateList(this.courseId)
|
//是否是vip
|
||||||
// await this.getData(e.id);
|
this.getCourseByVip();
|
||||||
this.getSayList();
|
this.getSayList();
|
||||||
this.getOS()
|
this.getOS()
|
||||||
},
|
},
|
||||||
@@ -678,7 +587,6 @@
|
|||||||
async onShow() {
|
async onShow() {
|
||||||
// 隐藏原生的tabbar
|
// 隐藏原生的tabbar
|
||||||
uni.hideTabBar();
|
uni.hideTabBar();
|
||||||
console.log('this.courseId', this.courseId);
|
|
||||||
this.canJoinTestTime = false
|
this.canJoinTestTime = false
|
||||||
await this.getData(this.courseId);
|
await this.getData(this.courseId);
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
@@ -686,22 +594,16 @@
|
|||||||
plus.screen.lockOrientation("portrait-primary");
|
plus.screen.lockOrientation("portrait-primary");
|
||||||
// #endif
|
// #endif
|
||||||
await this.request()
|
await this.request()
|
||||||
|
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
this.selectGoodsData = {};
|
this.selectGoodsData = {};
|
||||||
this.protocolShow = false;
|
this.protocolShow = false;
|
||||||
this.$refs.commonSelectGoods.close();
|
this.$refs.commonSelectGoods.close();
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
this.selectGoodsData = {};
|
this.selectGoodsData = {};
|
||||||
this.protocolShow = false;
|
this.protocolShow = false;
|
||||||
// this.handleClickClose();
|
|
||||||
this.$refs.commonSelectGoods.close();
|
this.$refs.commonSelectGoods.close();
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
},
|
},
|
||||||
async onPullDownRefresh() {
|
async onPullDownRefresh() {
|
||||||
await this.getData(this.courseId);
|
await this.getData(this.courseId);
|
||||||
@@ -1063,7 +965,6 @@
|
|||||||
this.$commonJS.showToast("商品已下架");
|
this.$commonJS.showToast("商品已下架");
|
||||||
} else {
|
} else {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
// url: '../bookShop/commodityDetail?id=' + item.id
|
|
||||||
url: `/pages/goods/index/index?navTitle=''&title=''&id=${data.productId}`,
|
url: `/pages/goods/index/index?navTitle=''&title=''&id=${data.productId}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -1082,25 +983,18 @@
|
|||||||
},
|
},
|
||||||
//课程详情
|
//课程详情
|
||||||
async gotoDetail(v, courseIndex) {
|
async gotoDetail(v, courseIndex) {
|
||||||
console.log("准备进入学习页面", v);
|
|
||||||
this.currentCateIndex = courseIndex;
|
this.currentCateIndex = courseIndex;
|
||||||
let _myurl = ''
|
let _myurl = ''
|
||||||
// if(this.oprateOsName == 'ios'){
|
|
||||||
// _myurl = '/pages/course/chapterDetail'
|
|
||||||
// }else{
|
|
||||||
// h5 和安卓
|
|
||||||
_myurl = '/pages/course/chapterDetailAndorid'
|
_myurl = '/pages/course/chapterDetailAndorid'
|
||||||
// }
|
if (this.librayList[this.curIndex].isBuy == 1 || v.isAudition == 1 || this.userVip!=null) {
|
||||||
if (this.librayList[this.curIndex].isBuy == 1 || v.isAudition == 1 ||
|
|
||||||
this.vip.type == "1" || this.vip.type == "2") {
|
|
||||||
let noRecored = false
|
let noRecored = false
|
||||||
v.isAudition == 1 && this.userMsg.vip == 0 && this.librayList[this.curIndex].isBuy == 0 ?
|
v.isAudition == 1 && this.userVip==null && this.librayList[this.curIndex].isBuy == 0 ?
|
||||||
noRecored = true : ''
|
noRecored = true : ''
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `${_myurl}?navTitle=${this.pageTitle}&title=${v.title}&courseId=${this.courseId}&id=${v.id}&conditions=${v.conditions}&noRecored=${noRecored}`,
|
url: `${_myurl}?navTitle=${this.pageTitle}&title=${v.title}&courseId=${this.courseId}&id=${v.id}&conditions=${v.conditions}&noRecored=${noRecored}`,
|
||||||
});
|
});
|
||||||
} else if (this.vip.type != "1" && this.librayList[this.curIndex].type == 2) {
|
} else if (this.userVip==null && this.librayList[this.curIndex].type == 2) {
|
||||||
this.$commonJS.showToast("请开通超V后观看本课程");
|
this.$commonJS.showToast("请开通VIP后观看本课程");
|
||||||
} else {
|
} else {
|
||||||
this.$commonJS.showToast("请先购买课程");
|
this.$commonJS.showToast("请先购买课程");
|
||||||
}
|
}
|
||||||
@@ -1110,20 +1004,16 @@
|
|||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
},
|
},
|
||||||
onHandleClickBuy(e) {
|
onHandleClickBuy(e) {
|
||||||
console.log("this.selectGoodsData at line 589:", this.selectGoodsData);
|
|
||||||
|
|
||||||
var mynavData = JSON.stringify({
|
var mynavData = JSON.stringify({
|
||||||
goods: [this.selectGoodsData],
|
goods: [this.selectGoodsData],
|
||||||
typeId: 0,
|
typeId: 0,
|
||||||
navTitle: this.course.title,
|
navTitle: this.course.title,
|
||||||
title: this.course.title,
|
title: this.course.title,
|
||||||
isFudu: this.isFudu
|
isFudu: this.isFudu
|
||||||
// sourceType: "curriculum",
|
|
||||||
}); // 这里转换成 字符串
|
}); // 这里转换成 字符串
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/goods/order/index?data=${mynavData}`,
|
url: `/pages/goods/order/index?data=${mynavData}`,
|
||||||
});
|
});
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
openBuyInfoModal() {
|
openBuyInfoModal() {
|
||||||
this.pricespop = false;
|
this.pricespop = false;
|
||||||
@@ -1194,8 +1084,6 @@
|
|||||||
|
|
||||||
//获取相关关联课程商品
|
//获取相关关联课程商品
|
||||||
handleClickGetGoodsList(v) {
|
handleClickGetGoodsList(v) {
|
||||||
// console.log("data at line 313:", data);
|
|
||||||
|
|
||||||
if (v.type == 0) {
|
if (v.type == 0) {
|
||||||
//免费
|
//免费
|
||||||
this.$http
|
this.$http
|
||||||
@@ -1206,7 +1094,6 @@
|
|||||||
catalogueId: v.id,
|
catalogueId: v.id,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -1214,14 +1101,13 @@
|
|||||||
console.log("res at line 493:", res);
|
console.log("res at line 493:", res);
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.getCourseDescriptionData(v);
|
this.getCourseDescriptionData(v);
|
||||||
// this.$commonJS.showToast("");
|
|
||||||
}
|
}
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
});
|
});
|
||||||
} else if (v.type == 2 && this.userMsg.vip != 1) {
|
} else if (v.type == 2 && this.userVip==null) {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '当前课程目录是超V专享,开通超V可观看',
|
content: '当前课程目录是VIP专享,开通VIP可观看',
|
||||||
confirmText: '好的',
|
confirmText: '好的',
|
||||||
showCancel: false
|
showCancel: false
|
||||||
})
|
})
|
||||||
@@ -1239,7 +1125,6 @@
|
|||||||
id: v.id,
|
id: v.id,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -1256,19 +1141,53 @@
|
|||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
//获取信息
|
||||||
getUserInfo() {
|
getUserInfo() {
|
||||||
this.$http.post("common/user/getUserInfo").then((res) => {
|
this.$http.post("common/user/getUserInfo").then((res) => {
|
||||||
console.log("res at line 505:", res);
|
|
||||||
this.userMsg = res.result
|
this.userMsg = res.result
|
||||||
if (res.result.userVip) {
|
|
||||||
this.vip = res.result.userVip;
|
|
||||||
} else {
|
|
||||||
this.vip = {
|
|
||||||
type: 0
|
|
||||||
};
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
//获取是否是vip
|
||||||
|
getCourseByVip(){
|
||||||
|
this.$http
|
||||||
|
.request({
|
||||||
|
url: 'common/userVip/ownCourseCatalogueByVip',
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
courseId: this.courseId,
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
if (res.code == 0) {
|
||||||
|
//如果有userVip,说明是符合课程的vip身份
|
||||||
|
if(res.userVip){
|
||||||
|
this.userVip = res.userVip;
|
||||||
|
let type = res.userVip.type;
|
||||||
|
let role = '';
|
||||||
|
if(type==4){
|
||||||
|
role = '中医学';
|
||||||
|
}else if(type==5){
|
||||||
|
role = '针灸学';
|
||||||
|
}else if(type==6){
|
||||||
|
role = '肿瘤学';
|
||||||
|
}else if(type==7){
|
||||||
|
role = '国学';
|
||||||
|
}else if(type==8){
|
||||||
|
role = '心理学';
|
||||||
|
}
|
||||||
|
this.goBuyTitle = '尊贵的'+role+'VIP,您的有效期到'+res.userVip.endTime;
|
||||||
|
this.goBuyType = 1;
|
||||||
|
}else{ //否则没有开通vip
|
||||||
|
this.goBuyTitle = '购买VIP,即可畅享更多专属权益';
|
||||||
|
this.goBuyType = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
// 评论
|
// 评论
|
||||||
showSayModule(data) {
|
showSayModule(data) {
|
||||||
console.log(data, "父级收到值了");
|
console.log(data, "父级收到值了");
|
||||||
@@ -1665,9 +1584,9 @@
|
|||||||
url: `/pages/course/myCourseLearn?id=${this.course.id}`,
|
url: `/pages/course/myCourseLearn?id=${this.course.id}`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
//获取课程数据
|
||||||
async getData(id) {
|
async getData(id) {
|
||||||
this.courseList = [];
|
this.courseList = [];
|
||||||
// console.log("at line 1167:", "调用了几次");
|
|
||||||
var that = this;
|
var that = this;
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title:'获取课程信息'
|
title:'获取课程信息'
|
||||||
@@ -1675,12 +1594,11 @@
|
|||||||
await $http
|
await $http
|
||||||
.request({
|
.request({
|
||||||
url: "sociology/course/getCourseDetail",
|
url: "sociology/course/getCourseDetail",
|
||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
id: id,
|
id: id,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -1695,40 +1613,11 @@
|
|||||||
}
|
}
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.course = res.data.course;
|
this.course = res.data.course;
|
||||||
//0 购买 1 续费 2 升级
|
|
||||||
// console.log("this.vip.type at line 1045:", this.vip);
|
|
||||||
switch (this.vip.type) {
|
|
||||||
case 0:
|
|
||||||
this.goBuyTitle = "购买VIP,即可免费观看吴门医述所有课程";
|
|
||||||
this.goBuyType = 0;
|
|
||||||
break;
|
|
||||||
case 1 || 2:
|
|
||||||
var vipName = "";
|
|
||||||
if (this.vip.type == 1) {
|
|
||||||
vipName = "超级VIP";
|
|
||||||
}
|
|
||||||
if (this.vip.type == 2) {
|
|
||||||
vipName = "吴门医述VIP";
|
|
||||||
}
|
|
||||||
//超级VIP
|
|
||||||
this.goBuyTitle = `尊贵的${vipName},您的有效期到 ${
|
|
||||||
this.vip.endTime && this.vip.endTime.split(" ")[0]
|
|
||||||
}`;
|
|
||||||
this.goBuyType = 1;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 3:
|
|
||||||
//众妙之门
|
|
||||||
this.goBuyTitle =
|
|
||||||
"尊贵的众妙之门VIP,升级至超级VIP,即可免费观看吴门医述所有课程";
|
|
||||||
|
|
||||||
this.goBuyType = 2;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
this.pageTitle = this.course.title;
|
this.pageTitle = this.course.title;
|
||||||
this.librayList = [...res.data.catalogues];
|
this.librayList = [...res.data.catalogues];
|
||||||
console.log('获取课程详情=》', res.data);
|
|
||||||
if (this.librayList.length > 0) {
|
if (this.librayList.length > 0) {
|
||||||
var ll = this.librayList.map(item => item.completion)
|
var ll = this.librayList.map(item => item.completion)
|
||||||
var sums = 0
|
var sums = 0
|
||||||
@@ -1744,27 +1633,19 @@
|
|||||||
} else {
|
} else {
|
||||||
this.courseCompletion = 0
|
this.courseCompletion = 0
|
||||||
}
|
}
|
||||||
console.log('lllllll', this.courseCompletion);
|
|
||||||
that.$forceUpdate();
|
that.$forceUpdate();
|
||||||
if (this.librayList.length > 0) {
|
if (this.librayList.length > 0) {
|
||||||
if (this.catalogueId) {
|
if (this.catalogueId) {
|
||||||
this.curId = this.catalogueId
|
this.curId = this.catalogueId
|
||||||
let _list = this.librayList
|
let _list = this.librayList
|
||||||
_list = _list.map(item => item.id)
|
_list = _list.map(item => item.id)
|
||||||
// console.log('_list过滤后的_list',_list);
|
|
||||||
this.curIndex = _list.findIndex((element) => element == this.catalogueId)
|
this.curIndex = _list.findIndex((element) => element == this.catalogueId)
|
||||||
console.log('其他页面返回来,_list过滤后的curIndex', this.curIndex, this.catalogueId);
|
|
||||||
} else {
|
} else {
|
||||||
this.catalogueId = this.librayList[0].id;
|
this.catalogueId = this.librayList[0].id;
|
||||||
this.curId = this.librayList[0].id;
|
this.curId = this.librayList[0].id;
|
||||||
this.curIndex = 0
|
this.curIndex = 0
|
||||||
console.log('首次加载');
|
|
||||||
}
|
}
|
||||||
console.log('this.librayList[0]',this.librayList[0]);
|
|
||||||
this.clicklib(this.librayList[0], 0)
|
this.clicklib(this.librayList[0], 0)
|
||||||
// this.chapterList = await this.getChapterList(this.catalogueId)
|
|
||||||
console.log('目录列表', this.librayList)
|
|
||||||
// console.log('外面得到的方法列表', this.chapterList);
|
|
||||||
if (
|
if (
|
||||||
res.data.shopProductList &&
|
res.data.shopProductList &&
|
||||||
res.data.shopProductList.length > 0
|
res.data.shopProductList.length > 0
|
||||||
@@ -1773,13 +1654,11 @@
|
|||||||
} else {
|
} else {
|
||||||
this.tjProList;
|
this.tjProList;
|
||||||
}
|
}
|
||||||
// console.log("list at line 1233:", list);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
console.log(e, "获取课程数据报错666");
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
goBuy() {
|
goBuy() {
|
||||||
@@ -1818,7 +1697,6 @@
|
|||||||
},
|
},
|
||||||
choosePrice(item) {
|
choosePrice(item) {
|
||||||
this.selectGoodsData = item;
|
this.selectGoodsData = item;
|
||||||
// console.log(item, 'choosePrice')
|
|
||||||
this.curProId = item.productId;
|
this.curProId = item.productId;
|
||||||
},
|
},
|
||||||
async chooseChapter(item, index) {
|
async chooseChapter(item, index) {
|
||||||
@@ -1826,12 +1704,6 @@
|
|||||||
// 未购买仅试听
|
// 未购买仅试听
|
||||||
// let data = null
|
// let data = null
|
||||||
this.courseList[index].tryListen = await this.getPath(item, index);
|
this.courseList[index].tryListen = await this.getPath(item, index);
|
||||||
console.log(this.courseList, "1*********");
|
|
||||||
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: `/pages/course/learn?courseId=${this.course.id}&catalogueId
|
|
||||||
// =${this.curId}&chapterId=${item.id}`
|
|
||||||
// })
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async getPath(item, index) {
|
async getPath(item, index) {
|
||||||
@@ -1852,14 +1724,12 @@
|
|||||||
datas = res.data.videos;
|
datas = res.data.videos;
|
||||||
console.log(res);
|
console.log(res);
|
||||||
});
|
});
|
||||||
console.log("datas at line 1300:", datas);
|
|
||||||
return datas;
|
return datas;
|
||||||
},
|
},
|
||||||
// 选择复读选项
|
// 选择复读选项
|
||||||
async goNewPay(item){
|
async goNewPay(item){
|
||||||
this.showNewPayBtn ? await this.getNewPaymentList(item.id) : ''
|
this.showNewPayBtn ? await this.getNewPaymentList(item.id) : ''
|
||||||
if(this.newPaymentProList.length > 0){
|
if(this.newPaymentProList.length > 0){
|
||||||
// this.getCourseDescriptionData(v);
|
|
||||||
this.goodsList = this.newPaymentProList;
|
this.goodsList = this.newPaymentProList;
|
||||||
this.selectGoodsData = this.goodsList[0];
|
this.selectGoodsData = this.goodsList[0];
|
||||||
this.$refs.commonSelectGoods.open();
|
this.$refs.commonSelectGoods.open();
|
||||||
@@ -1872,20 +1742,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async clicklib(item, index) {
|
async clicklib(item, index) {
|
||||||
console.log('hhhhhhhhhhhhhhhhhhh++++++++', item);
|
|
||||||
|
|
||||||
// if (item.id == this.curId) {
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
this.catalogueId = item.id
|
this.catalogueId = item.id
|
||||||
this.curIndex = index;
|
this.curIndex = index;
|
||||||
this.curId = item.id;
|
this.curId = item.id;
|
||||||
|
|
||||||
if(item.isBuy == 0 && this.userMsg.vip != 2 && this.userMsg.vip != 1 ){
|
if(item.isBuy == 0 && this.userVip==null ){
|
||||||
console.log('hhhhhhhhhhhhhhhhhhh++++++++');
|
|
||||||
this.showNewPayBtn = await this.checkRenewPayment(item.id)
|
this.showNewPayBtn = await this.checkRenewPayment(item.id)
|
||||||
console.log('可以复读吗?', this.showNewPayBtn );
|
console.log('可以复读吗?', this.showNewPayBtn );
|
||||||
}else{ // this.showNewPayBtn = await this.checkRenewPayment(item.id)
|
}else{
|
||||||
console.log('不用复读');
|
console.log('不用复读');
|
||||||
}
|
}
|
||||||
this.chapterList = await this.getChapterList(item.id);
|
this.chapterList = await this.getChapterList(item.id);
|
||||||
@@ -2033,16 +1897,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.endBox {
|
.endBox {
|
||||||
// @include theme("vipbtnbg");
|
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
// margin: 20rpx 0;
|
// margin: 20rpx 0;
|
||||||
padding: 10rpx 20rpx;
|
padding: 10rpx 20rpx;
|
||||||
|
|
||||||
.box {
|
|
||||||
// background-color: #258feb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flexbox {
|
.flexbox {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
@@ -2500,35 +2359,15 @@
|
|||||||
.gouwuche {
|
.gouwuche {
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
padding-right: 20rpx;
|
padding-right: 20rpx;
|
||||||
|
|
||||||
text {
|
|
||||||
// color: #fff;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.vipBtn {
|
|
||||||
@include theme("vipbtnbg");
|
|
||||||
border-radius: 100rpx;
|
|
||||||
justify-content: center;
|
|
||||||
width: auto;
|
|
||||||
padding: 0 20rpx;
|
|
||||||
color: #fff;
|
|
||||||
margin: 10rpx auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buyBtn {
|
.buyBtn {
|
||||||
background: #f42c32 !important;
|
background: #f42c32 !important;
|
||||||
// background:
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buyBox {
|
.buyBox {
|
||||||
// position: fixed;
|
|
||||||
// z-index: 2;
|
|
||||||
// bottom: 100rpx;
|
|
||||||
// left: 0;
|
|
||||||
@include pleft_right(4px);
|
@include pleft_right(4px);
|
||||||
// @include mshadow(10px, 1);
|
|
||||||
padding: 20rpx 10rpx;
|
padding: 20rpx 10rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
@@ -2538,7 +2377,6 @@
|
|||||||
#ece6fa 30%,
|
#ece6fa 30%,
|
||||||
#d7e8f0 60%,
|
#d7e8f0 60%,
|
||||||
#fff 100%);
|
#fff 100%);
|
||||||
// background: rgba(255, 255, 255, 0.9);
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -2626,38 +2464,23 @@
|
|||||||
.containerBg1 {
|
.containerBg1 {
|
||||||
border-top: 1px solid #fff;
|
border-top: 1px solid #fff;
|
||||||
margin-top: -4rpx;
|
margin-top: -4rpx;
|
||||||
// position: relative;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
border-radius: 30rpx 30rpx 0 0;
|
border-radius: 30rpx 30rpx 0 0;
|
||||||
// background-color: #fff;
|
|
||||||
// overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.containerBg {
|
.containerBg {
|
||||||
// background-color: #f4f7ff;
|
|
||||||
// overflow: hidden;
|
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
padding-bottom: 40rpx;
|
padding-bottom: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buyBox {}
|
|
||||||
|
|
||||||
.vipBgColor {
|
|
||||||
// background-color: #8265f9 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.coursePart {
|
.coursePart {
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
@include ptop_bottm(10px);
|
@include ptop_bottm(10px);
|
||||||
border-radius: 20rpx 20rpx 0 0;
|
border-radius: 20rpx 20rpx 0 0;
|
||||||
@include pleft_right(10px);
|
@include pleft_right(10px);
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
// @include mshadow(10px, 1);
|
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
padding-top: 20rpx;
|
padding-top: 20rpx;
|
||||||
// background-color: $themeColor;
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -2748,12 +2571,7 @@
|
|||||||
.catalogueTitle {
|
.catalogueTitle {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// background-image: linear-gradient(108deg, #cae9f9 0%, #e1f6fc8c 50%);
|
|
||||||
|
|
||||||
// background-image: linear-gradient(180deg, #cfe0ff 0%, #fff 50%);
|
|
||||||
// padding: 0 20rpx;
|
|
||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
|
|
||||||
.learnBtn {
|
.learnBtn {
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
width: 150rpx;
|
width: 150rpx;
|
||||||
@@ -2840,10 +2658,6 @@
|
|||||||
line-height: 30rpx;
|
line-height: 30rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
// margin-top: 20rpx;
|
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fdButtonBoxRed {
|
.fdButtonBoxRed {
|
||||||
@@ -2950,7 +2764,6 @@
|
|||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
font-size: 38rpx;
|
font-size: 38rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
// background-image: url(@/static/bg1.jpg);
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
@@ -2981,9 +2794,7 @@
|
|||||||
font-size: 46rpx;
|
font-size: 46rpx;
|
||||||
color: $themeColor;
|
color: $themeColor;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
// line-height: 46rpx;
|
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
// border-leradius: 6px;
|
|
||||||
border-top-left-radius: 6px;
|
border-top-left-radius: 6px;
|
||||||
border-top-right-radius: 6px;
|
border-top-right-radius: 6px;
|
||||||
}
|
}
|
||||||
@@ -3000,13 +2811,11 @@
|
|||||||
|
|
||||||
.center {
|
.center {
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
// padding:0 10rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 60rpx;
|
margin-top: 60rpx;
|
||||||
|
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 26rpx;
|
line-height: 26rpx;
|
||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
@@ -3058,11 +2867,6 @@
|
|||||||
color: #1e2f3e;
|
color: #1e2f3e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.textBox.lock {
|
|
||||||
width: calc(100% - 60rpx);
|
|
||||||
}
|
|
||||||
|
|
||||||
.shitingTag {
|
.shitingTag {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@@ -3073,12 +2877,9 @@
|
|||||||
|
|
||||||
.course_info_box {
|
.course_info_box {
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
|
|
||||||
// padding:20rpx;
|
|
||||||
.course_info {
|
.course_info {
|
||||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||||
background: #f2f8ff;
|
background: #f2f8ff;
|
||||||
// border-radius:20rpx;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3090,15 +2891,6 @@
|
|||||||
font-size: 42rpx;
|
font-size: 42rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
letter-spacing: 4rpx;
|
letter-spacing: 4rpx;
|
||||||
|
|
||||||
// border:4rpx solid #1FB2F8;
|
|
||||||
// box-shadow: 0 2px 12px 0 rgba(255,255,255,.1);
|
|
||||||
// border-radius:40rpx;
|
|
||||||
// color:#fff;
|
|
||||||
// width:200rpx;
|
|
||||||
// height:70rpx;
|
|
||||||
// display:inline-block;
|
|
||||||
// padding:10rpx 20rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vipchapter_content {
|
.vipchapter_content {
|
||||||
@@ -3168,10 +2960,6 @@
|
|||||||
// box-shadow: 0 2px 12px 0 rgba(255,255,255,.1);
|
// box-shadow: 0 2px 12px 0 rgba(255,255,255,.1);
|
||||||
// border-radius:40rpx;
|
// border-radius:40rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
// width:200rpx;
|
|
||||||
// height:70rpx;
|
|
||||||
// display:inline-block;
|
|
||||||
// padding:10rpx 20rpx;
|
|
||||||
font-size: 72rpx;
|
font-size: 72rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -3225,12 +3013,30 @@
|
|||||||
.seePaper {
|
.seePaper {
|
||||||
color: #35a6ff;
|
color: #35a6ff;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
// width: 50rpx;
|
}
|
||||||
// height: 50rpx;
|
.describe_block{
|
||||||
|
padding: 15rpx 20rpx;
|
||||||
// image {
|
background: linear-gradient(90deg, #258feb 0%, #00e1ec 100%);
|
||||||
// width: 100%;
|
position: fixed;
|
||||||
// height: 100%;
|
left: 0;
|
||||||
// }
|
width: 100%;
|
||||||
|
z-index: 10;
|
||||||
|
color: #fff;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.describe_block text{
|
||||||
|
display: block;
|
||||||
|
font-size: 28rpx;
|
||||||
|
padding-right: 10rpx;
|
||||||
|
}
|
||||||
|
.describe_block button{
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: #fff;
|
||||||
|
padding: 0 15rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
line-height: 50rpx;
|
||||||
|
height: 50rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -432,9 +432,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/goods/order/index?data=${mynavData}`,
|
url: `/pages/goods/order/index?data=${mynavData}`,
|
||||||
});
|
});
|
||||||
// uni.navigateTo({
|
|
||||||
// url:`/pages/bookShop/settlement?type=2&list=${val.id}`
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
closePup(e){
|
closePup(e){
|
||||||
this.pricespop = false
|
this.pricespop = false
|
||||||
|
|||||||
@@ -815,23 +815,15 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.options = options;
|
this.options = options;
|
||||||
console.log("options", options);
|
|
||||||
// this.handleClickGetGoodsList();
|
|
||||||
// this.getUserInfo()
|
|
||||||
// this.getCateList()
|
|
||||||
},
|
},
|
||||||
onHide() {
|
onHide() {
|
||||||
this.selectGoodsData = {};
|
this.selectGoodsData = {};
|
||||||
this.$refs.commonSelectGoods.close();
|
this.$refs.commonSelectGoods.close();
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
this.selectGoodsData = {};
|
this.selectGoodsData = {};
|
||||||
this.$refs.commonSelectGoods.close();
|
this.$refs.commonSelectGoods.close();
|
||||||
this.show = false;
|
this.show = false;
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.requestType = this.options.type;
|
this.requestType = this.options.type;
|
||||||
@@ -848,14 +840,13 @@ export default {
|
|||||||
await this.$http
|
await this.$http
|
||||||
.request({
|
.request({
|
||||||
url: "common/coupon/couponToProductList",
|
url: "common/coupon/couponToProductList",
|
||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 100,
|
limit: 100,
|
||||||
productId: this.curriculumData.productId,
|
productId: this.curriculumData.productId,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -876,9 +867,7 @@ export default {
|
|||||||
this.showInfo = true;
|
this.showInfo = true;
|
||||||
},
|
},
|
||||||
openPopup() {
|
openPopup() {
|
||||||
// this.selectGoodsData = this.goodsList[0];
|
|
||||||
this.$refs.commonSelectGoods.open();
|
this.$refs.commonSelectGoods.open();
|
||||||
// this.show = true;
|
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
@@ -950,13 +939,8 @@ export default {
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/goods/order/index?data=${mynavData}`,
|
url: `/pages/goods/order/index?data=${mynavData}`,
|
||||||
});
|
});
|
||||||
// uni.navigateTo({
|
|
||||||
// // url: '../bookShop/commodityDetail?id=' + item.id
|
|
||||||
// url: `/pages/goods/order/index?navTitle=${this.options.navTitle}&title=${this.options.title}&oid=${this.options.oid}&conditions=${this.options.conditions}&detailOid=${this.options.detailOid}`
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
buttonClick(e) {
|
buttonClick(e) {
|
||||||
console.log(e);
|
|
||||||
this.options[2].info++;
|
this.options[2].info++;
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -969,12 +953,6 @@ export default {
|
|||||||
...this.taiHuClassInfo,
|
...this.taiHuClassInfo,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
// $mars.progressBegin('申请中...');
|
|
||||||
// $mars.post(customerType, 'applyRelearn', data, function (ret) {
|
|
||||||
// api.hideProgress();
|
|
||||||
|
|
||||||
// fnLoadDataGrid();
|
|
||||||
// });
|
|
||||||
},
|
},
|
||||||
fnRelearn(oid, days, courseFee) {
|
fnRelearn(oid, days, courseFee) {
|
||||||
//99和199课程复读一个月60三个月120; 299和399课程复读一个月80三个月180
|
//99和199课程复读一个月60三个月120; 299和399课程复读一个月80三个月180
|
||||||
@@ -1011,14 +989,6 @@ export default {
|
|||||||
fee: fee,
|
fee: fee,
|
||||||
};
|
};
|
||||||
this.show = true;
|
this.show = true;
|
||||||
// $aui.alert({
|
|
||||||
// title: ,
|
|
||||||
// content: '用户您好,该课程已到期,通过支付' + fee + '元,本门课程可获得' + days + '天延期学习时间,点击确认即完成自动扣费,感谢配合!',
|
|
||||||
// buttons: ['取消', '确认'],
|
|
||||||
// radius: 6,
|
|
||||||
// titleColor: '#ff3300',
|
|
||||||
// contColor: '#333',
|
|
||||||
// btnColor: ''
|
|
||||||
},
|
},
|
||||||
//课程详情
|
//课程详情
|
||||||
async gotoDetail(v) {
|
async gotoDetail(v) {
|
||||||
@@ -1035,15 +1005,12 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
// url: '../bookShop/commodityDetail?id=' + item.id
|
|
||||||
url: `/pages/curriculum/order/curriculum/detail?navTitle=${v.title}&title=${v.title}&oid=${v.courseOid}&conditions=${v.conditions}&detailOid=${v.detailOid}`,
|
url: `/pages/curriculum/order/curriculum/detail?navTitle=${v.title}&title=${v.title}&oid=${v.courseOid}&conditions=${v.conditions}&detailOid=${v.detailOid}`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//相关课程
|
//相关课程
|
||||||
goCourseDescription(v) {
|
goCourseDescription(v) {
|
||||||
console.log(v);
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
// url: '../bookShop/commodityDetail?id=' + item.id
|
|
||||||
url: `/pages/curriculum/order/curriculum/index?navTitle=${v.title}&title=${v.title}&oid=${v.oid}`,
|
url: `/pages/curriculum/order/curriculum/index?navTitle=${v.title}&title=${v.title}&oid=${v.oid}`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -1062,7 +1029,6 @@ export default {
|
|||||||
productId: this.options.id,
|
productId: this.options.id,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -1127,9 +1093,6 @@ export default {
|
|||||||
this.swiperList.push(that.curriculumData.productImages);
|
this.swiperList.push(that.curriculumData.productImages);
|
||||||
} else {
|
} else {
|
||||||
that.swiperList = that.curriculumData.productImageList.split(",");
|
that.swiperList = that.curriculumData.productImageList.split(",");
|
||||||
// for (var i = 0; i < imgList.length; i++) {
|
|
||||||
// this.swiperList.push(imgList[i])
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.detailInfo = {
|
this.detailInfo = {
|
||||||
@@ -1149,21 +1112,6 @@ export default {
|
|||||||
checkDisable() {
|
checkDisable() {
|
||||||
console.log("点击了");
|
console.log("点击了");
|
||||||
},
|
},
|
||||||
// 显示无权限弹窗
|
|
||||||
// showNoRights() {
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// that.clear()
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// },
|
|
||||||
// 获取用户详情
|
// 获取用户详情
|
||||||
getUserInfo() {
|
getUserInfo() {
|
||||||
// 用户详情
|
// 用户详情
|
||||||
@@ -1181,9 +1129,6 @@ export default {
|
|||||||
var data = [];
|
var data = [];
|
||||||
console.log(item, index, 99999);
|
console.log(item, index, 99999);
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
// curriculumInfo
|
|
||||||
|
|
||||||
this.$http
|
this.$http
|
||||||
.post(this.urlList.curriculumInfo, {
|
.post(this.urlList.curriculumInfo, {
|
||||||
customerType: "D",
|
customerType: "D",
|
||||||
@@ -1197,173 +1142,23 @@ export default {
|
|||||||
|
|
||||||
// socket.init();
|
// socket.init();
|
||||||
});
|
});
|
||||||
|
|
||||||
// this.$nextTick(() => {
|
|
||||||
// switch (item.type) {
|
|
||||||
// case 1:
|
|
||||||
// // allDataList
|
|
||||||
// this.dataList = that.allDataList.result1Lst
|
|
||||||
// break;
|
|
||||||
// case 2:
|
|
||||||
// this.dataList = that.allDataList.result2Lst
|
|
||||||
// break;
|
|
||||||
// case 3:
|
|
||||||
// this.dataList = that.allDataList.result3Lst
|
|
||||||
// break;
|
|
||||||
// case 4:
|
|
||||||
// this.dataList = that.allDataList.result4Lst.filter(e =>
|
|
||||||
// e.oid != '5fcf991c027b11e7ae62008cfae40c18' && e.oid != 'b3d8a938b8e147bc877613bb712a9cb3' && e.oid != '4d4730163135420ea962bfac4805e026' && e.oid != '49fb76ca3d6b43718d78c6aa9a3003c2' && e.oid != 'c7b047ed9246469b9ae2b1013fc3df9c'
|
|
||||||
|
|
||||||
// )
|
|
||||||
|
|
||||||
// console.log(this.dataList.length, 6666666)
|
|
||||||
// break;
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentCateIndex = item.index
|
|
||||||
// })
|
|
||||||
console.log(this.allDataList, this.dataList, "1688");
|
|
||||||
// if(this.userMes.tgdzPower == 0){
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// if(item.title == "时辰取穴"){
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: "../timeAcupoint/timeAcupoint"
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentStatusIndex = index
|
|
||||||
|
|
||||||
this.searchValue = "";
|
this.searchValue = "";
|
||||||
this.searchList = [];
|
this.searchList = [];
|
||||||
this.showSearchList = false;
|
this.showSearchList = false;
|
||||||
// if (index != 2) {
|
|
||||||
|
|
||||||
// uni.createSelectorQuery().select('.statusList').boundingClientRect(function (rect) {
|
|
||||||
// var height = rect.height
|
|
||||||
// console.log('元素高度:',);
|
|
||||||
|
|
||||||
// }).exec();
|
|
||||||
|
|
||||||
// } else {
|
|
||||||
// this.getJFList(dictType)
|
|
||||||
// }
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
async getDetailInfo() {
|
async getDetailInfo() {
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
// curriculumInfo
|
|
||||||
|
|
||||||
// this.$nextTick(() => {
|
|
||||||
// switch (item.type) {
|
|
||||||
// case 1:
|
|
||||||
// // allDataList
|
|
||||||
// this.dataList = that.allDataList.result1Lst
|
|
||||||
// break;
|
|
||||||
// case 2:
|
|
||||||
// this.dataList = that.allDataList.result2Lst
|
|
||||||
// break;
|
|
||||||
// case 3:
|
|
||||||
// this.dataList = that.allDataList.result3Lst
|
|
||||||
// break;
|
|
||||||
// case 4:
|
|
||||||
// this.dataList = that.allDataList.result4Lst.filter(e =>
|
|
||||||
// e.oid != '5fcf991c027b11e7ae62008cfae40c18' && e.oid != 'b3d8a938b8e147bc877613bb712a9cb3' && e.oid != '4d4730163135420ea962bfac4805e026' && e.oid != '49fb76ca3d6b43718d78c6aa9a3003c2' && e.oid != 'c7b047ed9246469b9ae2b1013fc3df9c'
|
|
||||||
|
|
||||||
// )
|
|
||||||
|
|
||||||
// console.log(this.dataList.length, 6666666)
|
|
||||||
// break;
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentCateIndex = item.index
|
|
||||||
// })
|
|
||||||
console.log(this.allDataList, this.dataList, "1688");
|
|
||||||
// if(this.userMes.tgdzPower == 0){
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// if(item.title == "时辰取穴"){
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: "../timeAcupoint/timeAcupoint"
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentStatusIndex = index
|
|
||||||
|
|
||||||
this.searchValue = "";
|
this.searchValue = "";
|
||||||
this.searchList = [];
|
this.searchList = [];
|
||||||
this.showSearchList = false;
|
this.showSearchList = false;
|
||||||
// if (index != 2) {
|
|
||||||
|
|
||||||
// uni.createSelectorQuery().select('.statusList').boundingClientRect(function (rect) {
|
|
||||||
// var height = rect.height
|
|
||||||
// console.log('元素高度:',);
|
|
||||||
|
|
||||||
// }).exec();
|
|
||||||
|
|
||||||
// } else {
|
|
||||||
// this.getJFList(dictType)
|
|
||||||
// }
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
async setOneCateIndex(item, index) {
|
async setOneCateIndex(item, index) {
|
||||||
this.allDataList = [];
|
this.allDataList = [];
|
||||||
console.log(index, 99999);
|
console.log(index, 99999);
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
// if(this.userMes.tgdzPower == 0){
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// if(item.title == "时辰取穴"){
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: "../timeAcupoint/timeAcupoint"
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
this.currentStatusIndex = index;
|
this.currentStatusIndex = index;
|
||||||
// this.currentCateIndex = 0
|
|
||||||
|
|
||||||
this.searchValue = "";
|
this.searchValue = "";
|
||||||
this.searchList = [];
|
this.searchList = [];
|
||||||
this.showSearchList = false;
|
this.showSearchList = false;
|
||||||
@@ -1372,19 +1167,6 @@ export default {
|
|||||||
|
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
});
|
});
|
||||||
|
|
||||||
// this.handleselectCate(this.cateList[this.currentCateIndex])
|
|
||||||
// if (index != 2) {
|
|
||||||
|
|
||||||
// uni.createSelectorQuery().select('.statusList').boundingClientRect(function (rect) {
|
|
||||||
// var height = rect.height
|
|
||||||
// console.log('元素高度:',);
|
|
||||||
|
|
||||||
// }).exec();
|
|
||||||
|
|
||||||
// } else {
|
|
||||||
// this.getJFList(dictType)
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
|
|
||||||
transformData(inputData) {
|
transformData(inputData) {
|
||||||
@@ -1396,159 +1178,13 @@ export default {
|
|||||||
}
|
}
|
||||||
result[letter].push(item);
|
result[letter].push(item);
|
||||||
});
|
});
|
||||||
// const finalResult = Object.keys(result).map(key => ({ [key]: result[key] }));
|
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
// getJFList(id) {
|
|
||||||
// $http.request({
|
|
||||||
// url: "book/prescript/prescriptListForJF",
|
|
||||||
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
|
||||||
// data: {
|
|
||||||
// loadAnimate: 'none', // 请求加载动画
|
|
||||||
// 'categoryId': id
|
|
||||||
// },
|
|
||||||
// header: { //默认 无 说明:请求头
|
|
||||||
// 'Content-Type': 'application/json'
|
|
||||||
// },
|
|
||||||
// }).then(res => {
|
|
||||||
// if (res.code == 0 && res.list.length > 0) {
|
|
||||||
// this.twoCateList = []
|
|
||||||
// this.dataList = this.transformData(res.list)
|
|
||||||
// console.log('JF经方', this.dataList)
|
|
||||||
// } else {
|
|
||||||
// this.twoCateList = []
|
|
||||||
// this.dataList = []
|
|
||||||
// }
|
|
||||||
// }).catch(e => {
|
|
||||||
// this.twoCateList = []
|
|
||||||
// this.dataList = []
|
|
||||||
// console.log(e)
|
|
||||||
// })
|
|
||||||
// },
|
|
||||||
getCateList(id) {
|
getCateList(id) {
|
||||||
id ? "" : (id = 0);
|
id ? "" : (id = 0);
|
||||||
this.twoCateList = [];
|
this.twoCateList = [];
|
||||||
this.curTwoCateIndex = 0;
|
this.curTwoCateIndex = 0;
|
||||||
// 0为获取顶级分类,其他为搜索下级分类,目前的逻辑,顶级是写死的,所以可能只会涉及到搜索第二级
|
|
||||||
// $http.request({
|
|
||||||
// url: "book/prescript/prescriptCategoryList",
|
|
||||||
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
|
||||||
// data: {
|
|
||||||
// loadAnimate: 'none', // 请求加载动画
|
|
||||||
// 'categoryId': id
|
|
||||||
// },
|
|
||||||
// header: { //默认 无 说明:请求头
|
|
||||||
// 'Content-Type': 'application/json'
|
|
||||||
// },
|
|
||||||
// }).then(res => {
|
|
||||||
// console.log(res, '脉穴分类获取成功')
|
|
||||||
// if (res.code == 0 && res.list.length > 0) {
|
|
||||||
// this.statusList = res.list
|
|
||||||
// this.getTowCateList(this.statusList[0].type)
|
|
||||||
// } else {
|
|
||||||
// this.statusList = []
|
|
||||||
// }
|
|
||||||
// }).catch(e => {
|
|
||||||
// this.statusList = []
|
|
||||||
// console.log(e)
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 放大图片
|
|
||||||
previewImage(url) {
|
|
||||||
console.log(url);
|
|
||||||
uni.previewImage({
|
|
||||||
urls: [url],
|
|
||||||
longPressActions: {
|
|
||||||
itemList: ["很抱歉,暂不支持保存图片到本地"],
|
|
||||||
success: function (res) {
|
|
||||||
// console.log(res,'+++++')
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
},
|
|
||||||
// getSearch() {
|
|
||||||
// $http.request({
|
|
||||||
// url: "book/prescript/searchPrescript",
|
|
||||||
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
|
||||||
// data: {
|
|
||||||
// loadAnimate: 'none', // 请求加载动画
|
|
||||||
// 'keywords': this.searchValue,
|
|
||||||
// type: this.currentStatusIndex + 1
|
|
||||||
// },
|
|
||||||
// header: { //默认 无 说明:请求头
|
|
||||||
// 'Content-Type': 'application/json'
|
|
||||||
// },
|
|
||||||
// }).then(res => {
|
|
||||||
// console.log(res, '搜索结果')
|
|
||||||
// if (res.code == 0 && res.list.length >= 0) {
|
|
||||||
// this.showSearchList = true
|
|
||||||
// this.searchList = res.list
|
|
||||||
// } else {
|
|
||||||
// this.searchList = []
|
|
||||||
// }
|
|
||||||
// }).catch(e => {
|
|
||||||
// // this.dataList = []
|
|
||||||
// this.searchList = []
|
|
||||||
// console.log(e)
|
|
||||||
// })
|
|
||||||
// },
|
|
||||||
// search(res) {
|
|
||||||
// console.log(res, 'res')
|
|
||||||
// // uni.showToast({
|
|
||||||
// // title: '搜索:' + res,
|
|
||||||
// // icon: 'none'
|
|
||||||
// // })
|
|
||||||
// if (res == '') {
|
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
// } else {
|
|
||||||
// this.getSearch()
|
|
||||||
// }
|
|
||||||
|
|
||||||
// },
|
|
||||||
// input(res) {
|
|
||||||
// console.log('----input:', res)
|
|
||||||
// if (res == '') {
|
|
||||||
// this.searchList = []
|
|
||||||
// } else {
|
|
||||||
// this.getSearch()
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// clear(res) {
|
|
||||||
// console.log('----clear:', res)
|
|
||||||
// // uni.showToast({
|
|
||||||
// // title: 'clear事件,清除值为:',
|
|
||||||
// // icon: 'none'
|
|
||||||
// // })
|
|
||||||
// this.searchValue = ''
|
|
||||||
// this.showSearchList = false
|
|
||||||
// },
|
|
||||||
// blur(res) {
|
|
||||||
// // console.log('----blur:', res)
|
|
||||||
// // if (res == '') {
|
|
||||||
// // this.showSearchList = false
|
|
||||||
// // this.searchList = []
|
|
||||||
// // } else {
|
|
||||||
// // this.getSearch()
|
|
||||||
// // }
|
|
||||||
// },
|
|
||||||
// focus(e) {
|
|
||||||
// console.log('----focus:')
|
|
||||||
// // uni.showToast({
|
|
||||||
// // title: 'focus事件,输出值为:' + e.value,
|
|
||||||
// // icon: 'none'
|
|
||||||
// // })
|
|
||||||
// // 等于1 就是有权限
|
|
||||||
// // this.showSearchList = true
|
|
||||||
|
|
||||||
// },
|
|
||||||
// cancel(res) {
|
|
||||||
// uni.showToast({
|
|
||||||
// title: '点击取消,输入值为:' + res.value,
|
|
||||||
// icon: 'none'
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
onBackPress() {
|
onBackPress() {
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -13,36 +13,32 @@
|
|||||||
|
|
||||||
<view class="bg_top flex_box flex_between">
|
<view class="bg_top flex_box flex_between">
|
||||||
<view class="per_mes">
|
<view class="per_mes">
|
||||||
<view class="per_mes_user">
|
<view class="per_mes_user" :style="hasVipType2?'width: 170rpx;':''">
|
||||||
<view class="" style="width: 100rpx; height: 100rpx; display: inline-block;">
|
<view style="width: 120rpx; height: 120rpx; display: inline-block;">
|
||||||
<image @click="goUserInfo" :src="userMes.avatar" v-if="userMes.avatar != null"
|
<image @click="goUserInfo" :src="userMes.avatar" v-if="userMes.avatar"
|
||||||
class="per_mes_img color_shandow"></image>
|
class="per_mes_img color_shandow"></image>
|
||||||
<image src="@/static/icon/home_icon_logo.png" v-if="userMes.avatar == null"
|
<image src="@/static/icon/home_icon_logo.png" v-else="userMes.avatar"
|
||||||
class="per_mes_img color_shandow"></image>
|
class="per_mes_img color_shandow"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="user_vip_box ">
|
<view class="user_vip_box" v-if="hasVipType1 || hasVipType2">
|
||||||
<view v-if="userMes.vip == 1" class="user_vip super">超级VIP</view>
|
<view class="user_vip super" :style="hasVipType2?'width: 170rpx;':''">
|
||||||
<view v-if="userMes.vip == 3" class="user_vip">众妙之门VIP</view>
|
<view class="user_vip_item" v-if="hasVipType1"><text>医学</text><image src="@/static/icon/chao_svip.png"></image></view>
|
||||||
<view v-if="userMes.vip == 2" class="user_vip">吴门医述VIP</view>
|
<view class="user_vip_item" v-if="hasVipType2"><text>国学心理学</text><image src="@/static/icon/chao_svip.png"></image></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="userInfoBox" style="width: calc(100% - 220rpx)">
|
</view>
|
||||||
|
<view class="userInfoBox" style="width: calc(100% - 180rpx)" :style="hasVipType2?'margin-left: 30rpx;':''">
|
||||||
<template>
|
<template>
|
||||||
<view class="name">昵称:{{ userMes.nickname ? userMes.nickname : "未设置" }}</view>
|
<view class="name">{{ userMes.nickname ? userMes.nickname : "未设置" }}</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="userMes.tel">
|
<template v-if="userMes.tel">
|
||||||
<view class="phone">手机号:({{ userMes.tel }})</view>
|
<view class="phone">手机号:({{ userMes.tel }})</view>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="userMes.email">
|
<template v-if="textList.length>0">
|
||||||
<view class="phone email">邮箱({{ userMes.email }})</view>
|
<view class="vip_type">
|
||||||
|
<view class="vip_type_item" v-for="(item,index) in textList" :key="index">{{item}}<image src="@/static/icon/chao_vip.png"></image></view>
|
||||||
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="userMes.userVip && userMes.vip != 0 && !isAndorid">
|
|
||||||
<view class="phone email">VIP{{userMes.userVip.endTime.split(" ")[0]}}到期</view>
|
|
||||||
</template>
|
|
||||||
<!-- <text class="tong">累计读书5本
|
|
||||||
<span style="margin: 0 20upx;">|</span> 今日读50分钟
|
|
||||||
</text> -->
|
|
||||||
</view>
|
</view>
|
||||||
<br clear="both" />
|
<br clear="both" />
|
||||||
</view>
|
</view>
|
||||||
@@ -50,57 +46,36 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="mine_box" :style="`top:${(45 + statusBarHeight) * 2}rpx`">
|
<view class="mine_box" :style="`top:${(45 + statusBarHeight) * 2}rpx`">
|
||||||
|
|
||||||
|
|
||||||
<view style="
|
<view style="
|
||||||
padding: 20rpx; overflow: hidden;
|
padding: 20rpx; overflow: hidden;
|
||||||
">
|
">
|
||||||
<!-- vip 只有安卓才显示-->
|
<!-- vip 只有安卓才显示-->
|
||||||
<view v-if="isAndorid" class="chong_zhi boxShadow box_fillet vip_box"
|
<view v-if="isAndorid" class="chong_zhi boxShadow box_fillet vip_box"
|
||||||
@click="onPageJump('/pages/mine/vip/index')">
|
@click="onPageJump('/pages/mine/vip/index')">
|
||||||
<view v-if="!userMes.userVip" class="noVip">
|
<view class="noVip">
|
||||||
<view class="zhanghu PM_font" style="text-align: left">
|
<view class="zhanghu PM_font" style="text-align: left">
|
||||||
<image class="vip_image" src="@/static/vip.png" mode="aspectFit">
|
<image class="vip_image" style="margin-left: 10rpx;" src="@/static/vip.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text style="color: #fff; font-size: 60rpx;">VIP</text>
|
<text style="color: #fff; font-size: 60rpx;" v-if="vipList.length==0">VIP</text>
|
||||||
</view>
|
|
||||||
<view class="" style="width:calc(100% - 200rpx);">
|
|
||||||
<swiper :autoplay="true" :interval="3000" :duration="1000"
|
|
||||||
style="width:100%; height: 60rpx">
|
|
||||||
<swiper-item v-for="(item, index) in swiperList" style="width: 100%; height: 100%">
|
|
||||||
<view style="
|
|
||||||
background: linear-gradient(
|
|
||||||
130deg,
|
|
||||||
rgb(46, 103, 106) 0%,
|
|
||||||
rgb(114, 173, 146) 100%
|
|
||||||
)
|
|
||||||
text;
|
|
||||||
text-align: center;
|
|
||||||
" :style="item.style" v-html="item.name"></view>
|
|
||||||
<!-- <image :src="curriculumData.explainsImg" mode="widthFix" class="headImage"></image> -->
|
|
||||||
</swiper-item>
|
|
||||||
</swiper>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view v-else class="noVip hasVip">
|
|
||||||
<view class="zhanghu PM_font" style="text-align: center">
|
|
||||||
<image class="vip_image" src="@/static/vip.png" mode="aspectFit">
|
|
||||||
</image>
|
|
||||||
<text style="color: #fff; font-size: 60rpx;">VIP</text>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="vip_infor" style="width:calc(100% - 200rpx);" v-if="vipList&&vipList.length>0">
|
||||||
|
<!-- <text class="vip_infor_item" v-if="vipList.includes(1)">医学SVIP()</text>
|
||||||
|
<text class="vip_infor_item" v-if="vipList.includes(2)">国学心理学SVIP()</text>
|
||||||
|
<view class="vip_infor_item" v-for="(item, index) in textList" :key="index">
|
||||||
|
<text>{{item}}VIP</text>({{vipList[index].endTime.split(' ')[0]}} 到期)
|
||||||
|
</view> -->
|
||||||
|
|
||||||
<view class="time">{{ userMes.userVip.endTime.split(" ")[0] }}到期</view>
|
|
||||||
|
<view class="vip_infor_item" v-for="(item, index) in vipList" :key="index">
|
||||||
|
<text>{{item.text}}VIP</text>({{item.endTime.split(' ')[0]}} 到期)
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view v-else class="vip_null">定制VIP,畅享更多专属权益</view>
|
||||||
|
<view class="vip_btn"><button>定制</button></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- end -->
|
<!-- end -->
|
||||||
<view class="chong_zhi boxShadow box_fillet chongzhi_box">
|
<view class="chong_zhi boxShadow box_fillet chongzhi_box">
|
||||||
<!-- <view
|
|
||||||
class="zhanghu"
|
|
||||||
@click="onPageJump('/pages/mine/wallet/index/index')"
|
|
||||||
>
|
|
||||||
我的账户
|
|
||||||
<image src="@/static/icon/icon_right.png" class="rightArrow"></image>
|
|
||||||
</view> -->
|
|
||||||
<view class="chong_list">
|
<view class="chong_list">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<view class="chong_list_item" style="
|
<view class="chong_list_item" style="
|
||||||
@@ -112,12 +87,6 @@
|
|||||||
<view class="pay_item_img">
|
<view class="pay_item_img">
|
||||||
天医币<u-icon @click.native.stop="openInfo()" name="question-circle"
|
天医币<u-icon @click.native.stop="openInfo()" name="question-circle"
|
||||||
style="float: right; margin: 0 6rpx"></u-icon>
|
style="float: right; margin: 0 6rpx"></u-icon>
|
||||||
<!-- <image
|
|
||||||
style="width: 100%; height: 100%"
|
|
||||||
src="@/static/icon/pay_3.png"
|
|
||||||
mode="aspectFil"
|
|
||||||
>
|
|
||||||
</image> -->
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="text" style="line-height: 40rpx; display: flex">{{
|
<view class="text" style="line-height: 40rpx; display: flex">{{
|
||||||
@@ -133,12 +102,6 @@
|
|||||||
" @click="onPageJump('/pages/mine/wallet/jf/index')">
|
" @click="onPageJump('/pages/mine/wallet/jf/index')">
|
||||||
<view class="pay_item_img">
|
<view class="pay_item_img">
|
||||||
积分
|
积分
|
||||||
<!-- <image
|
|
||||||
style="width: 100%; height: 100%"
|
|
||||||
src="@/static/icon/jifen2.png"
|
|
||||||
mode="aspectFil"
|
|
||||||
>
|
|
||||||
</image> -->
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="text" style="line-height: 40rpx">{{
|
<view class="text" style="line-height: 40rpx">{{
|
||||||
@@ -160,13 +123,6 @@
|
|||||||
}}</view>
|
}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- v-if="iosHide" -->
|
|
||||||
|
|
||||||
<!-- <view v-if="iosHide" class="chong_list_item">
|
|
||||||
<b>{{ userMes.conponsCount }}</b>
|
|
||||||
优惠券
|
|
||||||
</view> -->
|
|
||||||
<!-- <b class="chong_btn" @click="onPageJump('../sdkDemo/pay')">充 值</b> -->
|
|
||||||
<view class="chong_list_item" style="
|
<view class="chong_list_item" style="
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -216,14 +172,8 @@
|
|||||||
<view class="bottom">
|
<view class="bottom">
|
||||||
<view class="button_box" style="
|
<view class="button_box" style="
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
">
|
">
|
||||||
<!-- <u-button
|
|
||||||
size="small"
|
|
||||||
text="不同意"
|
|
||||||
@click="protocolShow=false"
|
|
||||||
></u-button> -->
|
|
||||||
<u-button style="width: 200rpx; float: center" :plain="true" text="知道啦" color="#9b9b9b"
|
<u-button style="width: 200rpx; float: center" :plain="true" text="知道啦" color="#9b9b9b"
|
||||||
size="small" @click="infoShow = false"></u-button>
|
size="small" @click="infoShow = false"></u-button>
|
||||||
</view>
|
</view>
|
||||||
@@ -231,8 +181,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
|
|
||||||
<!-- <u-modal :show="infoShow" title="提示信息" :content=""></u-modal> -->
|
|
||||||
<music-play :playData="playData"></music-play>
|
<music-play :playData="playData"></music-play>
|
||||||
<z-navigation></z-navigation>
|
<z-navigation></z-navigation>
|
||||||
|
|
||||||
@@ -242,7 +190,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import musicPlay from "@/components/music.vue";
|
import musicPlay from "@/components/music.vue";
|
||||||
import $http from "@/config/requestConfig.js";
|
import $http from "@/config/requestConfig.js";
|
||||||
// import appShare, { closeShare } from '@/uni_modules/zhouWei-APPshare/js_sdk/appShare';
|
|
||||||
import {
|
import {
|
||||||
mapState,
|
mapState,
|
||||||
mapMutations
|
mapMutations
|
||||||
@@ -250,31 +197,6 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
swiperList: [{
|
|
||||||
name: "开通会员畅享更多活动",
|
|
||||||
style: "color:#fff;font-size:28rpx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "众妙之门视频",
|
|
||||||
style: "color:#fff;font-size:28rpx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "吴门医述视频",
|
|
||||||
style: "color:#fff;font-size:28rpx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "专属视频视听",
|
|
||||||
style: "color:#fff;font-size:28rpx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "读书相关权益",
|
|
||||||
style: "color:#fff;font-size:28rpx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "活动报名<text style='color:#ffaa7f'>(折扣价)</text>",
|
|
||||||
style: "color:#fff;font-size:28rpx"
|
|
||||||
},
|
|
||||||
],
|
|
||||||
roleObj: {},
|
roleObj: {},
|
||||||
infoShow: false, // 显示电子书相关
|
infoShow: false, // 显示电子书相关
|
||||||
showEbook: false, // 显示电子书相关
|
showEbook: false, // 显示电子书相关
|
||||||
@@ -290,24 +212,16 @@
|
|||||||
pageList: [{
|
pageList: [{
|
||||||
name: "我的订单",
|
name: "我的订单",
|
||||||
url: "/pages/bookShop/orderList?type=mine",
|
url: "/pages/bookShop/orderList?type=mine",
|
||||||
|
type: "switchTab"
|
||||||
type: "switchTab",
|
|
||||||
// type: "pageJump",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "我的证书",
|
name: "我的证书",
|
||||||
url: "/pages/certificate/certificate",
|
url: "/pages/certificate/certificate",
|
||||||
type: "pageJump",
|
type: "pageJump",
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// name: "购物车",
|
|
||||||
// url: "../peanut/shopping",
|
|
||||||
// type: "pageJump",
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
name: "个人资料",
|
name: "个人资料",
|
||||||
url: "/pages/mine/userInfo/persData",
|
url: "/pages/mine/userInfo/persData",
|
||||||
|
|
||||||
type: "pageJump",
|
type: "pageJump",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -315,11 +229,6 @@
|
|||||||
url: "/pages/component/commonComponents/address/index?type=mine",
|
url: "/pages/component/commonComponents/address/index?type=mine",
|
||||||
type: "pageJump",
|
type: "pageJump",
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// name: "分享APP",
|
|
||||||
// type: "share",
|
|
||||||
// },
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "关于我们",
|
name: "关于我们",
|
||||||
url: "/pages/mine/aboutUs/index",
|
url: "/pages/mine/aboutUs/index",
|
||||||
@@ -329,10 +238,13 @@
|
|||||||
name: "问题反馈/申诉",
|
name: "问题反馈/申诉",
|
||||||
url: "/pages/user/workOrder",
|
url: "/pages/user/workOrder",
|
||||||
type: "workOrder"
|
type: "workOrder"
|
||||||
},
|
}
|
||||||
// { name: "退出登录", type: "quitLogin" },
|
|
||||||
// { name: "注销帐号", type: "loginOut" },
|
|
||||||
],
|
],
|
||||||
|
//vip
|
||||||
|
vipList: [],
|
||||||
|
textList: [], //普通vip文字
|
||||||
|
hasVipType1: false,
|
||||||
|
hasVipType2: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
//第一次加载
|
//第一次加载
|
||||||
@@ -342,21 +254,19 @@
|
|||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
this.getOS();
|
this.getOS();
|
||||||
this.platform = uni.getSystemInfoSync().platform;
|
this.platform = uni.getSystemInfoSync().platform;
|
||||||
// console.log('操纵系统',this.platform)
|
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(["userInfo"]),
|
...mapState(["userInfo"]),
|
||||||
},
|
},
|
||||||
//页面显示
|
//页面显示
|
||||||
async onShow() {
|
async onShow() {
|
||||||
// console.log(this.userInfo, "11111111111111");
|
|
||||||
this.getData();
|
this.getData();
|
||||||
this.getUserRole()
|
this.getUserRole()
|
||||||
await this.getUserCouponList()
|
await this.getUserCouponList()
|
||||||
// 隐藏原生的tabbar
|
//获取vip身份
|
||||||
// uni.hideTabBar();
|
this.textList = [];
|
||||||
|
this.getUserVipType();
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
musicPlay,
|
musicPlay,
|
||||||
@@ -369,7 +279,7 @@
|
|||||||
await this.$http
|
await this.$http
|
||||||
.request({
|
.request({
|
||||||
url: "common/coupon/getCouponHistoryList",
|
url: "common/coupon/getCouponHistoryList",
|
||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
"page":1,
|
"page":1,
|
||||||
"limit":10,
|
"limit":10,
|
||||||
@@ -379,7 +289,6 @@
|
|||||||
"userId":this.userInfo.id
|
"userId":this.userInfo.id
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -388,7 +297,6 @@
|
|||||||
this.userCouponNum = res.couponList.total
|
this.userCouponNum = res.couponList.total
|
||||||
|
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.log(e);
|
|
||||||
this.$commonJS.showToast(e.errMsg);
|
this.$commonJS.showToast(e.errMsg);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -396,14 +304,12 @@
|
|||||||
this.infoShow = true;
|
this.infoShow = true;
|
||||||
},
|
},
|
||||||
goSetting() {
|
goSetting() {
|
||||||
console.log('点击了');
|
|
||||||
this.onPageJump("/pages/mine/set/index");
|
this.onPageJump("/pages/mine/set/index");
|
||||||
},
|
},
|
||||||
goUserInfo() {
|
goUserInfo() {
|
||||||
this.onPageJump("/pages/mine/userInfo/persData");
|
this.onPageJump("/pages/mine/userInfo/persData");
|
||||||
},
|
},
|
||||||
handleClickTab(v) {
|
handleClickTab(v) {
|
||||||
console.log("v at line 259:", v);
|
|
||||||
switch (v.type) {
|
switch (v.type) {
|
||||||
case "pageJump":
|
case "pageJump":
|
||||||
this.onPageJump(v.url);
|
this.onPageJump(v.url);
|
||||||
@@ -427,7 +333,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `${v.url}?name=userPage`
|
url: `${v.url}?name=userPage`
|
||||||
})
|
})
|
||||||
// this.onPageJump(v.url);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -435,7 +340,6 @@
|
|||||||
getOS() {
|
getOS() {
|
||||||
let oprateOs = "";
|
let oprateOs = "";
|
||||||
oprateOs = uni.getSystemInfoSync().platform;
|
oprateOs = uni.getSystemInfoSync().platform;
|
||||||
// console.log(oprateOs)
|
|
||||||
if (oprateOs == "android") {
|
if (oprateOs == "android") {
|
||||||
this.isAndorid = true;
|
this.isAndorid = true;
|
||||||
} else {
|
} else {
|
||||||
@@ -443,7 +347,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
haveSelected(data) {
|
haveSelected(data) {
|
||||||
console.log(data, " 选择的是");
|
|
||||||
if (data.index == 0) {
|
if (data.index == 0) {
|
||||||
// 分享到好友
|
// 分享到好友
|
||||||
uni.share({
|
uni.share({
|
||||||
@@ -488,7 +391,6 @@
|
|||||||
// 获取用户的角色信息
|
// 获取用户的角色信息
|
||||||
getUserRole() {
|
getUserRole() {
|
||||||
this.$http.post("common/class/getRoleType").then((res) => {
|
this.$http.post("common/class/getRoleType").then((res) => {
|
||||||
console.log('用户角色信息', res);
|
|
||||||
this.roleObj = res.result
|
this.roleObj = res.result
|
||||||
var zhurenIndex = this.pageList.findIndex(item => {
|
var zhurenIndex = this.pageList.findIndex(item => {
|
||||||
return item.name == '主任教学'
|
return item.name == '主任教学'
|
||||||
@@ -512,15 +414,11 @@
|
|||||||
var n = this.pageList.find(item => {
|
var n = this.pageList.find(item => {
|
||||||
return item.name == '主任教学'
|
return item.name == '主任教学'
|
||||||
})
|
})
|
||||||
console.log('主任找到了么', n);
|
|
||||||
if (!n) {
|
if (!n) {
|
||||||
// this.directorShow = true : this.directorShow = false
|
|
||||||
var item = {
|
var item = {
|
||||||
// { // 主任之外的人显示班级管理
|
|
||||||
name: "主任教学",
|
name: "主任教学",
|
||||||
url: "/pages/miniClass/DirectorModalList?type=mine",
|
url: "/pages/miniClass/DirectorModalList?type=mine",
|
||||||
type: "pageJump",
|
type: "pageJump"
|
||||||
// },
|
|
||||||
}
|
}
|
||||||
this.pageList.splice(3, 0, item);
|
this.pageList.splice(3, 0, item);
|
||||||
}
|
}
|
||||||
@@ -530,14 +428,11 @@
|
|||||||
var n = this.pageList.find(item => {
|
var n = this.pageList.find(item => {
|
||||||
return item.name == '班级管理'
|
return item.name == '班级管理'
|
||||||
})
|
})
|
||||||
console.log('班长n找到了么', n);
|
|
||||||
if (!n) {
|
if (!n) {
|
||||||
var item = {
|
var item = {
|
||||||
|
|
||||||
name: "班级管理",
|
name: "班级管理",
|
||||||
url: "/pages/miniClass/MonitorClassList?type=mine",
|
url: "/pages/miniClass/MonitorClassList?type=mine",
|
||||||
type: "pageJump",
|
type: "pageJump"
|
||||||
|
|
||||||
}
|
}
|
||||||
this.pageList.splice(3, 0, item);
|
this.pageList.splice(3, 0, item);
|
||||||
}
|
}
|
||||||
@@ -547,21 +442,18 @@
|
|||||||
var n = this.pageList.find(item => {
|
var n = this.pageList.find(item => {
|
||||||
return item.name == '我的班级'
|
return item.name == '我的班级'
|
||||||
})
|
})
|
||||||
console.log('我的班级找到了么', n);
|
|
||||||
if (!n) {
|
if (!n) {
|
||||||
var item = {
|
var item = {
|
||||||
|
|
||||||
name: "我的班级",
|
name: "我的班级",
|
||||||
url: "/pages/miniClass/myClassList?type=mine",
|
url: "/pages/miniClass/myClassList?type=mine",
|
||||||
type: "pageJump",
|
type: "pageJump"
|
||||||
|
|
||||||
}
|
}
|
||||||
this.pageList.splice(3, 0, item);
|
this.pageList.splice(3, 0, item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.log('获取角色信息失败');
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getData() {
|
getData() {
|
||||||
@@ -569,7 +461,6 @@
|
|||||||
if (this.userInfo.id != undefined) {
|
if (this.userInfo.id != undefined) {
|
||||||
this.$http.post("common/user/getUserInfo").then((res) => {
|
this.$http.post("common/user/getUserInfo").then((res) => {
|
||||||
this.userMes = res.result;
|
this.userMes = res.result;
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -611,7 +502,6 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
onPageJump(url) {
|
onPageJump(url) {
|
||||||
console.log(url, "url");
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: url,
|
url: url,
|
||||||
});
|
});
|
||||||
@@ -627,6 +517,50 @@
|
|||||||
url: "/pages/user/login/login",
|
url: "/pages/user/login/login",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
//获取vip身份
|
||||||
|
getUserVipType() {
|
||||||
|
this.$http.request({
|
||||||
|
url: "common/userVip/getUserVipType",
|
||||||
|
method: "POST",
|
||||||
|
data: {},
|
||||||
|
header: {
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
if (res.code == 0) {
|
||||||
|
this.vipList = res.list;
|
||||||
|
this.hasVipType1 = this.vipList.some(item => item.type === 1);
|
||||||
|
this.hasVipType2 = this.vipList.some(item => item.type === 2);
|
||||||
|
//普通 vip 角色展示逻辑
|
||||||
|
let text = '';
|
||||||
|
if(this.vipList.length>0){
|
||||||
|
this.vipList.forEach((item, index) => {
|
||||||
|
if(item.type=='4'){
|
||||||
|
item.text = '中医学';
|
||||||
|
this.textList.push(item.text);
|
||||||
|
}else if(item.type=='5'){
|
||||||
|
item.text = '针灸学';
|
||||||
|
this.textList.push(item.text);
|
||||||
|
}else if(item.type=='6'){
|
||||||
|
item.text = '肿瘤学';
|
||||||
|
this.textList.push(item.text);
|
||||||
|
}else if(item.type=='7'){
|
||||||
|
item.text = '国学';
|
||||||
|
this.textList.push(item.text);
|
||||||
|
}else if(item.type=='8'){
|
||||||
|
item.text = '心理学';
|
||||||
|
this.textList.push(item.text);
|
||||||
|
}else if(item.type=='1'){
|
||||||
|
item.text = '医学S';
|
||||||
|
}else if(item.type=='2'){
|
||||||
|
item.text = '国学心理学S';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
@@ -634,52 +568,40 @@
|
|||||||
@import "@/style/mixin.scss";
|
@import "@/style/mixin.scss";
|
||||||
|
|
||||||
.per_mes_user {
|
.per_mes_user {
|
||||||
display: block !important;
|
width: 125rpx;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.per_mes {
|
.per_mes {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 20rpx 0;
|
margin-top: 50rpx;
|
||||||
margin-top: 20rpx;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.per_mes_img {
|
.per_mes_img {
|
||||||
// @include themeBorder(10rpx,10rpx,#4E79A3, #A6D8DC);
|
width: 120rpx;
|
||||||
width: 100rpx;
|
height: 120rpx;
|
||||||
height: 100rpx;
|
|
||||||
// background-color: #fff;
|
|
||||||
border-radius: 100rpx;
|
border-radius: 100rpx;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
view {
|
view {
|
||||||
// float: left;
|
|
||||||
// margin-top: 20rpx;
|
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// display: inline-block;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 38upx;
|
font-size: 32rpx;
|
||||||
margin-bottom: 10rpx;
|
|
||||||
color: #6990c7 !important;
|
color: #6990c7 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phone {
|
.phone {
|
||||||
font-size: 28rpx;
|
font-size: 26rpx;
|
||||||
color: #6990c7 !important;
|
color: #6990c7 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tong {
|
|
||||||
color: #6990c7 !important;
|
|
||||||
font-size: 25upx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.per_user_img {
|
.per_user_img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 40upx;
|
width: 40upx;
|
||||||
@@ -735,18 +657,11 @@
|
|||||||
|
|
||||||
.chong_zhi {
|
.chong_zhi {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
// border-bottom-left-radius: 0rpx !important;
|
|
||||||
// border-bottom-right-radius: 0rpx !important;
|
|
||||||
// background-color: #d8f8e4;
|
|
||||||
// margin: 0 0 30upx 0;
|
|
||||||
padding: 0 30upx;
|
padding: 0 30upx;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
.zhanghu {
|
.zhanghu {
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
|
|
||||||
// line-height: 80rpx;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -760,19 +675,14 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
|
|
||||||
// flex-direction: column;
|
|
||||||
.zhanghu {
|
.zhanghu {
|
||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
width: 200rpx;
|
|
||||||
// margin-top: 20rpx;
|
|
||||||
margin-bottom: 0rpx;
|
margin-bottom: 0rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
// justify-content: space-around;
|
|
||||||
image {
|
image {
|
||||||
width: 100rpx;
|
width: 100rpx;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
@@ -888,39 +798,26 @@
|
|||||||
|
|
||||||
.box_fillet {
|
.box_fillet {
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
// background: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chongzhi_box {
|
.chongzhi_box {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// float: left;
|
|
||||||
padding: 30rpx 20rpx 10rpx;
|
padding: 30rpx 20rpx 10rpx;
|
||||||
background-color: #f0f9fb;
|
background-color: #f0f9fb;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vip_box {
|
.vip_box {
|
||||||
|
padding: 22rpx 0 !important;
|
||||||
margin-bottom: 32rpx;
|
margin-bottom: 32rpx;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
border-radius: 20rx;
|
border-radius: 20rx;
|
||||||
background-image: linear-gradient(60deg, #8265f9 30%, #016dea 100%);
|
background-image: linear-gradient(60deg, #8265f9 30%, #016dea 100%);
|
||||||
// @include themeBorder(6rpx, 20rpx, #258feb, #a6d8dc);
|
|
||||||
// @include themeBorder(
|
|
||||||
// 10rpx,
|
|
||||||
// 20rpx,
|
|
||||||
// (
|
|
||||||
// linear-gradient(#DDF2FC, #BFDDF2),
|
|
||||||
// linear-gradient(to bottom left, #D5EDF8, #a6d8dc)
|
|
||||||
// )
|
|
||||||
// );
|
|
||||||
|
|
||||||
.zhanghu {
|
.zhanghu {
|
||||||
font-size: 80rpx;
|
font-size: 80rpx;
|
||||||
@@ -933,25 +830,16 @@
|
|||||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
uni-page-body {
|
|
||||||
// background: #d8f8e4 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg_top {
|
.bg_top {
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
padding-top: 80rpx;
|
padding-top: 80rpx;
|
||||||
margin-bottom: 60rpx;
|
margin-bottom: 60rpx;
|
||||||
overflow: hidden;
|
|
||||||
// position: relative;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.setIcon {
|
.setIcon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30rpx;
|
right: 30rpx;
|
||||||
top: 70rpx;
|
top: 60rpx;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -962,7 +850,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list_box {
|
.list_box {
|
||||||
// background: #d8f8e4 !important;
|
|
||||||
padding: 20rpx 0;
|
padding: 20rpx 0;
|
||||||
margin-top: -10rpx;
|
margin-top: -10rpx;
|
||||||
}
|
}
|
||||||
@@ -977,8 +864,6 @@
|
|||||||
padding: 8rpx;
|
padding: 8rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
// float: left;
|
|
||||||
// margin-right: 20rpx;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
//margin-top:-10rpx;
|
//margin-top:-10rpx;
|
||||||
@@ -997,7 +882,6 @@
|
|||||||
font-size: 46rpx;
|
font-size: 46rpx;
|
||||||
color: $themeColor;
|
color: $themeColor;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
// line-height: 46rpx;
|
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
// border-leradius: 6px;
|
// border-leradius: 6px;
|
||||||
border-top-left-radius: 6px;
|
border-top-left-radius: 6px;
|
||||||
@@ -1016,13 +900,11 @@
|
|||||||
|
|
||||||
.center {
|
.center {
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
// padding:0 10rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 60rpx;
|
margin-top: 60rpx;
|
||||||
|
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 26rpx;
|
line-height: 26rpx;
|
||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
@@ -1044,36 +926,86 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_vip_box{
|
.user_vip_box{
|
||||||
display: block;
|
width: 125rpx;
|
||||||
// min-width: 100rpx;
|
position: absolute;
|
||||||
|
margin-top: - 40rpx;
|
||||||
// position: absolute;
|
z-index: 99;
|
||||||
// bottom: -20rpx;
|
}
|
||||||
// display: flex;
|
.user_vip_item{
|
||||||
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
view {
|
.user_vip_item {
|
||||||
font-size: 22rpx;
|
border-radius: 20rpx;
|
||||||
|
background: linear-gradient(90deg, #ff1f00 0%, #fa9f93 100%);
|
||||||
|
color: #fff;
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 5rpx;
|
||||||
|
}
|
||||||
|
.user_vip_item image{
|
||||||
|
width: 49rpx;
|
||||||
|
height: 16rpx;
|
||||||
|
}
|
||||||
|
.vip_type{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.vip_type_item{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 0 12rpx;
|
||||||
|
background: linear-gradient(90deg, #258feb 0%, #00e1ec 100%);
|
||||||
|
border-radius: 20rpx;
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #fff;
|
||||||
|
margin-right: 10rpx;
|
||||||
|
}
|
||||||
|
.vip_type_item image{
|
||||||
|
width: 34rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
}
|
||||||
|
.vip_infor{
|
||||||
|
padding-left: 22rpx;
|
||||||
|
}
|
||||||
|
.vip_infor_item{
|
||||||
|
display: block;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 27rpx;
|
||||||
|
line-height: 36rpx;
|
||||||
|
font-family: PangMenZhengDaoBiaoTiTiMianFeiBan;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
.vip_infor_item text{
|
||||||
|
|
||||||
.user_vip {
|
|
||||||
z-index: 1;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 24rpx;
|
|
||||||
width: auto;
|
|
||||||
padding: 4rpx 10rpx;
|
|
||||||
font-weight: 800;
|
|
||||||
border-radius: 20rpx;
|
|
||||||
background: linear-gradient(60deg, #8265f9 30%, #016dea 100%);
|
|
||||||
}
|
}
|
||||||
|
.vip_btn{
|
||||||
.super {
|
margin-right: 20rpx;
|
||||||
background: linear-gradient(to right, #5bc9c1 0%, #258feb 100%);
|
height: 50rpx;
|
||||||
color: #f4f2e4;
|
}
|
||||||
|
.vip_btn button{
|
||||||
|
background: none;
|
||||||
|
border: 2rpx solid #f9ae3d;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
font-size: 26rpx;
|
||||||
|
width: 90rpx;
|
||||||
|
height: 45rpx;
|
||||||
|
line-height: 45rpx;
|
||||||
|
color: #f9ae3d;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.vip_null{
|
||||||
|
color: #fff;
|
||||||
|
font-size: 26rpx;
|
||||||
|
line-height: 34rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
File diff suppressed because it is too large
Load Diff
926
pages/mine/vip/index123.vue
Normal file
926
pages/mine/vip/index123.vue
Normal file
@@ -0,0 +1,926 @@
|
|||||||
|
<template>
|
||||||
|
<view class="container commonPageBox vipBox" style="height: 100vh !important">
|
||||||
|
<!-- 公共组件-每个页面必须引入 -->
|
||||||
|
<public-module></public-module>
|
||||||
|
<z-nav-bar title="" bgColor="" fontColor="#2d38f4">
|
||||||
|
</z-nav-bar>
|
||||||
|
|
||||||
|
<view class="contentBox commonPageContentBox">
|
||||||
|
<view class="flash_sale_content">
|
||||||
|
<scroll-view scroll-y="true" class="scroll-Y" style="">
|
||||||
|
<view class="scroll-view-item flash_sale_content_item color_shandow" v-for="(v, i) in dataList"
|
||||||
|
:style="`background:${v.background ? v.background : '#f6f6f6'};`">
|
||||||
|
<view class="book_name PM_font" v-html="v.title" :style="`background: ${v.color};
|
||||||
|
;-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
`"></view>
|
||||||
|
|
||||||
|
<view class="vip_content">
|
||||||
|
<view class="vip_image_box">
|
||||||
|
<image class="vip_image" src="@/static/icon/quanyi.png" mode="aspectFit">
|
||||||
|
</image>
|
||||||
|
</view>
|
||||||
|
<view class="qunyi_box">
|
||||||
|
<view style="height: auto">
|
||||||
|
<view v-for="(item, index1) in v.quanyi" :style="item.style" v-html="item.name">
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<!-- buttonbg -->
|
||||||
|
</view>
|
||||||
|
<view class="vip_list vip_button_list">
|
||||||
|
<view @click="openorderModal(item)" v-for="(item, index) in v.list" class="vip_button"
|
||||||
|
:style="`background:${v.buttonbg ? v.buttonbg : '#f6f6f6'};height:${v.list.length>2?`calc(100% / ${v.list.length}) !important`:'80rpx !important'}`">
|
||||||
|
<view style="max-width: 200rpx">{{ item.title }}</view>
|
||||||
|
<view style="margin: 0 5rpx">¥{{ item.lastFee }}</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</scroll-view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<u-popup :show="orderModalShow" mode="bottom" :round="20">
|
||||||
|
<view class="orderModalShow popup_box">
|
||||||
|
<u-icon name="close" color="#333" size="18" @click="closeOrderModalShow" style="
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
right: 20rpx;
|
||||||
|
top: 20rpx;
|
||||||
|
"></u-icon>
|
||||||
|
<orderPay ref="orderPay" :dataInfo="selectVipData"></orderPay>
|
||||||
|
</view>
|
||||||
|
</u-popup>
|
||||||
|
<z-navigation></z-navigation>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import list from "@/pages/component/commonComponents/list";
|
||||||
|
import orderPay from "./order.vue";
|
||||||
|
import $http from "@/config/requestConfig.js";
|
||||||
|
import {
|
||||||
|
mapState
|
||||||
|
} from "vuex";
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
list,
|
||||||
|
orderPay,
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
selectVipData: {},
|
||||||
|
orderModalShow: false,
|
||||||
|
superQuanyi: [{
|
||||||
|
name: "众妙之门视频",
|
||||||
|
style: {
|
||||||
|
color: "#2D38F4",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "吴门医述视频",
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "专属视频视听"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "读书相关权益",
|
||||||
|
style: {
|
||||||
|
color: "#2D38F4",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "活动报名折扣价<text style='color:red'>(更优惠)</text>"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
sociologyQuanyi: [{
|
||||||
|
name: "-",
|
||||||
|
style: {
|
||||||
|
color: "#fafafa",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "吴门医述视频"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "专属视频视听"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: "-",
|
||||||
|
style: {
|
||||||
|
color: "#fafafa",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: "活动报名折扣价"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
isLoadingHide: false,
|
||||||
|
playData: {},
|
||||||
|
options: {},
|
||||||
|
searchValue: "",
|
||||||
|
pagination: {
|
||||||
|
// 请求参数
|
||||||
|
page: 1, //页码
|
||||||
|
limit: 20, //每页显示
|
||||||
|
total: 0, //总条数
|
||||||
|
},
|
||||||
|
twoCateList: [], // 二级分类标题
|
||||||
|
titleList: [], // 方剂标题
|
||||||
|
curOneCateIndex: 0, // 当前选中的一级分类
|
||||||
|
curTwoCateIndex: 0, // 当前选中的二级分类
|
||||||
|
searchList: [], // 搜索结果数组
|
||||||
|
showSearchList: false,
|
||||||
|
userMes: {}, // 用户信息
|
||||||
|
searchDisable: false, // 搜索不可用
|
||||||
|
limitShow: false,
|
||||||
|
limitTitle: "提示",
|
||||||
|
limitContent: "",
|
||||||
|
scrollViewHeight: 0,
|
||||||
|
dataList: [],
|
||||||
|
urlList: {
|
||||||
|
list: "medical/user/getVipProductForUser",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onLoad(options) {
|
||||||
|
console.log(options, "989");
|
||||||
|
this.options = options;
|
||||||
|
this.getUserInfo();
|
||||||
|
this.getData();
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
...mapState(["userInfo"]),
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
closeOrderModalShow() {
|
||||||
|
this.orderModalShow = false;
|
||||||
|
this.selectVipData = {};
|
||||||
|
},
|
||||||
|
openorderModal(data) {
|
||||||
|
this.selectVipData = data;
|
||||||
|
this.orderModalShow = true;
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.orderPay.initPrepareOrder();
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onReachBottom1() {
|
||||||
|
// 上拉加载
|
||||||
|
// 当列表数量不大于或等于总数量,则再次调用接口请求数据
|
||||||
|
if (this.dataList.length >= this.pagination.total) return;
|
||||||
|
this.pagination.page++;
|
||||||
|
this.getData();
|
||||||
|
},
|
||||||
|
|
||||||
|
// 检查是有权限使用搜索功能
|
||||||
|
checkDisable() {
|
||||||
|
console.log("点击了");
|
||||||
|
},
|
||||||
|
// 获取用户详情
|
||||||
|
getUserInfo() {
|
||||||
|
// 用户详情
|
||||||
|
if (this.userInfo.id != undefined) {
|
||||||
|
this.$http.post("book/user/info/" + this.userInfo.id).then((res) => {
|
||||||
|
this.userMes = res.user;
|
||||||
|
this.getCateList();
|
||||||
|
console.log(this.userMes, "呼呼");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 详情
|
||||||
|
gotoDetail(v) {
|
||||||
|
console.log(v);
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pages/curriculum/order/curriculum/index?navTitle=${v.title}&title=${v.title}&id=${v.id}`,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
getData() {
|
||||||
|
this.isLoadingHide = false;
|
||||||
|
this.$http
|
||||||
|
.request({
|
||||||
|
url: this.urlList.list,
|
||||||
|
method: "POST",
|
||||||
|
data: {},
|
||||||
|
header: {
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
console.log("res at line 144:", res.list);
|
||||||
|
if (res.code == 0) {
|
||||||
|
for (let i in res.list) {
|
||||||
|
if (res.list[i].length > 0) {
|
||||||
|
var type =
|
||||||
|
i == "super_hd" || i == "sociology_hd" ? "hd" : "normal";
|
||||||
|
if (i == "super" || i == "super_hd") {
|
||||||
|
this.dataList.push({
|
||||||
|
title: "超级VIP",
|
||||||
|
key: "super",
|
||||||
|
type: type,
|
||||||
|
titleStyle: {
|
||||||
|
width: "120rpx",
|
||||||
|
},
|
||||||
|
background: "rgb(255 255 255 / 85%)",
|
||||||
|
buttonbg: "linear-gradient(to right, #3F7FC9 0%,#D3EEFC 100%) ",
|
||||||
|
color: "linear-gradient(130deg,rgb(45, 56, 244) 0%, #72AD92 100%)",
|
||||||
|
list: res.list[i],
|
||||||
|
quanyi: this.superQuanyi,
|
||||||
|
});
|
||||||
|
} else if (i == "sociology" || i == "sociology_hd") {
|
||||||
|
console.log('i+++++++++++++++++', i)
|
||||||
|
this.dataList.push({
|
||||||
|
title: "吴门医述VIP",
|
||||||
|
key: "sociology",
|
||||||
|
type: type,
|
||||||
|
list: res.list[i],
|
||||||
|
background: "#c3e7f7c7",
|
||||||
|
buttonbg: "rgba(255, 255, 255, 0.85)",
|
||||||
|
color: "linear-gradient(130deg,#1ECEDE 0%, #72AD92 100%)",
|
||||||
|
quanyi: this.sociologyQuanyi,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
console.log(' this.dataList++++++++', this.dataList)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
// 获取名称
|
||||||
|
getTitles(dictType) {
|
||||||
|
console.log("dictType", dictType);
|
||||||
|
if (this.curOneCateIndex == 0) {
|
||||||
|
if (dictType == 2) {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "./zhuanzhuchuban",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$http
|
||||||
|
.request({
|
||||||
|
url: "book/generalArticle/articleByPage",
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
type: dictType == 1 ? "1" : "2",
|
||||||
|
limit: 1000,
|
||||||
|
current: 1,
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
console.log(res, "内容获取成功");
|
||||||
|
if (res.code == 0 && res.result && res.result.records.length > 0) {
|
||||||
|
this.titleList = res.result.records;
|
||||||
|
} else {
|
||||||
|
this.titleList = [];
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((e) => {
|
||||||
|
this.titleList = [];
|
||||||
|
console.log(e);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (this.curOneCateIndex == 1) {
|
||||||
|
$http
|
||||||
|
.request({
|
||||||
|
url: "book/medicaldes/inheritListByPage",
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
dictType: dictType,
|
||||||
|
limit: 1000,
|
||||||
|
current: 1,
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
//默认 无 说明:请求头
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
console.log(res, "内容获取成功");
|
||||||
|
if (res.code == 0 && res.result.records.length > 0) {
|
||||||
|
this.titleList = res.result.records;
|
||||||
|
for (let i = 0; i < this.titleList.length; i++) {
|
||||||
|
this.titleList[i].imageslist = [];
|
||||||
|
this.titleList[i].imageslist = this.titleList[i].img.split(";");
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.titleList = [];
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((e) => {
|
||||||
|
this.titleList = [];
|
||||||
|
console.log(e);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (this.curOneCateIndex == 2) {
|
||||||
|
$http
|
||||||
|
.request({
|
||||||
|
url: "book/medicaldes/lightListByType?type=" + dictType,
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
// loadAnimate: 'none', // 请求加载动画
|
||||||
|
limit: 1000,
|
||||||
|
page: 1,
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
//默认 无 说明:请求头
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
console.log(res, "内容获取成功");
|
||||||
|
if (res.code == 0 && res.result.length > 0) {
|
||||||
|
this.titleList = res.result;
|
||||||
|
} else {
|
||||||
|
this.titleList = [];
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((e) => {
|
||||||
|
this.titleList = [];
|
||||||
|
console.log(e);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (this.curOneCateIndex == 3) {
|
||||||
|
$http
|
||||||
|
.request({
|
||||||
|
url: "book/medicaldes/recordByType?type=" + dictType,
|
||||||
|
method: "POST",
|
||||||
|
data: {
|
||||||
|
// loadAnimate: 'none', // 请求加载动画
|
||||||
|
limit: 1000,
|
||||||
|
page: 1,
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
//默认 无 说明:请求头
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
console.log(res, "内容获取成功");
|
||||||
|
if (res.code == 0 && res.result.length > 0) {
|
||||||
|
this.titleList = res.result;
|
||||||
|
} else {
|
||||||
|
this.titleList = [];
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((e) => {
|
||||||
|
this.titleList = [];
|
||||||
|
console.log(e);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
setTwoCateIndex(item, index) {
|
||||||
|
let dictType = item.dictType;
|
||||||
|
this.curTwoCateIndex = index;
|
||||||
|
this.getTitles(dictType);
|
||||||
|
},
|
||||||
|
async setOneCateIndex(item, index) {
|
||||||
|
console.log(index, 99999);
|
||||||
|
var that = this;
|
||||||
|
|
||||||
|
// if(this.userMes.tgdzPower == 0){
|
||||||
|
// let that = this
|
||||||
|
// uni.showModal({
|
||||||
|
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
||||||
|
// confirmText: '好的',
|
||||||
|
// showCancel: false,
|
||||||
|
// success: function(res) {
|
||||||
|
// if (res.confirm) {
|
||||||
|
// // console.log('用户点击确定');
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// })
|
||||||
|
// return
|
||||||
|
// }
|
||||||
|
// if(item.title == "时辰取穴"){
|
||||||
|
// uni.navigateTo({
|
||||||
|
// url: "../timeAcupoint/timeAcupoint"
|
||||||
|
// })
|
||||||
|
// return
|
||||||
|
// }
|
||||||
|
let type = item.type;
|
||||||
|
this.curOneCateIndex = index;
|
||||||
|
this.curTwoCateIndex = 0;
|
||||||
|
this.searchValue = "";
|
||||||
|
this.searchList = [];
|
||||||
|
this.showSearchList = false;
|
||||||
|
// if (index != 2) {
|
||||||
|
await this.getTowCateList(type);
|
||||||
|
|
||||||
|
// uni.createSelectorQuery().select('.oneCateList').boundingClientRect(function (rect) {
|
||||||
|
// var height = rect.height
|
||||||
|
// console.log('元素高度:',);
|
||||||
|
|
||||||
|
// }).exec();
|
||||||
|
|
||||||
|
// } else {
|
||||||
|
// this.getJFList(dictType)
|
||||||
|
// }
|
||||||
|
},
|
||||||
|
async getTowCateList(type) {
|
||||||
|
var that = this;
|
||||||
|
$http
|
||||||
|
.request({
|
||||||
|
url: "book/medicaldes/typeList?label=" + type,
|
||||||
|
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||||
|
data: {
|
||||||
|
loadAnimate: "none", // 请求加载动画
|
||||||
|
// 'categoryId': id
|
||||||
|
},
|
||||||
|
// header: { //默认 无 说明:请求头
|
||||||
|
// 'Content-Type': 'application/json'
|
||||||
|
// },
|
||||||
|
})
|
||||||
|
.then((res) => {
|
||||||
|
console.log(res, "二级分类获取成功");
|
||||||
|
if (res.code == 0 && res.result.length >= 0) {
|
||||||
|
this.twoCateList = res.result;
|
||||||
|
if (this.curOneCateIndex == 0) {
|
||||||
|
this.twoCateList = [{
|
||||||
|
dictType: "1",
|
||||||
|
dictValue: "学术思想",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dictType: "2",
|
||||||
|
dictValue: "出版专著",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dictType: "3",
|
||||||
|
dictValue: "学术平台",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
|
if (this.curOneCateIndex == 2) {
|
||||||
|
this.twoCateList = [{
|
||||||
|
dictType: "1",
|
||||||
|
dictValue: "吴门之歌",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dictType: "2",
|
||||||
|
dictValue: "巴山夜语",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dictType: "3",
|
||||||
|
dictValue: "吴门之徽",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
|
if (this.curOneCateIndex == 3) {
|
||||||
|
this.twoCateList = [{
|
||||||
|
dictType: "1",
|
||||||
|
dictValue: "学术贡献",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dictType: "2",
|
||||||
|
dictValue: "抗疫纪实",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
dictType: "3",
|
||||||
|
dictValue: "吴门公益",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
|
this.getTitles(this.twoCateList[0].dictType);
|
||||||
|
|
||||||
|
this.$nextTick(async () => {
|
||||||
|
// await uni.createSelectorQuery().select('.uni-tabbar').boundingClientRect(function (rect) {
|
||||||
|
// console.log(rect.height, '3333')
|
||||||
|
|
||||||
|
// // var height = 42 + rect.height + 10;
|
||||||
|
// // that.scrollViewHeight = height;
|
||||||
|
// // console.log(that.scrollViewHeight, '111111')
|
||||||
|
// // that.$forceUpdate()
|
||||||
|
// // console.log('元素高度2:', height);
|
||||||
|
// }).exec();
|
||||||
|
await uni
|
||||||
|
.createSelectorQuery()
|
||||||
|
.select(".cateList")
|
||||||
|
.boundingClientRect(function(rect) {
|
||||||
|
console.log(rect.height, "22222");
|
||||||
|
|
||||||
|
var height = 42 + rect.height + 20;
|
||||||
|
that.scrollViewHeight = height;
|
||||||
|
console.log(that.scrollViewHeight, "111111");
|
||||||
|
that.$forceUpdate();
|
||||||
|
console.log("元素高度2:", height);
|
||||||
|
})
|
||||||
|
.exec();
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
this.twoCateList = [];
|
||||||
|
this.titleList = [];
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((e) => {
|
||||||
|
this.twoCateList = [];
|
||||||
|
this.titleList = [];
|
||||||
|
console.log(e);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
transformData(inputData) {
|
||||||
|
const result = {};
|
||||||
|
inputData.forEach((item) => {
|
||||||
|
const {
|
||||||
|
letter
|
||||||
|
} = item;
|
||||||
|
if (!result[letter]) {
|
||||||
|
result[letter] = [];
|
||||||
|
}
|
||||||
|
result[letter].push(item);
|
||||||
|
});
|
||||||
|
// const finalResult = Object.keys(result).map(key => ({ [key]: result[key] }));
|
||||||
|
return result;
|
||||||
|
},
|
||||||
|
// getJFList(id) {
|
||||||
|
// $http.request({
|
||||||
|
// url: "book/prescript/prescriptListForJF",
|
||||||
|
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||||
|
// data: {
|
||||||
|
// loadAnimate: 'none', // 请求加载动画
|
||||||
|
// 'categoryId': id
|
||||||
|
// },
|
||||||
|
// header: { //默认 无 说明:请求头
|
||||||
|
// 'Content-Type': 'application/json'
|
||||||
|
// },
|
||||||
|
// }).then(res => {
|
||||||
|
// if (res.code == 0 && res.list.length > 0) {
|
||||||
|
// this.twoCateList = []
|
||||||
|
// this.titleList = this.transformData(res.list)
|
||||||
|
// console.log('JF经方', this.titleList)
|
||||||
|
// } else {
|
||||||
|
// this.twoCateList = []
|
||||||
|
// this.titleList = []
|
||||||
|
// }
|
||||||
|
// }).catch(e => {
|
||||||
|
// this.twoCateList = []
|
||||||
|
// this.titleList = []
|
||||||
|
// console.log(e)
|
||||||
|
// })
|
||||||
|
// },
|
||||||
|
getCateList(id) {
|
||||||
|
id ? "" : (id = 0);
|
||||||
|
this.twoCateList = [];
|
||||||
|
this.curTwoCateIndex = 0;
|
||||||
|
// 0为获取顶级分类,其他为搜索下级分类,目前的逻辑,顶级是写死的,所以可能只会涉及到搜索第二级
|
||||||
|
// $http.request({
|
||||||
|
// url: "book/prescript/prescriptCategoryList",
|
||||||
|
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||||
|
// data: {
|
||||||
|
// loadAnimate: 'none', // 请求加载动画
|
||||||
|
// 'categoryId': id
|
||||||
|
// },
|
||||||
|
// header: { //默认 无 说明:请求头
|
||||||
|
// 'Content-Type': 'application/json'
|
||||||
|
// },
|
||||||
|
// }).then(res => {
|
||||||
|
// console.log(res, '脉穴分类获取成功')
|
||||||
|
// if (res.code == 0 && res.list.length > 0) {
|
||||||
|
// this.oneCateList = res.list
|
||||||
|
// this.getTowCateList(this.oneCateList[0].type);
|
||||||
|
// } else {
|
||||||
|
// this.oneCateList = []
|
||||||
|
// }
|
||||||
|
// }).catch(e => {
|
||||||
|
// this.oneCateList = []
|
||||||
|
// console.log(e)
|
||||||
|
// })
|
||||||
|
},
|
||||||
|
|
||||||
|
// 放大图片
|
||||||
|
previewImage(url) {
|
||||||
|
console.log(url);
|
||||||
|
uni.previewImage({
|
||||||
|
urls: [url],
|
||||||
|
longPressActions: {
|
||||||
|
itemList: ["很抱歉,暂不支持保存图片到本地"],
|
||||||
|
success: function(res) {
|
||||||
|
// console.log(res,'+++++')
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
},
|
||||||
|
// getSearch() {
|
||||||
|
// $http.request({
|
||||||
|
// url: "book/prescript/searchPrescript",
|
||||||
|
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||||
|
// data: {
|
||||||
|
// loadAnimate: 'none', // 请求加载动画
|
||||||
|
// 'keywords': this.searchValue,
|
||||||
|
// type: this.curOneCateIndex + 1
|
||||||
|
// },
|
||||||
|
// header: { //默认 无 说明:请求头
|
||||||
|
// 'Content-Type': 'application/json'
|
||||||
|
// },
|
||||||
|
// }).then(res => {
|
||||||
|
// console.log(res, '搜索结果')
|
||||||
|
// if (res.code == 0 && res.list.length >= 0) {
|
||||||
|
// this.showSearchList = true
|
||||||
|
// this.searchList = res.list
|
||||||
|
// } else {
|
||||||
|
// this.searchList = []
|
||||||
|
// }
|
||||||
|
// }).catch(e => {
|
||||||
|
// // this.titleList = []
|
||||||
|
// this.searchList = []
|
||||||
|
// console.log(e)
|
||||||
|
// })
|
||||||
|
// },
|
||||||
|
// search(res) {
|
||||||
|
// console.log(res, 'res')
|
||||||
|
// // uni.showToast({
|
||||||
|
// // title: '搜索:' + res,
|
||||||
|
// // icon: 'none'
|
||||||
|
// // })
|
||||||
|
// if (res == '') {
|
||||||
|
// this.showSearchList = false
|
||||||
|
// this.searchList = []
|
||||||
|
// } else {
|
||||||
|
// this.getSearch()
|
||||||
|
// }
|
||||||
|
|
||||||
|
// },
|
||||||
|
// input(res) {
|
||||||
|
// console.log('----input:', res)
|
||||||
|
// if (res == '') {
|
||||||
|
// this.searchList = []
|
||||||
|
// } else {
|
||||||
|
// this.getSearch()
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
// clear(res) {
|
||||||
|
// console.log('----clear:', res)
|
||||||
|
// // uni.showToast({
|
||||||
|
// // title: 'clear事件,清除值为:',
|
||||||
|
// // icon: 'none'
|
||||||
|
// // })
|
||||||
|
// this.searchValue = ''
|
||||||
|
// this.showSearchList = false
|
||||||
|
// },
|
||||||
|
// blur(res) {
|
||||||
|
// // console.log('----blur:', res)
|
||||||
|
// // if (res == '') {
|
||||||
|
// // this.showSearchList = false
|
||||||
|
// // this.searchList = []
|
||||||
|
// // } else {
|
||||||
|
// // this.getSearch()
|
||||||
|
// // }
|
||||||
|
// },
|
||||||
|
// focus(e) {
|
||||||
|
// console.log('----focus:')
|
||||||
|
// // uni.showToast({
|
||||||
|
// // title: 'focus事件,输出值为:' + e.value,
|
||||||
|
// // icon: 'none'
|
||||||
|
// // })
|
||||||
|
// // 等于1 就是有权限
|
||||||
|
// // this.showSearchList = true
|
||||||
|
|
||||||
|
// },
|
||||||
|
// cancel(res) {
|
||||||
|
// uni.showToast({
|
||||||
|
// title: '点击取消,输入值为:' + res.value,
|
||||||
|
// icon: 'none'
|
||||||
|
// })
|
||||||
|
// }
|
||||||
|
},
|
||||||
|
onBackPress() {
|
||||||
|
// #ifdef APP-PLUS
|
||||||
|
plus.key.hideSoftKeybord();
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@import "@/style/mixin.scss";
|
||||||
|
|
||||||
|
.commonPageBox {
|
||||||
|
height: 100vh !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vipBox {
|
||||||
|
font-size: 28rpx !important;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
background-image: url("@/static/icon/vipbg.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchList {
|
||||||
|
.item {
|
||||||
|
font-size: 28rpx;
|
||||||
|
padding: 20rpx;
|
||||||
|
border-bottom: 1px solid #dadbde;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-view_H {
|
||||||
|
background-color: #fff;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-Y {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-view_H {
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-view-item {
|
||||||
|
display: inline-block;
|
||||||
|
// height: 300rpx;
|
||||||
|
// line-height: 300rpx;
|
||||||
|
// text-align: center;
|
||||||
|
// font-size: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-view-item_H {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
// height: 300rpx;
|
||||||
|
// line-height: 300rpx;
|
||||||
|
// text-align: center;
|
||||||
|
// font-size: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titleList {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titleList2 {
|
||||||
|
height: calc(100% - 170rpx);
|
||||||
|
}
|
||||||
|
|
||||||
|
.commonPageContentBox {
|
||||||
|
// min-height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.related_courses_name {
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
line-height: 60rpx;
|
||||||
|
width: calc(100% - 90rpx) !important;
|
||||||
|
padding-left: 20rpx;
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
|
.aui-text-danger {
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.vip_image_box {
|
||||||
|
@include themFlex(center, center);
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vip_image {
|
||||||
|
width: 60rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
// float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
/deep/.list_item {
|
||||||
|
.rightArrow {
|
||||||
|
margin-top: 10rpx !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flash_sale_content {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 100%;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.flash_sale_content_item {
|
||||||
|
width: auto;
|
||||||
|
min-width: 47%;
|
||||||
|
min-height: 48%;
|
||||||
|
margin: 10rpx !important;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.vip_content {
|
||||||
|
width: 100%;
|
||||||
|
height: calc(100% - 80rpx);
|
||||||
|
// padding: 20rpx;
|
||||||
|
padding-top: 0;
|
||||||
|
// display: flex;
|
||||||
|
// align-items: center;
|
||||||
|
// justify-content: center;
|
||||||
|
// flex-direction: column;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.book_image {
|
||||||
|
width: 165rpx;
|
||||||
|
height: 192rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.book_name {
|
||||||
|
border-radius: 20rpx;
|
||||||
|
padding: 10rpx 20rpx;
|
||||||
|
padding-top: 20rpx;
|
||||||
|
// height: 80rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 46rpx;
|
||||||
|
line-height: 48rpx;
|
||||||
|
color: #64bec5;
|
||||||
|
text-align: center;
|
||||||
|
// margin-bottom: 10rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
// text-overflow: ellipsis;
|
||||||
|
white-space: wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.vip_button_list {
|
||||||
|
width: 100%;
|
||||||
|
max-height: 450rpx;
|
||||||
|
// @include themFlex(center, space-between);
|
||||||
|
// flex-direction: column;
|
||||||
|
padding-top: 0;
|
||||||
|
// display: flex;
|
||||||
|
padding: 20rpx 10rpx;
|
||||||
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 20rpx;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
// justify-content: center;
|
||||||
|
// flex-direction: column;
|
||||||
|
.vip_button {
|
||||||
|
color: #265354;
|
||||||
|
width: 100%;
|
||||||
|
height: 80rpx !important;
|
||||||
|
// line-height: 80rpx;
|
||||||
|
display: flex;
|
||||||
|
// align-items: center;
|
||||||
|
justify-content: space-around;
|
||||||
|
padding: 0 0rpx;
|
||||||
|
font-size: 26rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
// line-height: 80rpx;
|
||||||
|
margin-top: 20rpx;
|
||||||
|
white-space: wrap;
|
||||||
|
|
||||||
|
view {
|
||||||
|
display: flex;
|
||||||
|
line-height: 30rpx;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.vip_button:first-child {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qunyi_box {
|
||||||
|
height: calc(100% - 280rpx);
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-left: 10rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
.item {
|
||||||
|
line-height: 60rpx;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0 10rpx;
|
||||||
|
border: 1px solid #64bec5;
|
||||||
|
border-radius: 50rpx;
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup_box {
|
||||||
|
max-height: 95vh;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -60,14 +60,6 @@
|
|||||||
<span style="font-size: 15px"><u @click="gotoPhone">022-24142321</u></span>
|
<span style="font-size: 15px"><u @click="gotoPhone">022-24142321</u></span>
|
||||||
</view>
|
</view>
|
||||||
<view class="explain">
|
<view class="explain">
|
||||||
<!-- 3.非中国大陆用户可通过paypal账户支付
|
|
||||||
<br>
|
|
||||||
<account class="aui-text-success" style="text-decoration: underline;" tapmode onclick="fnCopyAccount()">
|
|
||||||
户名:tmrpublishgroup@sina.com
|
|
||||||
</account>
|
|
||||||
(点击复制)
|
|
||||||
<br> 请务必备注本软件的用户姓名及电话以便核对信息,我们将于24小时内为您完成充值及升级。 -->
|
|
||||||
|
|
||||||
3.非中国大陆用户可以信用卡支付。简单快捷,推荐使用!
|
3.非中国大陆用户可以信用卡支付。简单快捷,推荐使用!
|
||||||
支付时使用的信用卡需要带有Visa或MasterCard的标识。请向邮箱
|
支付时使用的信用卡需要带有Visa或MasterCard的标识。请向邮箱
|
||||||
<text @click="fnCopy('publisher@tmrjournals.com', '邮箱')" class="aui-text-success"
|
<text @click="fnCopy('publisher@tmrjournals.com', '邮箱')" class="aui-text-success"
|
||||||
@@ -98,20 +90,12 @@
|
|||||||
<template slot="leftSlot" slot-scope="slotProps">
|
<template slot="leftSlot" slot-scope="slotProps">
|
||||||
<view class="price_box order_bottom_box">
|
<view class="price_box order_bottom_box">
|
||||||
<text class="price">合计:
|
<text class="price">合计:
|
||||||
|
|
||||||
<text class="total">¥{{ dataInfo.lastFee }}</text>
|
<text class="total">¥{{ dataInfo.lastFee }}</text>
|
||||||
</text>
|
</text>
|
||||||
<!-- <text style="color: #333; margin-left: 10rpx"
|
|
||||||
>原价{{ dataInfo.fee }}</text
|
|
||||||
> -->
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
</common-goods-nav>
|
</common-goods-nav>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- @close="closeOrderModalShow" -->
|
|
||||||
|
|
||||||
<!-- <z-navigation></z-navigation> -->
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -197,14 +181,6 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
priceBreakdownList: [],
|
priceBreakdownList: [],
|
||||||
// orderInfoList: [
|
|
||||||
// {
|
|
||||||
// text: "订单备注",
|
|
||||||
// placeholder: "点击填写订单备注",
|
|
||||||
// imgUrl: "",
|
|
||||||
// type: "remark",
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
number: 1,
|
number: 1,
|
||||||
detailInfo: {},
|
detailInfo: {},
|
||||||
content: "",
|
content: "",
|
||||||
@@ -253,7 +229,6 @@
|
|||||||
urlList: {
|
urlList: {
|
||||||
list: "app/phone.do?getCourseDetail_new",
|
list: "app/phone.do?getCourseDetail_new",
|
||||||
initPrepareOrder: "/common/buyOrder/initPrepareOrder",
|
initPrepareOrder: "/common/buyOrder/initPrepareOrder",
|
||||||
// buyOrder: "book/buyOrder/placeOrder",
|
|
||||||
buyOrder: "common/userVip/placeVipOrder",
|
buyOrder: "common/userVip/placeVipOrder",
|
||||||
curriculumInfo: "app/phone.do?getCourseInfo",
|
curriculumInfo: "app/phone.do?getCourseInfo",
|
||||||
detailInfo: "app/phoneDoctor.do?getTaiHuClassInfo_new",
|
detailInfo: "app/phoneDoctor.do?getTaiHuClassInfo_new",
|
||||||
@@ -275,43 +250,17 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
async onLoad(options) {
|
async onLoad(options) {
|
||||||
console.log("调用了onLoad方法");
|
|
||||||
var that = this;
|
var that = this;
|
||||||
console.log("options at line 387:", options);
|
|
||||||
this.options = JSON.parse(options.data);
|
this.options = JSON.parse(options.data);
|
||||||
// if (this.options.goods.findIndex((e) => e.goodsType == "05") >= 0) {
|
|
||||||
// this.isShowAddress = false;
|
|
||||||
// } else {
|
|
||||||
// this.isShowAddress = true;
|
|
||||||
// }
|
|
||||||
this.goodsDataList = this.options.goods;
|
this.goodsDataList = this.options.goods;
|
||||||
// if (this.options.sourceType == "curriculum") {
|
|
||||||
// this.goToInfo = {
|
|
||||||
// url: "/pages/curriculum/order/index/index",
|
|
||||||
// type: 2,
|
|
||||||
// };
|
|
||||||
// } else {
|
|
||||||
this.goToInfo = {
|
this.goToInfo = {
|
||||||
url: "/pages/bookShop/orderList",
|
url: "/pages/bookShop/orderList",
|
||||||
type: 1,
|
type: 1,
|
||||||
};
|
};
|
||||||
// }
|
|
||||||
// that.initPrepareOrder();
|
|
||||||
console.log("this.options at line 375:", this.options, this.goToInfo);
|
|
||||||
|
|
||||||
// this.getUserInfo()
|
|
||||||
// this.getCateList()
|
|
||||||
},
|
|
||||||
|
|
||||||
onHide() {
|
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
},
|
},
|
||||||
async onShow() {
|
async onShow() {
|
||||||
console.log("调用了onShow方法");
|
|
||||||
var that = this;
|
var that = this;
|
||||||
await uni.$on("returnData", function(data) {
|
await uni.$on("returnData", function(data) {
|
||||||
console.log("data at line 415:", data);
|
|
||||||
if (data) {
|
if (data) {
|
||||||
that.addressData = {
|
that.addressData = {
|
||||||
...data,
|
...data,
|
||||||
@@ -326,9 +275,6 @@
|
|||||||
console.log("没有接受到数据");
|
console.log("没有接受到数据");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// this.selectPayIndex = 0;
|
|
||||||
|
|
||||||
console.log("this.addressData at line 416:", this.addressData);
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(["userInfo"]),
|
...mapState(["userInfo"]),
|
||||||
@@ -345,8 +291,6 @@
|
|||||||
this.orderModalShow = false;
|
this.orderModalShow = false;
|
||||||
},
|
},
|
||||||
onPageJump(url) {
|
onPageJump(url) {
|
||||||
console.log(url, "url");
|
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: url,
|
url: url,
|
||||||
});
|
});
|
||||||
@@ -364,9 +308,6 @@
|
|||||||
type: 2,
|
type: 2,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
// this.goodsDataList
|
|
||||||
console.log("this.goodsDataList at line 595:", this.goodsDataList);
|
|
||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
uid: this.userInfo.id,
|
uid: this.userInfo.id,
|
||||||
productList: [],
|
productList: [],
|
||||||
@@ -376,12 +317,10 @@
|
|||||||
|
|
||||||
this.$http
|
this.$http
|
||||||
.request({
|
.request({
|
||||||
// url: "book/buyOrder/buySave",
|
|
||||||
url: `${this.urlList.initPrepareOrder}`,
|
url: `${this.urlList.initPrepareOrder}`,
|
||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST",
|
||||||
data,
|
data,
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -390,12 +329,9 @@
|
|||||||
console.log("res at line 374:", res);
|
console.log("res at line 374:", res);
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.initData = res.data;
|
this.initData = res.data;
|
||||||
// this.$emit('user')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
|
|
||||||
// await that.getDetailInfo();
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 获取订单初始话
|
// 获取订单初始话
|
||||||
@@ -445,10 +381,6 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/component/commonComponents/address/index?type=order",
|
url: "/pages/component/commonComponents/address/index?type=order",
|
||||||
});
|
});
|
||||||
// this.show = true;
|
|
||||||
// this.$nextTick(() => {
|
|
||||||
// this.$refs.commonAddress.open();
|
|
||||||
// });
|
|
||||||
},
|
},
|
||||||
fnCopy(value, title) {
|
fnCopy(value, title) {
|
||||||
this.$commonJS.handleMakingPhoneCalls(value, title);
|
this.$commonJS.handleMakingPhoneCalls(value, title);
|
||||||
@@ -459,44 +391,19 @@
|
|||||||
},
|
},
|
||||||
openOrderModal(v) {
|
openOrderModal(v) {
|
||||||
this.orderModalShowInfo = v;
|
this.orderModalShowInfo = v;
|
||||||
console.log(
|
|
||||||
"this.orderModalShowInfo at line 727:",
|
|
||||||
this.orderModalShowInfo
|
|
||||||
);
|
|
||||||
this.orderModalShow = true;
|
this.orderModalShow = true;
|
||||||
if (this.orderModalShowInfo.type == "remark") {
|
if (this.orderModalShowInfo.type == "remark") {
|
||||||
this.content = this.remark;
|
this.content = this.remark;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//支付请求
|
||||||
async goBuyJie() {
|
async goBuyJie() {
|
||||||
var that = this;
|
var that = this;
|
||||||
// if (this.addressList.length == 0) {
|
|
||||||
// this.dizhiShow = true // 如果没有地址信息
|
|
||||||
// }
|
|
||||||
// if (!this.nowClick) {
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
this.nowClick = false;
|
this.nowClick = false;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.nowClick = true;
|
this.nowClick = true;
|
||||||
}, 5000);
|
}, 5000);
|
||||||
// let youPre = {
|
|
||||||
// id: "",
|
|
||||||
// coupons: {
|
|
||||||
// amount: 0,
|
|
||||||
// name: "",
|
|
||||||
// },
|
|
||||||
// };
|
|
||||||
// if (this.youhuiContent.id != undefined) {
|
|
||||||
// youPre = this.youhuiContent;
|
|
||||||
// }
|
|
||||||
let xiaBiao = [];
|
let xiaBiao = [];
|
||||||
// for (let i = 0; i < this.cartList.length; i++) {
|
|
||||||
// xiaBiao.push({
|
|
||||||
// productId: this.cartList[i].productId,
|
|
||||||
// quantity: this.cartList[i].productAmount,
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
if (this.payType == 4 && this.initData.user.peanutCoin < this.dataInfo.lastFee) {
|
if (this.payType == 4 && this.initData.user.peanutCoin < this.dataInfo.lastFee) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '天医币余额不足',
|
title: '天医币余额不足',
|
||||||
@@ -512,25 +419,17 @@
|
|||||||
jfDeduction: 0, //积分抵扣
|
jfDeduction: 0, //积分抵扣
|
||||||
vipBuyConfigId: this.dataInfo.id,
|
vipBuyConfigId: this.dataInfo.id,
|
||||||
come: 2, //订单来源,0疯子读书1国学众妙之门2医学吴门医述
|
come: 2, //订单来源,0疯子读书1国学众妙之门2医学吴门医述
|
||||||
|
|
||||||
// appName: "wumen",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log("data at line 477:", data);
|
|
||||||
|
|
||||||
await $http
|
await $http
|
||||||
.request({
|
.request({
|
||||||
// url: "book/buyOrder/buySave",
|
|
||||||
url: that.urlList.buyOrder,
|
url: that.urlList.buyOrder,
|
||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST",
|
||||||
data,
|
data,
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
console.log("res at line 598:", res);
|
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
if (res.orderSn == null) {
|
if (res.orderSn == null) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
@@ -539,7 +438,6 @@
|
|||||||
image: "../../../static/icon/ic_close.png",
|
image: "../../../static/icon/ic_close.png",
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log("that.payType at line 607:", that.payType);
|
|
||||||
if (that.payType == 2) {
|
if (that.payType == 2) {
|
||||||
// 常规支付
|
// 常规支付
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
@@ -569,24 +467,13 @@
|
|||||||
});
|
});
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
console.log("失败失败失败");
|
|
||||||
|
|
||||||
// that.$commonJS.showToast('支付是失败')
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
console.log("延迟调用 失败提示");
|
console.log("延迟调用 失败提示");
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "支付失败",
|
title: "支付失败",
|
||||||
|
|
||||||
image: "../../../static/icon/ic_close.png",
|
image: "../../../static/icon/ic_close.png",
|
||||||
});
|
});
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
// setTimeout(() => {
|
|
||||||
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: './orderList'
|
|
||||||
// });
|
|
||||||
// }, 1000)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@@ -608,7 +495,6 @@
|
|||||||
});
|
});
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
console.log(res, "微信支付111111111111111");
|
|
||||||
if (res.data.errMsg.indexOf("User canceled") != -1) {
|
if (res.data.errMsg.indexOf("User canceled") != -1) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "用户取消支付",
|
title: "用户取消支付",
|
||||||
@@ -644,7 +530,6 @@
|
|||||||
radioChange(index) {
|
radioChange(index) {
|
||||||
this.selectPayIndex = index;
|
this.selectPayIndex = index;
|
||||||
this.payType = this.payList[this.selectPayIndex].type;
|
this.payType = this.payList[this.selectPayIndex].type;
|
||||||
console.log("this.selectPayIndex at line 315:", this.selectPayIndex);
|
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
},
|
},
|
||||||
handleValChange(e) {
|
handleValChange(e) {
|
||||||
@@ -664,12 +549,6 @@
|
|||||||
...this.taiHuClassInfo,
|
...this.taiHuClassInfo,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
// $mars.progressBegin('申请中...');
|
|
||||||
// $mars.post(customerType, 'applyRelearn', data, function (ret) {
|
|
||||||
// api.hideProgress();
|
|
||||||
|
|
||||||
// fnLoadDataGrid();
|
|
||||||
// });
|
|
||||||
},
|
},
|
||||||
fnRelearn(oid, days, courseFee) {
|
fnRelearn(oid, days, courseFee) {
|
||||||
//99和199课程复读一个月60三个月120; 299和399课程复读一个月80三个月180
|
//99和199课程复读一个月60三个月120; 299和399课程复读一个月80三个月180
|
||||||
@@ -705,14 +584,6 @@
|
|||||||
fee: fee,
|
fee: fee,
|
||||||
};
|
};
|
||||||
this.show = true;
|
this.show = true;
|
||||||
// $aui.alert({
|
|
||||||
// title: ,
|
|
||||||
// content: '用户您好,该课程已到期,通过支付' + fee + '元,本门课程可获得' + days + '天延期学习时间,点击确认即完成自动扣费,感谢配合!',
|
|
||||||
// buttons: ['取消', '确认'],
|
|
||||||
// radius: 6,
|
|
||||||
// titleColor: '#ff3300',
|
|
||||||
// contColor: '#333',
|
|
||||||
// btnColor: ''
|
|
||||||
},
|
},
|
||||||
//课程详情
|
//课程详情
|
||||||
async gotoDetail(v) {
|
async gotoDetail(v) {
|
||||||
@@ -729,7 +600,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
// url: '../bookShop/commodityDetail?id=' + item.id
|
|
||||||
url: `/pages/curriculum/order/curriculum/detail?navTitle=${v.title}&title=${v.title}&oid=${v.courseOid}&conditions=${v.conditions}&detailOid=${v.detailOid}`,
|
url: `/pages/curriculum/order/curriculum/detail?navTitle=${v.title}&title=${v.title}&oid=${v.courseOid}&conditions=${v.conditions}&detailOid=${v.detailOid}`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -737,14 +607,12 @@
|
|||||||
goCourseDescription(v) {
|
goCourseDescription(v) {
|
||||||
console.log(v);
|
console.log(v);
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
// url: '../bookShop/commodityDetail?id=' + item.id
|
|
||||||
url: `/pages/curriculum/order/curriculum/index?navTitle=${v.title}&title=${v.title}&oid=${v.oid}`,
|
url: `/pages/curriculum/order/curriculum/index?navTitle=${v.title}&title=${v.title}&oid=${v.oid}`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async getCourseDescriptionData() {
|
async getCourseDescriptionData() {
|
||||||
var data = {};
|
var data = {};
|
||||||
var that = this;
|
var that = this;
|
||||||
console.log(this.$store.state, "11111111111");
|
|
||||||
this.$http
|
this.$http
|
||||||
.post(this.urlList.list, {
|
.post(this.urlList.list, {
|
||||||
customerType: "D",
|
customerType: "D",
|
||||||
@@ -762,16 +630,10 @@
|
|||||||
this.swiperList.push(that.curriculumData.explainsImg);
|
this.swiperList.push(that.curriculumData.explainsImg);
|
||||||
} else {
|
} else {
|
||||||
that.swiperList = that.curriculumData.productImageList.split(",");
|
that.swiperList = that.curriculumData.productImageList.split(",");
|
||||||
// for (var i = 0; i < imgList.length; i++) {
|
|
||||||
// this.swiperList.push(imgList[i])
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
that.dataList = res.obj.correlatedList;
|
that.dataList = res.obj.correlatedList;
|
||||||
await that.getDetailInfo();
|
await that.getDetailInfo();
|
||||||
// that.relatedCoursesList = res.obj.correlatedList
|
|
||||||
// await that.handleselectCate({ ...this.cateList[0], index: 0 })
|
|
||||||
// socket.init();
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
getPriceData() {
|
getPriceData() {
|
||||||
@@ -786,21 +648,6 @@
|
|||||||
checkDisable() {
|
checkDisable() {
|
||||||
console.log("点击了");
|
console.log("点击了");
|
||||||
},
|
},
|
||||||
// 显示无权限弹窗
|
|
||||||
// showNoRights() {
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// that.clear()
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// },
|
|
||||||
// 获取用户详情
|
// 获取用户详情
|
||||||
getUserInfo() {
|
getUserInfo() {
|
||||||
// 用户详情
|
// 用户详情
|
||||||
@@ -818,9 +665,6 @@
|
|||||||
var data = [];
|
var data = [];
|
||||||
console.log(item, index, 99999);
|
console.log(item, index, 99999);
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
// curriculumInfo
|
|
||||||
|
|
||||||
this.$http
|
this.$http
|
||||||
.post(this.urlList.curriculumInfo, {
|
.post(this.urlList.curriculumInfo, {
|
||||||
customerType: "D",
|
customerType: "D",
|
||||||
@@ -831,201 +675,27 @@
|
|||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
that.curriculumInfo = res.obj;
|
that.curriculumInfo = res.obj;
|
||||||
that.dataList = res.obj.courseList;
|
that.dataList = res.obj.courseList;
|
||||||
|
|
||||||
// socket.init();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// this.$nextTick(() => {
|
|
||||||
// switch (item.type) {
|
|
||||||
// case 1:
|
|
||||||
// // allDataList
|
|
||||||
// this.dataList = that.allDataList.result1Lst
|
|
||||||
// break;
|
|
||||||
// case 2:
|
|
||||||
// this.dataList = that.allDataList.result2Lst
|
|
||||||
// break;
|
|
||||||
// case 3:
|
|
||||||
// this.dataList = that.allDataList.result3Lst
|
|
||||||
// break;
|
|
||||||
// case 4:
|
|
||||||
// this.dataList = that.allDataList.result4Lst.filter(e =>
|
|
||||||
// e.oid != '5fcf991c027b11e7ae62008cfae40c18' && e.oid != 'b3d8a938b8e147bc877613bb712a9cb3' && e.oid != '4d4730163135420ea962bfac4805e026' && e.oid != '49fb76ca3d6b43718d78c6aa9a3003c2' && e.oid != 'c7b047ed9246469b9ae2b1013fc3df9c'
|
|
||||||
|
|
||||||
// )
|
|
||||||
|
|
||||||
// console.log(this.dataList.length, 6666666)
|
|
||||||
// break;
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentCateIndex = item.index
|
|
||||||
// })
|
|
||||||
console.log(this.allDataList, this.dataList, "1688");
|
|
||||||
// if(this.userMes.tgdzPower == 0){
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// if(item.title == "时辰取穴"){
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: "../timeAcupoint/timeAcupoint"
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentStatusIndex = index
|
|
||||||
|
|
||||||
this.searchValue = "";
|
this.searchValue = "";
|
||||||
this.searchList = [];
|
this.searchList = [];
|
||||||
this.showSearchList = false;
|
this.showSearchList = false;
|
||||||
// if (index != 2) {
|
|
||||||
|
|
||||||
// uni.createSelectorQuery().select('.statusList').boundingClientRect(function (rect) {
|
|
||||||
// var height = rect.height
|
|
||||||
// console.log('元素高度:',);
|
|
||||||
|
|
||||||
// }).exec();
|
|
||||||
|
|
||||||
// } else {
|
|
||||||
// this.getJFList(dictType)
|
|
||||||
// }
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
async getDetailInfo() {
|
async getDetailInfo() {
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
// curriculumInfo
|
|
||||||
|
|
||||||
this.detailInfo = {
|
this.detailInfo = {
|
||||||
content: "<img src='http://oss.taihumed.com/other/null_20210528102528870.jpg' ></img> <img src='http://101.201.146.165:8088/curriculum/detailImg/curriculum_20170420143333621.png' ></img><p><p>没有中医基础想学中医难不难?中医学者治疗出现瓶颈怎么办?中西医究竟有什么不同呢?吴雄志教授将以全新的视角,完美整合中药学和西医学知识,让你领略当代中医生理学魅力。</p><p><br/><p></p><p><br/></p><p>【思考题】</p><p>1、简述中医的发展这些年出现了哪些变化?</p><p>2、简述中西医学科的异同?</p>",
|
content: "<img src='http://oss.taihumed.com/other/null_20210528102528870.jpg' ></img> <img src='http://101.201.146.165:8088/curriculum/detailImg/curriculum_20170420143333621.png' ></img><p><p>没有中医基础想学中医难不难?中医学者治疗出现瓶颈怎么办?中西医究竟有什么不同呢?吴雄志教授将以全新的视角,完美整合中药学和西医学知识,让你领略当代中医生理学魅力。</p><p><br/><p></p><p><br/></p><p>【思考题】</p><p>1、简述中医的发展这些年出现了哪些变化?</p><p>2、简述中西医学科的异同?</p>",
|
||||||
};
|
};
|
||||||
|
|
||||||
// this.$http
|
|
||||||
// .post(this.urlList.detailInfo, {
|
|
||||||
// customerType
|
|
||||||
// :
|
|
||||||
// "D",
|
|
||||||
// token
|
|
||||||
// : uni.getStorageSync("token")
|
|
||||||
// ,
|
|
||||||
// customerOid
|
|
||||||
// : uni.getStorageSync("customerOid"),
|
|
||||||
// classOid: 'f81b558ca4ee406e97c4045c87c2539c'
|
|
||||||
|
|
||||||
// })
|
|
||||||
// .then(async res => {
|
|
||||||
// that.detailInfo = res.obj
|
|
||||||
// // that.dataList = res.obj.courseList
|
|
||||||
|
|
||||||
// // socket.init();
|
|
||||||
|
|
||||||
// });
|
|
||||||
|
|
||||||
// this.$nextTick(() => {
|
|
||||||
// switch (item.type) {
|
|
||||||
// case 1:
|
|
||||||
// // allDataList
|
|
||||||
// this.dataList = that.allDataList.result1Lst
|
|
||||||
// break;
|
|
||||||
// case 2:
|
|
||||||
// this.dataList = that.allDataList.result2Lst
|
|
||||||
// break;
|
|
||||||
// case 3:
|
|
||||||
// this.dataList = that.allDataList.result3Lst
|
|
||||||
// break;
|
|
||||||
// case 4:
|
|
||||||
// this.dataList = that.allDataList.result4Lst.filter(e =>
|
|
||||||
// e.oid != '5fcf991c027b11e7ae62008cfae40c18' && e.oid != 'b3d8a938b8e147bc877613bb712a9cb3' && e.oid != '4d4730163135420ea962bfac4805e026' && e.oid != '49fb76ca3d6b43718d78c6aa9a3003c2' && e.oid != 'c7b047ed9246469b9ae2b1013fc3df9c'
|
|
||||||
|
|
||||||
// )
|
|
||||||
|
|
||||||
// console.log(this.dataList.length, 6666666)
|
|
||||||
// break;
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentCateIndex = item.index
|
|
||||||
// })
|
|
||||||
console.log(this.allDataList, this.dataList, "1688");
|
|
||||||
// if(this.userMes.tgdzPower == 0){
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// if(item.title == "时辰取穴"){
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: "../timeAcupoint/timeAcupoint"
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
// this.currentStatusIndex = index
|
|
||||||
|
|
||||||
this.searchValue = "";
|
this.searchValue = "";
|
||||||
this.searchList = [];
|
this.searchList = [];
|
||||||
this.showSearchList = false;
|
this.showSearchList = false;
|
||||||
// if (index != 2) {
|
|
||||||
|
|
||||||
// uni.createSelectorQuery().select('.statusList').boundingClientRect(function (rect) {
|
|
||||||
// var height = rect.height
|
|
||||||
// console.log('元素高度:',);
|
|
||||||
|
|
||||||
// }).exec();
|
|
||||||
|
|
||||||
// } else {
|
|
||||||
// this.getJFList(dictType)
|
|
||||||
// }
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
async setOneCateIndex(item, index) {
|
async setOneCateIndex(item, index) {
|
||||||
this.allDataList = [];
|
this.allDataList = [];
|
||||||
console.log(index, 99999);
|
console.log(index, 99999);
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
// if(this.userMes.tgdzPower == 0){
|
|
||||||
// let that = this
|
|
||||||
// uni.showModal({
|
|
||||||
// content: "购买 针灸六经法要上册和下册 后方可使用此功能",
|
|
||||||
// confirmText: '好的',
|
|
||||||
// showCancel: false,
|
|
||||||
// success: function(res) {
|
|
||||||
// if (res.confirm) {
|
|
||||||
// // console.log('用户点击确定');
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// if(item.title == "时辰取穴"){
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: "../timeAcupoint/timeAcupoint"
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
this.currentStatusIndex = index;
|
this.currentStatusIndex = index;
|
||||||
// this.currentCateIndex = 0
|
|
||||||
|
|
||||||
this.searchValue = "";
|
this.searchValue = "";
|
||||||
this.searchList = [];
|
this.searchList = [];
|
||||||
this.showSearchList = false;
|
this.showSearchList = false;
|
||||||
@@ -1034,19 +704,6 @@
|
|||||||
|
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
});
|
});
|
||||||
|
|
||||||
// this.handleselectCate(this.cateList[this.currentCateIndex])
|
|
||||||
// if (index != 2) {
|
|
||||||
|
|
||||||
// uni.createSelectorQuery().select('.statusList').boundingClientRect(function (rect) {
|
|
||||||
// var height = rect.height
|
|
||||||
// console.log('元素高度:',);
|
|
||||||
|
|
||||||
// }).exec();
|
|
||||||
|
|
||||||
// } else {
|
|
||||||
// this.getJFList(dictType)
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
|
|
||||||
transformData(inputData) {
|
transformData(inputData) {
|
||||||
@@ -1060,159 +717,13 @@
|
|||||||
}
|
}
|
||||||
result[letter].push(item);
|
result[letter].push(item);
|
||||||
});
|
});
|
||||||
// const finalResult = Object.keys(result).map(key => ({ [key]: result[key] }));
|
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
// getJFList(id) {
|
|
||||||
// $http.request({
|
|
||||||
// url: "book/prescript/prescriptListForJF",
|
|
||||||
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
|
||||||
// data: {
|
|
||||||
// loadAnimate: 'none', // 请求加载动画
|
|
||||||
// 'categoryId': id
|
|
||||||
// },
|
|
||||||
// header: { //默认 无 说明:请求头
|
|
||||||
// 'Content-Type': 'application/json'
|
|
||||||
// },
|
|
||||||
// }).then(res => {
|
|
||||||
// if (res.code == 0 && res.list.length > 0) {
|
|
||||||
// this.twoCateList = []
|
|
||||||
// this.dataList = this.transformData(res.list)
|
|
||||||
// console.log('JF经方', this.dataList)
|
|
||||||
// } else {
|
|
||||||
// this.twoCateList = []
|
|
||||||
// this.dataList = []
|
|
||||||
// }
|
|
||||||
// }).catch(e => {
|
|
||||||
// this.twoCateList = []
|
|
||||||
// this.dataList = []
|
|
||||||
// console.log(e)
|
|
||||||
// })
|
|
||||||
// },
|
|
||||||
getCateList(id) {
|
getCateList(id) {
|
||||||
id ? "" : (id = 0);
|
id ? "" : (id = 0);
|
||||||
this.twoCateList = [];
|
this.twoCateList = [];
|
||||||
this.curTwoCateIndex = 0;
|
this.curTwoCateIndex = 0;
|
||||||
// 0为获取顶级分类,其他为搜索下级分类,目前的逻辑,顶级是写死的,所以可能只会涉及到搜索第二级
|
|
||||||
// $http.request({
|
|
||||||
// url: "book/prescript/prescriptCategoryList",
|
|
||||||
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
|
||||||
// data: {
|
|
||||||
// loadAnimate: 'none', // 请求加载动画
|
|
||||||
// 'categoryId': id
|
|
||||||
// },
|
|
||||||
// header: { //默认 无 说明:请求头
|
|
||||||
// 'Content-Type': 'application/json'
|
|
||||||
// },
|
|
||||||
// }).then(res => {
|
|
||||||
// console.log(res, '脉穴分类获取成功')
|
|
||||||
// if (res.code == 0 && res.list.length > 0) {
|
|
||||||
// this.statusList = res.list
|
|
||||||
// this.getTowCateList(this.statusList[0].type)
|
|
||||||
// } else {
|
|
||||||
// this.statusList = []
|
|
||||||
// }
|
|
||||||
// }).catch(e => {
|
|
||||||
// this.statusList = []
|
|
||||||
// console.log(e)
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 放大图片
|
|
||||||
previewImage(url) {
|
|
||||||
console.log(url);
|
|
||||||
uni.previewImage({
|
|
||||||
urls: [url],
|
|
||||||
longPressActions: {
|
|
||||||
itemList: ["很抱歉,暂不支持保存图片到本地"],
|
|
||||||
success: function(res) {
|
|
||||||
// console.log(res,'+++++')
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
},
|
|
||||||
// getSearch() {
|
|
||||||
// $http.request({
|
|
||||||
// url: "book/prescript/searchPrescript",
|
|
||||||
// method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
|
||||||
// data: {
|
|
||||||
// loadAnimate: 'none', // 请求加载动画
|
|
||||||
// 'keywords': this.searchValue,
|
|
||||||
// type: this.currentStatusIndex + 1
|
|
||||||
// },
|
|
||||||
// header: { //默认 无 说明:请求头
|
|
||||||
// 'Content-Type': 'application/json'
|
|
||||||
// },
|
|
||||||
// }).then(res => {
|
|
||||||
// console.log(res, '搜索结果')
|
|
||||||
// if (res.code == 0 && res.list.length >= 0) {
|
|
||||||
// this.showSearchList = true
|
|
||||||
// this.searchList = res.list
|
|
||||||
// } else {
|
|
||||||
// this.searchList = []
|
|
||||||
// }
|
|
||||||
// }).catch(e => {
|
|
||||||
// // this.dataList = []
|
|
||||||
// this.searchList = []
|
|
||||||
// console.log(e)
|
|
||||||
// })
|
|
||||||
// },
|
|
||||||
// search(res) {
|
|
||||||
// console.log(res, 'res')
|
|
||||||
// // uni.showToast({
|
|
||||||
// // title: '搜索:' + res,
|
|
||||||
// // icon: 'none'
|
|
||||||
// // })
|
|
||||||
// if (res == '') {
|
|
||||||
// this.showSearchList = false
|
|
||||||
// this.searchList = []
|
|
||||||
// } else {
|
|
||||||
// this.getSearch()
|
|
||||||
// }
|
|
||||||
|
|
||||||
// },
|
|
||||||
// input(res) {
|
|
||||||
// console.log('----input:', res)
|
|
||||||
// if (res == '') {
|
|
||||||
// this.searchList = []
|
|
||||||
// } else {
|
|
||||||
// this.getSearch()
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// clear(res) {
|
|
||||||
// console.log('----clear:', res)
|
|
||||||
// // uni.showToast({
|
|
||||||
// // title: 'clear事件,清除值为:',
|
|
||||||
// // icon: 'none'
|
|
||||||
// // })
|
|
||||||
// this.searchValue = ''
|
|
||||||
// this.showSearchList = false
|
|
||||||
// },
|
|
||||||
// blur(res) {
|
|
||||||
// // console.log('----blur:', res)
|
|
||||||
// // if (res == '') {
|
|
||||||
// // this.showSearchList = false
|
|
||||||
// // this.searchList = []
|
|
||||||
// // } else {
|
|
||||||
// // this.getSearch()
|
|
||||||
// // }
|
|
||||||
// },
|
|
||||||
// focus(e) {
|
|
||||||
// console.log('----focus:')
|
|
||||||
// // uni.showToast({
|
|
||||||
// // title: 'focus事件,输出值为:' + e.value,
|
|
||||||
// // icon: 'none'
|
|
||||||
// // })
|
|
||||||
// // 等于1 就是有权限
|
|
||||||
// // this.showSearchList = true
|
|
||||||
|
|
||||||
// },
|
|
||||||
// cancel(res) {
|
|
||||||
// uni.showToast({
|
|
||||||
// title: '点击取消,输入值为:' + res.value,
|
|
||||||
// icon: 'none'
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
onBackPress() {
|
onBackPress() {
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
|
|||||||
BIN
static/icon/chao_svip.png
Normal file
BIN
static/icon/chao_svip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
static/icon/chao_vip.png
Normal file
BIN
static/icon/chao_vip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user