bookinfo.vue 17 KB

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