|
@@ -87,7 +87,7 @@
|
|
<!-- 样章 -->
|
|
<!-- 样章 -->
|
|
<view class="" v-if="specimen_file.length>0">
|
|
<view class="" v-if="specimen_file.length>0">
|
|
<view class="sample">样章</view>
|
|
<view class="sample">样章</view>
|
|
- <view @click="tourl(item.url)" class="" v-for="(item,index) in specimen_file" :key="index"
|
|
|
|
|
|
+ <view @click='toyang(item.url)' class="" v-for="(item,index) in specimen_file" :key="index"
|
|
style="display: flex;margin-top: 28rpx;">
|
|
style="display: flex;margin-top: 28rpx;">
|
|
<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>
|
|
@@ -129,14 +129,23 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="" style=" height: 166rpx;"></view>
|
|
|
|
|
|
+ <view class="" style=" height: 190rpx;"></view>
|
|
<view class="bottom u-flex">
|
|
<view class="bottom u-flex">
|
|
- <view 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.is_certificate==0" class="" style="position: relative;flex: 1;">
|
|
|
|
+ <view class="timeback" style="position: absolute">
|
|
|
|
+ 体验到期时间:{{card.free_end_time}}
|
|
|
|
+ </view>
|
|
|
|
+ <view @click="show=true" class="right">体验下载</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_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_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==0" class="right" @click="show=true">已购买,可下载</view>
|
|
- <view v-if="datainfo.is_pay!=0&&datainfo.is_certificate!=0&&datainfo.is_free!=0" @click="tourl(url)"
|
|
|
|
- class="right">在线试读</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;">
|
|
@@ -147,7 +156,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="" v-if="specimen_file.length>0">
|
|
<view class="" v-if="specimen_file.length>0">
|
|
<view class="sample">样章</view>
|
|
<view class="sample">样章</view>
|
|
- <view @click="tourl(item.url)" class="u-row-between" v-for="(item,index) in specimen_file"
|
|
|
|
|
|
+ <view @click="toyang(item.url)" class="u-row-between" v-for="(item,index) in specimen_file"
|
|
:key="index" style="display: flex;margin-top: 28rpx;">
|
|
:key="index" style="display: flex;margin-top: 28rpx;">
|
|
<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>
|
|
@@ -161,7 +170,7 @@
|
|
<view class="">资源包</view>
|
|
<view class="">资源包</view>
|
|
</view>
|
|
</view>
|
|
<view class="courseware">电子书</view>
|
|
<view class="courseware">电子书</view>
|
|
- <view @click="touser(item.url)" v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
|
|
+ <view v-for="(item,index) in courseware_file" :key="index" class=""
|
|
style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
<div style="display: flex;">
|
|
<div style="display: flex;">
|
|
<image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
<image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
@@ -170,7 +179,7 @@
|
|
<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 class="courseware">课件</view>
|
|
<view class="courseware">课件</view>
|
|
- <view @click="touser(item.url)" v-for="(item,index) in courseware_file" :key="index" class=""
|
|
|
|
|
|
+ <view v-for="(item,index) in courseware_file" :key="index" class=""
|
|
style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
style="display: flex;margin-top: 28rpx;justify-content: space-between;">
|
|
<div style="display: flex;">
|
|
<div style="display: flex;">
|
|
<image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
<image src="/static/images/pdf.png" class="image3" mode=""></image>
|
|
@@ -180,7 +189,7 @@
|
|
</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 @click="touser(item.url)" v-for="(item,index) in resource_file" :key="index" class=""
|
|
|
|
|
|
+ <view 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>
|
|
@@ -235,6 +244,7 @@
|
|
is_certificate: '', //是否体验中
|
|
is_certificate: '', //是否体验中
|
|
is_pay: '', //是否已购买
|
|
is_pay: '', //是否已购买
|
|
is_free: '', //是否免费
|
|
is_free: '', //是否免费
|
|
|
|
+ book_type: '',
|
|
},
|
|
},
|
|
swiptlist: [],
|
|
swiptlist: [],
|
|
pubdate: '',
|
|
pubdate: '',
|
|
@@ -242,7 +252,10 @@
|
|
resource_file: [],
|
|
resource_file: [],
|
|
specimen_file: [],
|
|
specimen_file: [],
|
|
price: '', //资源价格,
|
|
price: '', //资源价格,
|
|
- url: ''
|
|
|
|
|
|
+ url: '',
|
|
|
|
+ card:{
|
|
|
|
+ free_end_time:''
|
|
|
|
+ }
|
|
};
|
|
};
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
@@ -252,8 +265,7 @@
|
|
methods: {
|
|
methods: {
|
|
//跳转下载
|
|
//跳转下载
|
|
touser(url) {
|
|
touser(url) {
|
|
- if (this.datainfo.is_certificate == 0 || this.datainfo.is_pay == 0 || this.datainfo.is_free == 0) {
|
|
|
|
- console.log(this.url);
|
|
|
|
|
|
+ if (this.datainfo.is_free == 0 || this.datainfo.is_pay == 0 || this.datainfo.is_certificate == 0) {
|
|
window.location.href = url
|
|
window.location.href = url
|
|
} else {
|
|
} else {
|
|
uni.showModal({
|
|
uni.showModal({
|
|
@@ -262,7 +274,7 @@
|
|
confirmText: '我知道了',
|
|
confirmText: '我知道了',
|
|
success: function(res) {
|
|
success: function(res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
- console.log('用户点击确定');
|
|
|
|
|
|
+
|
|
} else if (res.cancel) {
|
|
} else if (res.cancel) {
|
|
console.log('用户点击取消');
|
|
console.log('用户点击取消');
|
|
}
|
|
}
|
|
@@ -270,8 +282,12 @@
|
|
});
|
|
});
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- tourl(url){
|
|
|
|
- window.location.href = url
|
|
|
|
|
|
+ toyang() {
|
|
|
|
+ if (this.url != '') {
|
|
|
|
+ window.location.href = this.url
|
|
|
|
+ } else {
|
|
|
|
+ this.$u.toast('暂无试读资源')
|
|
|
|
+ }
|
|
},
|
|
},
|
|
//跳转详情
|
|
//跳转详情
|
|
toinfo(id) {
|
|
toinfo(id) {
|
|
@@ -280,17 +296,32 @@
|
|
},
|
|
},
|
|
//立即购买
|
|
//立即购买
|
|
orderinfo() {
|
|
orderinfo() {
|
|
- this.$u.post('api/order/createOrder', {
|
|
|
|
- goods_id: this.id,
|
|
|
|
- type: 0
|
|
|
|
- }).then(res => {
|
|
|
|
- if (res.code == 1) {
|
|
|
|
- uni.setStorageSync('bookid', this.id)
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: '/pages/index/orderinfo?id=' + res.data.id + '&&index=' + 1
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
|
|
+ if (uni.getStorageSync("token")) {
|
|
|
|
+ this.$u.post('api/order/createOrder', {
|
|
|
|
+ goods_id: this.id,
|
|
|
|
+ type: 0
|
|
|
|
+ }).then(res => {
|
|
|
|
+ if (res.code == 1) {
|
|
|
|
+ uni.setStorageSync('bookid', this.id)
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pages/index/orderinfo?id=' + res.data.id + '&&index=' + 1
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ } else {
|
|
|
|
+ uni.showModal({
|
|
|
|
+ title: '提示',
|
|
|
|
+ content: '请先登录',
|
|
|
|
+ confirmText: '我知道了',
|
|
|
|
+ success: function(res) {
|
|
|
|
+ if (res.confirm) {
|
|
|
|
+
|
|
|
|
+ } else if (res.cancel) {
|
|
|
|
+ console.log('用户点击取消');
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 系列
|
|
// 系列
|
|
getSeriesBooks() {
|
|
getSeriesBooks() {
|
|
@@ -324,6 +355,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.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
|
|
}
|
|
}
|
|
@@ -356,6 +388,22 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
|
+ .timeback {
|
|
|
|
+ width: 412rpx;
|
|
|
|
+ height: 64rpx;
|
|
|
|
+ background: url('../../static/images/rectangle.png') no-repeat;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -64rpx;
|
|
|
|
+ right: 0;
|
|
|
|
+ background-size: 100%;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #06A971;
|
|
|
|
+ line-height: 56rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
.courseware {
|
|
.courseware {
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -546,7 +594,8 @@
|
|
}
|
|
}
|
|
|
|
|
|
.right {
|
|
.right {
|
|
- width: 336rpx;
|
|
|
|
|
|
+ flex: 1;
|
|
|
|
+ // min-width: 336rpx;
|
|
height: 88rpx;
|
|
height: 88rpx;
|
|
background: #06A971;
|
|
background: #06A971;
|
|
border-radius: 12rpx;
|
|
border-radius: 12rpx;
|