index.vue 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <template>
  2. <view class="page">
  3. <image class="back1" src="../../static/images/bj.png" mode=""></image>
  4. <view class="index-navbar">
  5. <view class="" style="position: relative;">
  6. <image class="back1" style="height: 200rpx;" src="../../static/images/bj.png" mode=""></image>
  7. <u-navbar title-width='300' title='' :is-back="false" :border-bottom="false"
  8. :background="{background:'rgba(0,0,0,0)'}" :isFixed="true">
  9. <view class="u-flex u-row-between" style="padding: 0 28rpx ;width: 100vw;">
  10. <view class="">
  11. logo
  12. </view>
  13. <view class="index-search u-flex" style="margin-left: 54rpx;" @click="toindexsearch">
  14. <u-icon name="search" color="#979797" size="30"></u-icon>
  15. <input style="margin-left: 12rpx;" type="text" class="text1" placeholder="请输入书名、作者搜索"
  16. :disabled="true">
  17. </view>
  18. <view class="button u-flex u-row-center">
  19. <image src="../../static/images/release.png"
  20. style="width: 24rpx; height: 24rpx;margin-right: 8rpx;" mode="">
  21. </image>
  22. <text @click='contribute'>投稿</text>
  23. </view>
  24. </view>
  25. </u-navbar>
  26. <!-- <view class="back"></view> -->
  27. </view>
  28. <view class="u-flex u-row-between pad" style="margin-top:36rpx ;">
  29. <view class="" v-for="(item,index) in list" :key="index" @click="onchange(index)">
  30. <text :class="curret==index?'one':'two' ">{{item}}</text>
  31. <view v-if="curret==index" class="bottom">
  32. </view>
  33. </view>
  34. </view>
  35. </view>
  36. <view class="" style="height: 200rpx;"></view>
  37. <view v-if="curret==0" class="back pad">
  38. <view class="wrap" v-if="curret==0">
  39. <swiper class="swiper" style="height: 280rpx;border-radius: 20rpx;" circular>
  40. <swiper-item v-for="(item,index) in imagelist" :key="index" @click="toinfo(item.jump_id,item.jump_type)">
  41. <image style="width: 100%;height: 100%;border-radius: 20rpx;" mode="aspectFill"
  42. :src="item.image"></image>
  43. </swiper-item>
  44. </swiper>
  45. </view>
  46. <view class="jiang">
  47. <view class="u-flex u-row-between">
  48. <text class="title1">获奖教材</text>
  49. <view class="look" @click="tomore(3)">查看更多</view>
  50. </view>
  51. <view class="cai u-flex ">
  52. <view class="item " v-for="(item,index) in awardlist.slice(0,6)" :key="index"
  53. @click="toinfo(item.id)">
  54. <image :src="item.image" class="bookimg" mode=""></image>
  55. <view class="title2 u-line-1">
  56. {{item.title}}
  57. </view>
  58. <view class="u-line-1 author">
  59. {{item.author}}
  60. </view>
  61. <view class="bottom1">
  62. <text class="ding">定价</text>
  63. <text class="money">{{item.entity_price}}</text>
  64. </view>
  65. </view>
  66. </view>
  67. </view>
  68. <view class="newbox">
  69. <view class="u-flex u-row-between">
  70. <text class="title1">新书推荐</text>
  71. <view class="look" @click="tomore(4)">查看更多</view>
  72. </view>
  73. <view class="cai u-flex ">
  74. <view class="item " v-for="(item,index) in newlist.slice(0,6)" :key="index"
  75. @click="toinfo(item.id)">
  76. <image :src="item.image" class="bookimg" mode=""></image>
  77. <view class="title2 u-line-1">
  78. {{item.title}}
  79. </view>
  80. <view class="u-line-1 author">
  81. {{item.author}}
  82. </view>
  83. <view class="bottom1">
  84. <text class="ding">定价</text>
  85. <text class="money">{{item.entity_price}}</text>
  86. </view>
  87. </view>
  88. </view>
  89. </view>
  90. <view class="" style="height: 30rpx;"></view>
  91. </view>
  92. <view v-show="curret==1" style="position: relative;z-index: 1;margin-top: 24rpx;" class="">
  93. <ty-paper ref='paper'></ty-paper>
  94. </view>
  95. <view v-show="curret==2" style="position: relative;z-index: 1;margin-top: 24rpx;" class="">
  96. <ty-electronic ref='electronic'></ty-electronic>
  97. </view>
  98. <view v-if="curret==3" style="position: relative;z-index: 1;margin-top: 24rpx;" class="">
  99. <ty-video></ty-video>
  100. </view>
  101. </view>
  102. </template>
  103. <script>
  104. export default {
  105. data() {
  106. return {
  107. list: [
  108. '首页', '纸质书', '电子书', '名师教学视频'
  109. ],
  110. curret: 0,
  111. page: 1,
  112. limit: 10,
  113. page1: 1,
  114. limit1: 10,
  115. awardlist: [],
  116. newlist: [],
  117. imagelist: []
  118. }
  119. },
  120. onLoad() {
  121. this.getnewlist()
  122. this.getawardslist()
  123. this.getBanner()
  124. },
  125. methods: {
  126. tomore(index) {
  127. this.curret = 1
  128. this.$refs.paper.current = index
  129. uni.pageScrollTo({
  130. scrollTop: 0,
  131. duration: 0
  132. })
  133. },
  134. //轮播图
  135. getBanner() {
  136. this.$u.post('/api/banner/getBanner').then(res => {
  137. if (res.code == 1) {
  138. this.imagelist = res.data
  139. console.log('imagelist', this.imagelist);
  140. }
  141. })
  142. },
  143. // 新书推荐
  144. getnewlist() {
  145. this.$u.post('api/books/getBooksList', {
  146. is_new_recommend: 0,
  147. page: this.page,
  148. limit: this.limit
  149. }).then(res => {
  150. this.newlist = res.data.data
  151. })
  152. },
  153. //获奖推荐
  154. getawardslist() {
  155. this.$u.post('api/books/getBooksList', {
  156. is_awards: 0,
  157. page: this.page1,
  158. limit: this.limit1
  159. }).then(res => {
  160. // console.log('award', res);
  161. this.awardlist = res.data.data
  162. })
  163. },
  164. onchange(index) {
  165. this.curret = index
  166. if (this.curret == 0) {
  167. this.getnewlist()
  168. this.getawardslist()
  169. this.getBanner()
  170. }
  171. if(this.curret==1){
  172. this.$refs.paper.getBooksList()
  173. }
  174. if(this.curret==2){
  175. this.$refs.electronic.getBooksList()
  176. }
  177. },
  178. toindexsearch() {
  179. uni.navigateTo({
  180. url: "/pages/index/index-search"
  181. })
  182. },
  183. toinfo(id, type = 0) {
  184. if (type == 0) {
  185. uni.navigateTo({
  186. url: '/pages/index/bookinfo?id=' + id
  187. })
  188. }
  189. if (type == 1) {
  190. uni.navigateTo({
  191. url: '/pages/index/video?id=' + id
  192. })
  193. }
  194. },
  195. contribute() {
  196. if(uni.getStorageSync('token')){
  197. uni.navigateTo({
  198. url: '/pages/index/contribute'
  199. })
  200. }else{
  201. this.$u.toast('请登录后操作')
  202. }
  203. }
  204. },
  205. }
  206. </script>
  207. <style lang="scss" scoped>
  208. .item2 {
  209. margin-top: 24rpx;
  210. }
  211. .title3 {
  212. width: 314rpx;
  213. height: 40rpx;
  214. font-size: 28rpx;
  215. font-family: PingFangSC, PingFang SC;
  216. font-weight: 500;
  217. color: #333333;
  218. margin-top: 16rpx;
  219. }
  220. .video {
  221. flex-wrap: wrap;
  222. }
  223. .newbox {
  224. // width: 702rpx;
  225. // min-height: 870rpx;
  226. background: #FFFFFF;
  227. border-radius: 16rpx;
  228. margin-top: 20rpx;
  229. padding: 28rpx 20rpx;
  230. }
  231. .bottom1 {
  232. margin-top: 16rpx;
  233. }
  234. .item {
  235. margin-top: 20rpx;
  236. }
  237. .money {
  238. font-size: 28rpx;
  239. font-family: SFPro, SFPro;
  240. font-weight: 400;
  241. color: #CC3300;
  242. margin-left: 8rpx;
  243. }
  244. .ding {
  245. font-size: 24rpx;
  246. font-family: PingFangSC, PingFang SC;
  247. font-weight: 400;
  248. color: #222222;
  249. }
  250. .author {
  251. font-size: 24rpx;
  252. font-family: PingFangSC, PingFang SC;
  253. font-weight: 400;
  254. color: #444444;
  255. margin-top: 8rpx;
  256. width: 202rpx;
  257. }
  258. .author2 {
  259. font-size: 24rpx;
  260. font-family: PingFangSC, PingFang SC;
  261. font-weight: 400;
  262. color: #444444;
  263. margin-top: 8rpx;
  264. width: 322rpx;
  265. }
  266. .title2 {
  267. width: 198rpx;
  268. height: 36rpx;
  269. font-size: 26rpx;
  270. font-family: SFPro, SFPro;
  271. font-weight: 500;
  272. color: #333333;
  273. line-height: 30rpx;
  274. margin-top: 16rpx;
  275. }
  276. .bookimg {
  277. width: 202rpx;
  278. height: 266rpx;
  279. background: #D8D8D8;
  280. border-radius: 8rpx;
  281. }
  282. .cai {
  283. padding-top: 10rpx;
  284. flex-wrap: wrap;
  285. }
  286. .look {
  287. width: 130rpx;
  288. height: 40rpx;
  289. background: rgba(6, 169, 113, 0.1);
  290. border-radius: 24rpx;
  291. font-size: 20rpx;
  292. font-weight: 400;
  293. color: #06A971;
  294. line-height: 40rpx;
  295. text-align: center;
  296. // padding: 6rpx 12rpx;
  297. box-sizing: border-box;
  298. }
  299. .title1 {
  300. font-size: 32rpx;
  301. font-family: STSongti-SC, STSongti-SC;
  302. font-weight: bold;
  303. color: #000000;
  304. }
  305. .jiang {
  306. // width: 702rpx;
  307. // height: 978rpx;
  308. background: #FFFFFF;
  309. border-radius: 16rpx;
  310. padding: 28rpx 20rpx;
  311. margin-top: 28rpx;
  312. }
  313. .back {
  314. position: relative;
  315. min-height: 80vh;
  316. z-index: 99;
  317. }
  318. .wrap {
  319. margin-top: 40rpx;
  320. height: 280rpx;
  321. border-radius: 20rpx;
  322. }
  323. .pad {
  324. padding: 0 28rpx;
  325. height: 21px;
  326. }
  327. .one {
  328. font-size: 32rpx;
  329. font-family: PingFangSC, PingFang SC;
  330. font-weight: 500;
  331. color: #222222;
  332. }
  333. .two {
  334. font-size: 30rpx;
  335. font-family: PingFangSC, PingFang SC;
  336. font-weight: 400;
  337. color: #555555;
  338. }
  339. .bottom {
  340. width: 64rpx;
  341. height: 12rpx;
  342. background: linear-gradient(270deg, rgba(6, 169, 113, 0) 0%, #0ED4AA 100%);
  343. margin-top: -15rpx;
  344. }
  345. .index-search {
  346. width: 414rpx;
  347. height: 60rpx;
  348. background: #FFFFFF;
  349. border-radius: 38rpx;
  350. padding-left: 34rpx;
  351. }
  352. .page {
  353. // padding: 0 28rpx;
  354. min-height: 92.5vh;
  355. background: rgba(243, 243, 243, 1);
  356. position: relative;
  357. z-index: 1;
  358. }
  359. .button {
  360. width: 128rpx;
  361. height: 60rpx;
  362. background: #06A971;
  363. border-radius: 30rpx;
  364. // margin-left: 24rpx;
  365. line-height: 60rpx;
  366. text-align: center;
  367. font-size: 24rpx;
  368. font-family: PingFangSC, PingFang SC;
  369. font-weight: 400;
  370. color: #FFFFFF;
  371. }
  372. .back1 {
  373. position: fixed;
  374. top: 0;
  375. left: 0;
  376. z-index: -1;
  377. width: 100vw;
  378. height: 432rpx;
  379. }
  380. .index-navbar {
  381. position: fixed;
  382. top: 0;
  383. left: 0;
  384. width: 100vw;
  385. z-index: 999;
  386. // overflow: hidden;
  387. }
  388. .cai :not(:last-child) {
  389. margin-right: 8rpx;
  390. }
  391. </style>