|
@@ -99,21 +99,34 @@
|
|
<view class="">
|
|
<view class="">
|
|
<view class="sample u-flex u-row-between">
|
|
<view class="sample u-flex u-row-between">
|
|
<view class="">资源包</view>
|
|
<view class="">资源包</view>
|
|
- <view v-if="datainfo.is_free==1&&book_type==0" class="u-flex">
|
|
|
|
|
|
+ <view v-if="datainfo.is_free==1&&datainfo.book_type==0" class="u-flex">
|
|
<view class="selling">资源售价</view>
|
|
<view class="selling">资源售价</view>
|
|
<!-- <view class="selling">纸质售价</view> -->
|
|
<!-- <view class="selling">纸质售价</view> -->
|
|
<view class="money5">¥{{price}}</view>
|
|
<view class="money5">¥{{price}}</view>
|
|
<view class="button4" @click="orderinfo">付费下载</view>
|
|
<view class="button4" @click="orderinfo">付费下载</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="courseware">课件</view>
|
|
|
|
- <view @click='touser(item.url)' v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
- style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
- <div style="display: flex;">
|
|
|
|
- <image src="/static/images/video.png" class="image3" mode=""></image>
|
|
|
|
- <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
- </div>
|
|
|
|
- <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
|
|
+ <view class="" v-if="ebook_file.length>0">
|
|
|
|
+ <view class="courseware">电子书</view>
|
|
|
|
+ <view @click='touser(item.url)' v-for="(item,index) in ebook_file" :key="index" class=""
|
|
|
|
+ style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
+ <view class="" style="display: flex;">
|
|
|
|
+ <image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
|
|
+ <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="" v-if="courseware_file.length>0">
|
|
|
|
+ <view class="courseware">课件</view>
|
|
|
|
+ <view @click='touser(item.url)' v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
+ style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
+ <div style="display: flex;">
|
|
|
|
+ <image src="/static/images/video.png" class="image3" mode=""></image>
|
|
|
|
+ <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
+ </div>
|
|
|
|
+ <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="" v-if="resource_file.length>0">
|
|
<view class="" v-if="resource_file.length>0">
|
|
<view class="courseware">资源</view>
|
|
<view class="courseware">资源</view>
|
|
@@ -133,20 +146,22 @@
|
|
<view class="bottom u-flex">
|
|
<view class="bottom u-flex">
|
|
<view v-if="datainfo.book_type==0" class="left" @click="stylebook">样书申请</view>
|
|
<view v-if="datainfo.book_type==0" class="left" @click="stylebook">样书申请</view>
|
|
<!-- <view v-if="datainfo.book_type==1" class="left" @click="stylebook">样书申请</view> -->
|
|
<!-- <view v-if="datainfo.book_type==1" class="left" @click="stylebook">样书申请</view> -->
|
|
|
|
+ <!-- <view v-if="datainfo.book_type==1&&(datainfo.is_free==0||datainfo.is_certificate==0||datainfo.is_pay==0)"
|
|
|
|
+ class="left" @click="stylebook">在线阅读</view> -->
|
|
|
|
+ <view class="left" @click="toyang" v-if="datainfo.book_type==1">在线阅读</view>
|
|
|
|
+ <view v-if="datainfo.is_free==0" class="right" @click="show=true">免费下载</view>
|
|
|
|
+ <!-- <view v-if="datainfo.is_certificate==0" @click="show=true" class="right">体验下载</view> -->
|
|
|
|
+ <view v-if="datainfo.is_pay==0" class="right" @click="show=true">已购买,可下载</view>
|
|
|
|
+ <view v-if="datainfo.is_pay==1&&datainfo.book_type==1&&datainfo.is_free!=0&&datainfo.is_certificate"
|
|
|
|
+ class="right" @click="orderinfo">立即购买</view>
|
|
|
|
+ <view v-if="datainfo.is_pay!=0&&datainfo.is_certificate!=0&&datainfo.is_free!=0&&datainfo.book_type==0"
|
|
|
|
+ class="right" @click="toyang()">在线试读</view>
|
|
<view v-if="datainfo.is_certificate==0" class="" style="position: relative;flex: 1;">
|
|
<view v-if="datainfo.is_certificate==0" class="" style="position: relative;flex: 1;">
|
|
<view class="timeback" style="position: absolute">
|
|
<view class="timeback" style="position: absolute">
|
|
体验到期时间:{{card.free_end_time}}
|
|
体验到期时间:{{card.free_end_time}}
|
|
</view>
|
|
</view>
|
|
<view @click="show=true" class="right">体验下载</view>
|
|
<view @click="show=true" class="right">体验下载</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="datainfo.book_type==1&&(datainfo.is_free==0||datainfo.is_certificate==0||datainfo.is_pay==0)"
|
|
|
|
- class="left" @click="stylebook">在线阅读</view>
|
|
|
|
- <view v-if="datainfo.is_free==0" class="right" @click="show=true">免费下载</view>
|
|
|
|
- <!-- <view v-if="datainfo.is_certificate==0" @click="show=true" class="right">体验下载</view> -->
|
|
|
|
- <view v-if="datainfo.is_pay==0" class="right" @click="show=true">已购买,可下载</view>
|
|
|
|
- <view v-if="datainfo.is_pay==1&&datainfo.book_type==1" class="right" @click="orderinfo">立即购买</view>
|
|
|
|
- <view v-if="datainfo.is_pay!=0&&datainfo.is_certificate!=0&&datainfo.is_free!=0" class="right"
|
|
|
|
- @click="toyang()">在线试读</view>
|
|
|
|
</view>
|
|
</view>
|
|
<u-popup v-model="show" mode="bottom" border-radius="24">
|
|
<u-popup v-model="show" mode="bottom" border-radius="24">
|
|
<view class="" style="padding: 32rpx 28rpx;">
|
|
<view class="" style="padding: 32rpx 28rpx;">
|
|
@@ -170,33 +185,38 @@
|
|
<view class="sample u-flex u-row-between">
|
|
<view class="sample u-flex u-row-between">
|
|
<view class="">资源包</view>
|
|
<view class="">资源包</view>
|
|
</view>
|
|
</view>
|
|
- <view class="courseware">电子书</view>
|
|
|
|
- <view v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
- style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
- <div style="display: flex;">
|
|
|
|
- <image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
|
|
- <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
- </div>
|
|
|
|
- <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
|
|
+ <view class="" v-if="ebook_file.length>0">
|
|
|
|
+ <view class="courseware">电子书</view>
|
|
|
|
+ <view @click='touser(item.url)' v-for="(item,index) in ebook_file" :key="index" class=""
|
|
|
|
+ style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
+ <div style="display: flex;">
|
|
|
|
+ <image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
|
|
+ <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
+ </div>
|
|
|
|
+ <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <view class="courseware">课件</view>
|
|
|
|
- <view v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
- style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
- <div style="display: flex;">
|
|
|
|
- <image src="/static/images/video.png" class="image3" mode=""></image>
|
|
|
|
- <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
- </div>
|
|
|
|
- <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
|
|
+ <view class="" v-if="courseware_file.length>0">
|
|
|
|
+ <view class="courseware">课件</view>
|
|
|
|
+ <view @click='touser(item.url)' v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
+ style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
|
|
+ <div style="display: flex;">
|
|
|
|
+ <image src="/static/images/video.png" class="image3" mode=""></image>
|
|
|
|
+ <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
|
|
+ </div>
|
|
|
|
+ <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="" v-if="resource_file.length>0">
|
|
<view class="" v-if="resource_file.length>0">
|
|
<view class="courseware">资源</view>
|
|
<view class="courseware">资源</view>
|
|
- <view v-for="(item,index) in resource_file" :key="index" class=""
|
|
|
|
|
|
+ <view @click='touser(item.url)' v-for="(item,index) in resource_file" :key="index" class=""
|
|
style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
<view class="" style="display: flex;">
|
|
<view class="" style="display: flex;">
|
|
<image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
<image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
<view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
<view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
|
|
</view>
|
|
</view>
|
|
- <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
|
|
|
|
|
|
+ <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;">
|
|
|
|
+ </image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -252,10 +272,11 @@
|
|
courseware_file: [],
|
|
courseware_file: [],
|
|
resource_file: [],
|
|
resource_file: [],
|
|
specimen_file: [],
|
|
specimen_file: [],
|
|
|
|
+ ebook_file:[],
|
|
price: '', //资源价格,
|
|
price: '', //资源价格,
|
|
url: '',
|
|
url: '',
|
|
- card:{
|
|
|
|
- free_end_time:''
|
|
|
|
|
|
+ card: {
|
|
|
|
+ free_end_time: ''
|
|
}
|
|
}
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -356,6 +377,7 @@
|
|
this.courseware_file = res.data.courseware_file
|
|
this.courseware_file = res.data.courseware_file
|
|
this.resource_file = res.data.resource_file
|
|
this.resource_file = res.data.resource_file
|
|
this.specimen_file = res.data.specimen_file
|
|
this.specimen_file = res.data.specimen_file
|
|
|
|
+ this.ebook_file = res.data.ebook_file
|
|
this.card = res.data.cer
|
|
this.card = res.data.cer
|
|
if (res.data.specimen_file.length > 0) {
|
|
if (res.data.specimen_file.length > 0) {
|
|
this.url = res.data.specimen_file[0].url
|
|
this.url = res.data.specimen_file[0].url
|
|
@@ -379,7 +401,7 @@
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/index/updown?id=' + this.series_id + "&&index=" + index
|
|
url: '/pages/index/updown?id=' + this.series_id + "&&index=" + index
|
|
})
|
|
})
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
this.$u.toast('请登录后下载')
|
|
this.$u.toast('请登录后下载')
|
|
}
|
|
}
|
|
},
|
|
},
|