bookinfo.vue 18 KB

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