bookinfo.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. <template>
  2. <view class="page">
  3. <view class="padd">
  4. <view class="wrap">
  5. <u-swiper :list="list1" mode='number' height='750' indicator-pos="bottomRight"></u-swiper>
  6. </view>
  7. <view class="back" style="margin-top: 24rpx;">
  8. <view class="">{{datainfo.title}}</view>
  9. <view class="item-jian">教材级别:{{datainfo.level.title}}</view>
  10. <view class="item-jian">适用层次:{{datainfo.arrangement.title}}</view>
  11. <view class="item-jian">适用专业:{{datainfo.speciality.title}}</view>
  12. <view class="item-jian">ISBN:{{datainfo.isbn}}</view>
  13. <view class="item-jian">作者:{{datainfo.author}}</view>
  14. <view class="item-jian" v-if="datainfo.is_free==1">纸质定价:¥{{datainfo.entity_price}}</view>
  15. </view>
  16. </view>
  17. <view class="height"></view>
  18. <view class="series" v-if="datainfo.is_series==0">
  19. <view class="u-flex u-row-between">
  20. <view class="abount">相关系列</view>
  21. <view class="updown" @click="toupdown(2)">系列下载</view>
  22. </view>
  23. <view class="" style="margin-top: 24rpx;">
  24. <swiper style="height: 400rpx;" class="swiper" circular :indicator-dots="true" :autoplay="true">
  25. <swiper-item v-for="(parent,index) in swiptlist" :key="index">
  26. <view class="u-flex swiper-item">
  27. <view class="" v-for="child in parent" @click="toinfo(child.id)">
  28. <image :src="child.image" style="width: 196rpx;height: 280rpx;" mode=""></image>
  29. <view class="u-line-1" style="width: 196rpx;">{{child.title}}</view>
  30. <view class="">
  31. 定价:<span style="color:rgba(204, 51, 0, 1) ;">¥{{child.price}}</span>
  32. </view>
  33. </view>
  34. </view>
  35. </swiper-item>
  36. </swiper>
  37. </view>
  38. </view>
  39. <view class="height"></view>
  40. <view class="content">
  41. <view class="">
  42. <u-tabs active-color='#06A971' :list="list" :is-scroll="false" :current="current"
  43. @change="change"></u-tabs>
  44. </view>
  45. <view v-if="current==0" class="padd content-box">
  46. <view class="u-flex">
  47. <view class="">
  48. <view class="chu">开本:{{datainfo.format}}</view>
  49. <view class="chu">印制:{{datainfo.print}}</view>
  50. <view class="chu">版次:{{datainfo.edition}}</view>
  51. </view>
  52. <view class="" style="margin-left: 100rpx;">
  53. <view class="chu">印张:{{datainfo.sheet}}</view>
  54. <view class="chu">出版日期:{{pubdate}}</view>
  55. <view class="chu">出版单位:{{datainfo.publisher}}</view>
  56. </view>
  57. </view>
  58. <view class="tu">
  59. <view class="" style="position: relative;">
  60. <view class="brief">前言</view>
  61. <image class="image" src="/static/images/compile.png" mode=""></image>
  62. </view>
  63. <view class="fonta" v-html="datainfo.preface">
  64. <!-- {{}} -->
  65. </view>
  66. </view>
  67. <view class="tu">
  68. <view class="" style="position: relative;">
  69. <view class="brief">内容简介</view>
  70. <image class="image" src="/static/images/compile2.png" mode=""></image>
  71. </view>
  72. <view class="fonta" v-html='datainfo.content_desc'>
  73. <!-- {{}} -->
  74. </view>
  75. </view>
  76. <view class="tu">
  77. <view class="" style="position: relative;">
  78. <view class="brief">作者简介</view>
  79. <image class="image" src="/static/images/compile2.png" mode=""></image>
  80. </view>
  81. <view class="fonta" v-html="datainfo.author_desc">
  82. <!-- {{}} -->
  83. </view>
  84. </view>
  85. </view>
  86. <view v-if="current==1" class="padd data">
  87. <!-- 样章 -->
  88. <view class="" v-if="specimen_file.length>0">
  89. <view class="sample">样章</view>
  90. <view @click='toyang(item.url)' class="" v-for="(item,index) in specimen_file" :key="index"
  91. style="display: flex;margin-top: 28rpx;">
  92. <view class="" style="display: flex;">
  93. <image src="/static/images/pdf.png" class="image3" mode=""></image>
  94. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  95. </view>
  96. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  97. </view>
  98. </view>
  99. <view class="">
  100. <view class="sample u-flex u-row-between">
  101. <view class="">资源包</view>
  102. <view v-if="datainfo.is_free==1&&book_type==0" class="u-flex">
  103. <view class="selling">资源售价</view>
  104. <!-- <view class="selling">纸质售价</view> -->
  105. <view class="money5">¥{{price}}</view>
  106. <view class="button4" @click="orderinfo">付费下载</view>
  107. </view>
  108. </view>
  109. <view class="courseware">课件</view>
  110. <view @click='touser(item.url)' v-for="(item,index) in courseware_file" :key="index" class=""
  111. style="display: flex;margin-top: 28rpx;justify-content: space-between;">
  112. <div style="display: flex;">
  113. <image src="/static/images/video.png" class="image3" mode=""></image>
  114. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  115. </div>
  116. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  117. </view>
  118. <view class="" v-if="resource_file.length>0">
  119. <view class="courseware">资源</view>
  120. <view @click='touser(item.url)' v-for="(item,index) in resource_file" :key="index" class=""
  121. style="display: flex;margin-top: 28rpx;justify-content: space-between;">
  122. <view class="" style="display: flex;">
  123. <image src="/static/images/pdf.png" class="image3" mode=""></image>
  124. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  125. </view>
  126. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  127. </view>
  128. </view>
  129. </view>
  130. </view>
  131. </view>
  132. <view class="" style=" height: 190rpx;"></view>
  133. <view class="bottom u-flex">
  134. <view v-if="datainfo.book_type==0" class="left" @click="stylebook">样书申请</view>
  135. <!-- <view v-if="datainfo.book_type==1" class="left" @click="stylebook">样书申请</view> -->
  136. <view v-if="datainfo.is_certificate==0" class="" style="position: relative;flex: 1;">
  137. <view class="timeback" style="position: absolute">
  138. 体验到期时间:{{card.free_end_time}}
  139. </view>
  140. <view @click="show=true" class="right">体验下载</view>
  141. </view>
  142. <view v-if="datainfo.book_type==1&&(datainfo.is_free==0||datainfo.is_certificate==0||datainfo.is_pay==0)"
  143. class="left" @click="stylebook">在线阅读</view>
  144. <view v-if="datainfo.is_free==0" class="right" @click="show=true">免费下载</view>
  145. <!-- <view v-if="datainfo.is_certificate==0" @click="show=true" class="right">体验下载</view> -->
  146. <view v-if="datainfo.is_pay==0" class="right" @click="show=true">已购买,可下载</view>
  147. <view v-if="datainfo.is_pay==1&&datainfo.book_type==1" class="right" @click="orderinfo">立即购买</view>
  148. <view v-if="datainfo.is_pay!=0&&datainfo.is_certificate!=0&&datainfo.is_free!=0" class="right"
  149. @click="toyang()">在线试读</view>
  150. </view>
  151. <u-popup v-model="show" mode="bottom" border-radius="24">
  152. <view class="" style="padding: 32rpx 28rpx;">
  153. <view class="u-flex u-row-center" style="text-align: center;position: relative;">
  154. <view class="courseware" style="margin-top: 0;">资源下载</view>
  155. <image @click="show= false" src="../../static/images/close.png"
  156. style="width: 44rpx;height: 44rpx;position: absolute;top: 0;right: 0;" mode=""></image>
  157. </view>
  158. <view class="" v-if="specimen_file.length>0">
  159. <view class="sample">样章</view>
  160. <view @click="toyang(item.url)" class="u-row-between" v-for="(item,index) in specimen_file"
  161. :key="index" style="display: flex;margin-top: 28rpx;">
  162. <view class="" style="display: flex;">
  163. <image src="/static/images/pdf.png" class="image3" mode=""></image>
  164. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  165. </view>
  166. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  167. </view>
  168. </view>
  169. <view class="">
  170. <view class="sample u-flex u-row-between">
  171. <view class="">资源包</view>
  172. </view>
  173. <view class="courseware">电子书</view>
  174. <view v-for="(item,index) in courseware_file" :key="index" class=""
  175. style="display: flex;margin-top: 28rpx;justify-content: space-between;">
  176. <div style="display: flex;">
  177. <image src="/static/images/pdf.png" class="image3" mode=""></image>
  178. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  179. </div>
  180. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  181. </view>
  182. <view class="courseware">课件</view>
  183. <view v-for="(item,index) in courseware_file" :key="index" class=""
  184. style="display: flex;margin-top: 28rpx;justify-content: space-between;">
  185. <div style="display: flex;">
  186. <image src="/static/images/video.png" class="image3" mode=""></image>
  187. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  188. </div>
  189. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  190. </view>
  191. <view class="" v-if="resource_file.length>0">
  192. <view class="courseware">资源</view>
  193. <view v-for="(item,index) in resource_file" :key="index" class=""
  194. style="display: flex;margin-top: 28rpx;justify-content: space-between;">
  195. <view class="" style="display: flex;">
  196. <image src="/static/images/pdf.png" class="image3" mode=""></image>
  197. <view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
  198. </view>
  199. <image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
  200. </view>
  201. </view>
  202. </view>
  203. </view>
  204. </u-popup>
  205. </view>
  206. </template>
  207. <script>
  208. export default {
  209. data() {
  210. return {
  211. list: [{
  212. name: '内容介绍',
  213. }, {
  214. name: '资料',
  215. }],
  216. current: 0,
  217. show: false,
  218. list1: [],
  219. id: '',
  220. datainfo: {
  221. sheet: '',
  222. publisher: '',
  223. preface: "",
  224. author_desc: '',
  225. title: '',
  226. isbn: '',
  227. author: '',
  228. entity_price: '',
  229. format: '',
  230. print: '',
  231. edition: '',
  232. content_desc: "",
  233. level: {
  234. title: ''
  235. },
  236. arrangement: {
  237. title: ''
  238. },
  239. speciality: {
  240. title: ''
  241. },
  242. series_id: '',
  243. is_series: '', //是否可以系列购买
  244. is_certificate: '', //是否体验中
  245. is_pay: '', //是否已购买
  246. is_free: '', //是否免费
  247. book_type: '',
  248. },
  249. swiptlist: [],
  250. pubdate: '',
  251. courseware_file: [],
  252. resource_file: [],
  253. specimen_file: [],
  254. price: '', //资源价格,
  255. url: '',
  256. card:{
  257. free_end_time:''
  258. }
  259. };
  260. },
  261. onLoad(options) {
  262. this.id = options.id
  263. this.getBookInfo()
  264. },
  265. methods: {
  266. //跳转下载
  267. touser(url) {
  268. if (this.datainfo.is_free == 0 || this.datainfo.is_pay == 0 || this.datainfo.is_certificate == 0) {
  269. window.location.href = url
  270. } else {
  271. uni.showModal({
  272. title: '提示',
  273. content: '所选资料为付费资料,请购买后下载',
  274. confirmText: '我知道了',
  275. success: function(res) {
  276. if (res.confirm) {
  277. } else if (res.cancel) {
  278. console.log('用户点击取消');
  279. }
  280. }
  281. });
  282. }
  283. },
  284. toyang() {
  285. if (this.url != '') {
  286. window.location.href = this.url
  287. } else {
  288. this.$u.toast('暂无试读资源')
  289. }
  290. },
  291. //跳转详情
  292. toinfo(id) {
  293. this.id = id
  294. this.getBookInfo()
  295. },
  296. //立即购买
  297. orderinfo() {
  298. if (uni.getStorageSync("token")) {
  299. this.$u.post('api/order/createOrder', {
  300. goods_id: this.id,
  301. type: 0
  302. }).then(res => {
  303. if (res.code == 1) {
  304. uni.setStorageSync('bookid', this.id)
  305. uni.navigateTo({
  306. url: '/pages/index/orderinfo?id=' + res.data.id + '&&index=' + 1
  307. })
  308. }
  309. })
  310. } else {
  311. uni.showModal({
  312. title: '提示',
  313. content: '请先登录',
  314. confirmText: '我知道了',
  315. success: function(res) {
  316. if (res.confirm) {
  317. } else if (res.cancel) {
  318. console.log('用户点击取消');
  319. }
  320. }
  321. });
  322. }
  323. },
  324. // 系列
  325. getSeriesBooks() {
  326. this.$u.post('api/books/getSeriesBooks', {
  327. series_id: this.series_id
  328. }).then(res => {
  329. this.swiptlist = res.data.reduce((a, b) => {
  330. let lastIndex = a.length - 1
  331. if (a[lastIndex].length < 3) {
  332. a[lastIndex].push(b)
  333. } else {
  334. a.push([b])
  335. }
  336. return a
  337. }, [
  338. []
  339. ])
  340. })
  341. },
  342. //详情
  343. getBookInfo() {
  344. this.$u.post('api/books/getBookInfo', {
  345. id: this.id
  346. }).then(res => {
  347. console.log('info', res);
  348. this.datainfo = res.data
  349. this.series_id = res.data.series_id
  350. this.pubdate = res.data.pubdate.slice(0, 4) + '年' + res.data.pubdate.slice(5, 7) + "月"
  351. this.getSeriesBooks()
  352. this.courseware_file = res.data.courseware_file
  353. this.resource_file = res.data.resource_file
  354. this.specimen_file = res.data.specimen_file
  355. this.card = res.data.cer
  356. if (res.data.specimen_file.length > 0) {
  357. this.url = res.data.specimen_file[0].url
  358. }
  359. this.price = res.data.price
  360. var arr = res.data.banner.map(item => {
  361. let obj = {}
  362. obj.image = item
  363. return obj
  364. })
  365. console.log(arr);
  366. this.list1 = arr
  367. })
  368. },
  369. change(index) {
  370. this.current = index;
  371. },
  372. toupdown(index) {
  373. if (uni.getStorageSync('token')) {
  374. uni.setStorageSync('bookid', this.id)
  375. uni.navigateTo({
  376. url: '/pages/index/updown?id=' + this.series_id + "&&index=" + index
  377. })
  378. }else{
  379. this.$u.toast('请登录后下载')
  380. }
  381. },
  382. stylebook() {
  383. uni.navigateTo({
  384. url: '/pages/index/stylebook?id=' + this.id
  385. })
  386. }
  387. }
  388. }
  389. </script>
  390. <style lang="scss">
  391. .timeback {
  392. width: 412rpx;
  393. height: 64rpx;
  394. background: url('../../static/images/rectangle.png') no-repeat;
  395. position: absolute;
  396. top: -64rpx;
  397. right: 0;
  398. background-size: 100%;
  399. font-size: 24rpx;
  400. font-family: PingFangSC, PingFang SC;
  401. font-weight: 400;
  402. color: #06A971;
  403. line-height: 56rpx;
  404. text-align: center;
  405. }
  406. .courseware {
  407. font-size: 28rpx;
  408. font-family: PingFangSC, PingFang SC;
  409. font-weight: 500;
  410. color: #222222;
  411. margin-top: 24rpx;
  412. }
  413. .money5 {
  414. font-size: 32rpx;
  415. font-family: SFPro, SFPro;
  416. font-weight: 500;
  417. color: #CC3300;
  418. }
  419. .button4 {
  420. width: 120rpx;
  421. height: 52rpx;
  422. background: #06A971;
  423. border-radius: 6rpx;
  424. margin-left: 16rpx;
  425. font-size: 24rpx;
  426. font-family: PingFangSC, PingFang SC;
  427. font-weight: 400;
  428. color: #FFFFFF;
  429. text-align: center;
  430. line-height: 52rpx;
  431. }
  432. .selling {
  433. font-size: 24rpx;
  434. font-family: PingFangSC, PingFang SC;
  435. font-weight: 400;
  436. color: #555555;
  437. margin-right: 4rpx;
  438. }
  439. .image3 {
  440. width: 28rpx;
  441. height: 28rpx;
  442. }
  443. .pdf {
  444. font-size: 24rpx;
  445. font-family: PingFangSC, PingFang SC;
  446. font-weight: 400;
  447. color: #222222;
  448. margin-left: 24rpx;
  449. margin-right: 80rpx;
  450. }
  451. .sample {
  452. height: 72rpx;
  453. background: #F5F5F5;
  454. border-radius: 8rpx;
  455. font-size: 28rpx;
  456. font-family: PingFangSC, PingFang SC;
  457. font-weight: 500;
  458. color: #222222;
  459. padding: 14rpx 10rpx 14rpx 20rpx;
  460. margin-top: 28rpx;
  461. }
  462. .data {
  463. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  464. padding-top: 26rpx !important;
  465. }
  466. .fonta {
  467. font-size: 24rpx;
  468. font-family: PingFangSC, PingFang SC;
  469. font-weight: 400;
  470. color: #222222;
  471. margin-top: 24rpx;
  472. }
  473. .tu {
  474. margin-top: 32rpx;
  475. }
  476. .image {
  477. width: 694rpx;
  478. height: 50rpx;
  479. }
  480. .brief {
  481. position: absolute;
  482. left: 28rpx;
  483. font-size: 28rpx;
  484. font-family: PingFangSC, PingFang SC;
  485. font-weight: 500;
  486. color: #06A971;
  487. line-height: 50rpx;
  488. }
  489. .chu {
  490. margin-top: 20rpx;
  491. }
  492. .content-box {
  493. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  494. padding-top: 42rpx !important;
  495. }
  496. ::v-deep .u-tab-bar {
  497. background-color: #06A971 !important;
  498. }
  499. // 系列
  500. .series {
  501. padding: 44rpx 28rpx 32rpx;
  502. }
  503. .about {
  504. font-size: 28rpx;
  505. font-family: PingFangSC, PingFang SC;
  506. font-weight: 500;
  507. color: #222222;
  508. }
  509. .updown {
  510. width: 134rpx;
  511. height: 56rpx;
  512. background: #06A971;
  513. border-radius: 6rpx;
  514. font-size: 24rpx;
  515. font-family: PingFangSC, PingFang SC;
  516. font-weight: 500;
  517. color: #FFFFFF;
  518. line-height: 56rpx;
  519. text-align: center;
  520. }
  521. .wrap {
  522. height: 750rpx;
  523. padding: 0 106rpx;
  524. }
  525. .back {
  526. padding: 0 0 40rpx 0;
  527. background: #fff;
  528. }
  529. .padd {
  530. padding: 0 28rpx;
  531. }
  532. .page {
  533. // background: #F5F5F5;
  534. min-height: 100vh;
  535. }
  536. .height {
  537. width: 750rpx;
  538. height: 20rpx;
  539. background: #F5F5F5;
  540. }
  541. .item-jian {
  542. font-size: 24rpx;
  543. font-family: PingFangSC, PingFang SC;
  544. font-weight: 400;
  545. color: #444444;
  546. margin-top: 18rpx;
  547. }
  548. .bottom {
  549. width: 750rpx;
  550. height: 166rpx;
  551. background: #FFFFFF;
  552. padding: 16rpx 28rpx 0;
  553. position: fixed;
  554. bottom: 0;
  555. left: 0;
  556. .left {
  557. width: 336rpx;
  558. height: 88rpx;
  559. background: #FFA30E;
  560. border-radius: 12rpx;
  561. font-size: 32rpx;
  562. font-family: PingFangSC, PingFang SC;
  563. font-weight: 500;
  564. color: #FFFFFF;
  565. text-align: center;
  566. line-height: 88rpx;
  567. }
  568. .right {
  569. flex: 1;
  570. // min-width: 336rpx;
  571. height: 88rpx;
  572. background: #06A971;
  573. border-radius: 12rpx;
  574. font-size: 32rpx;
  575. font-family: PingFangSC, PingFang SC;
  576. font-weight: 500;
  577. color: #FFFFFF;
  578. text-align: center;
  579. line-height: 88rpx;
  580. margin-left: 12rpx;
  581. }
  582. }
  583. .swiper-item :not(:last-child) {
  584. margin-right: 14rpx;
  585. }
  586. </style>