mineCollNew.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. <template>
  2. <view class="mineCollNew">
  3. <statusBar :item="navBarData"></statusBar>
  4. <!-- 消息提示 -->
  5. <msgPop></msgPop>
  6. <view class="top">
  7. <view class="left" @click="acpag" :class="current == 0 ? info1 : info2">
  8. <text class="">活动</text>
  9. <view v-if="current == 0" class="yun">
  10. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//yym/Ellipse 10.png"
  11. mode="aspectFill"></image>
  12. </view>
  13. </view>
  14. <view class="right" @click="clapag" :class="current == 1 ? info1 : info2">
  15. <text class="">课程</text>
  16. <view v-if="current == 1" class="yun">
  17. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//yym/Ellipse 10.png"
  18. mode="aspectFill"></image>
  19. </view>
  20. </view>
  21. </view>
  22. <swiper class="scroll-view-height" @change="swipeIndex" :current="current" :duration="300">
  23. <swiper-item>
  24. <scroll-view scroll-y="true" @scrolltolower="lower" style="height: 100%;">
  25. <view class="">
  26. <view class="classListFlex" v-if="aclist.length==0">
  27. </view>
  28. <view class="listBlock1" v-for="(i,index) in aclist" :key="index+'a'" @click="gotoDetail" :data-aid="i.acId">
  29. <view class="img cell-img">
  30. <image :src="i.pic" mode="aspectFill"></image>
  31. <image class="star" @click.stop="coll" :data-e="i" :src="pic_coll2" mode=""></image>
  32. </view>
  33. <view class="right">
  34. <view class="title">
  35. <!-- <view class="tag bqZ-font">{{i.acshape}}</view> -->
  36. <view class="bqZ-font" style="font-size: 20rpx;" :class="i.acshape=='线下活动'?'tag':'tag1'"> {{i.acshape}}</view>
  37. <view class="titTxt btn-font " style="font-size:34rpx ;">
  38. {{i.acName}}
  39. </view>
  40. </view>
  41. <view class="introduce">
  42. <view class="bri">
  43. {{ i.brief }}
  44. </view>
  45. <view class="tim">
  46. {{ i.create_at }}
  47. </view>
  48. </view>
  49. <view class="operate">
  50. <view class="left">
  51. <view class="add fz-font">已报名{{i.bnum}}人</view>
  52. </view>
  53. <view class="Oright" >
  54. <view class="text">{{ i.signNum?'已报名':'报名' }}</view>
  55. <view class="arrow">
  56. <image
  57. src="https://teacherapi.cocorobo.cn/teaching-file/static/mine/arrow-right-blue.png"
  58. mode="aspectFill"></image>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. </view>
  64. </view>
  65. <view class="loading">
  66. <view v-if="newsLoading==1">数据加载中...</view>
  67. <view v-if="newsLoading==2">没有更多了~~</view>
  68. </view>
  69. </scroll-view>
  70. </swiper-item>
  71. <swiper-item>
  72. <scroll-view scroll-y="true" @scrolltolower="cllower" style="height: 100%;">
  73. <view class="classListFlex">
  74. <view class="cont" @click="gotoWeb" v-for="(item, index) in classlist" :index="index"
  75. :key="index" :data-kid="item.href">
  76. <image class="star" :src="pic_coll2" @click.stop="collcl" :data-e="item" mode="aspectFill">
  77. </image>
  78. <image class="img" :src="item.img" mode="aspectFill" />
  79. <view class="tit btn-font">{{ item.ctit }}</view>
  80. <!-- <view class="teacher fz-font">{{ item.school }}</view> -->
  81. </view>
  82. </view>
  83. <view class="loading">
  84. <view v-if="clLoading==1">数据加载中...</view>
  85. <view v-if="clLoading==2">没有更多了~~</view>
  86. </view>
  87. </scroll-view>
  88. </swiper-item>
  89. </swiper>
  90. <!-- <view class="" style="height: 68rpx;width: 750rpx;">
  91. </view> -->
  92. </view>
  93. </template>
  94. <script>
  95. export default {
  96. data() {
  97. return {
  98. navBarData: {
  99. title: '我的收藏',
  100. btn: 1
  101. },
  102. current: 0, //课程活动切换
  103. info1: "info1", //类名
  104. info2: "info2",
  105. aclist: [], //活动数据list
  106. classlist: [], //课程数据list
  107. // // 收藏活动list
  108. // collArr: [],
  109. // // 收藏课程list
  110. // collArrcl: [],
  111. // 触底加载动画提示
  112. newsLoading: 0, //0默认值 1加载中 2没有更多了
  113. currentPage: 1,
  114. clLoading: 0, //0默认值 1加载中 2没有更多了
  115. clcurrentPage: 1,
  116. pic_coll: 'https://teacherapi.cocorobo.cn/teaching-file/static/Stara.png',
  117. pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
  118. };
  119. },
  120. methods: {
  121. // 获取活动数据
  122. getData() {
  123. let data = {
  124. oid: this.$store.state.user.openid, //用户id
  125. type: 0,
  126. page: this.currentPage, //下拉获取更多的备用字段
  127. lim: 15 //一次获取多少数据
  128. }
  129. console.log('data', data);
  130. this.$request('/selectCollAcList', 'POST', data).then(res => {
  131. console.log('获取活动数据', res);
  132. if (!res[0].length) {
  133. this.newsLoading = 2
  134. } else {
  135. this.newsLoading = 0
  136. }
  137. this.aclist = [...this.aclist, ...res[0]]
  138. })
  139. },
  140. // 获取课程数据
  141. getTeachData() {
  142. // console.log('触发课程收藏事件');
  143. let data = {
  144. oid: this.$store.state.user.openid, //用户id
  145. type: 1,
  146. page: this.clcurrentPage, //下拉获取更多的备用字段
  147. lim: 15 //一次获取多少数据
  148. }
  149. this.$request('/selectOperatorTech', 'POST', data).then(res => {
  150. console.log('获取课程数据', res);
  151. // 每次调用前清零,防止push叠加错误
  152. // this.classlist = []
  153. if (!res[0].length) {
  154. this.clLoading = 2
  155. } else {
  156. this.clLoading = 0
  157. }
  158. this.classlist = [...this.classlist, ...res[0]]
  159. // this.classlist = res[0]
  160. })
  161. },
  162. // 跳转活动详情页
  163. gotoDetail(e) {
  164. let aid = e.currentTarget.dataset.aid;
  165. uni.navigateTo({
  166. url: `/pages/activityDetailNew/activityDetailNew?acId=${aid}`
  167. });
  168. },
  169. // 查看课程外部链接
  170. gotoWeb(e) {
  171. // return console.log('aaaaaa', e.currentTarget.dataset);
  172. let acid = e.currentTarget.dataset.kid
  173. uni.navigateTo({
  174. url: "/pages/skipone/skipone?url=" + encodeURIComponent(acid),
  175. });
  176. },
  177. // 取消活动收藏事件
  178. coll(event) {
  179. let aId = event.currentTarget.dataset.e.acId
  180. let data = {
  181. acid: aId,
  182. oid: this.$store.state.user.openid, //用户id
  183. ty: 0
  184. }
  185. this.$store.dispatch('asyncUpdatemsg', {
  186. collAoff: 0
  187. })
  188. this.$request('/deleteOperator', 'POST', data).then(res => {
  189. // console.log(res);
  190. setTimeout(() => {
  191. this.$store.dispatch('asyncDelMsg')
  192. }, 1500)
  193. this.aclist = this.aclist.filter(e => {
  194. return e.acId != aId
  195. })
  196. // 防止一直取消收藏导致触发不了触底刷新
  197. if (this.aclist.length < 15) {
  198. this.lower()
  199. }
  200. })
  201. },
  202. // 取消课程收藏事件
  203. collcl(event) {
  204. let cId = event.currentTarget.dataset.e.cid
  205. let data = {
  206. cid: cId,
  207. oid: this.$store.state.user.openid, //用户id
  208. ty: 1
  209. }
  210. this.$store.dispatch('asyncUpdatemsg', {
  211. collAoff: 0
  212. })
  213. this.$request('/deleteOperator', 'POST', data).then(res => {
  214. // console.log('取消课程收藏', res);
  215. setTimeout(() => {
  216. this.$store.dispatch('asyncDelMsg')
  217. }, 1500)
  218. this.classlist = this.classlist.filter(e => {
  219. return e.cid != cId
  220. })
  221. // 防止一直取消收藏导致触发不了触底刷新
  222. if (this.classlist.length < 15) {
  223. this.cllower()
  224. }
  225. })
  226. },
  227. // 活动触底加载更多
  228. lower() {
  229. console.log('活动没触底?');
  230. if (this.newsLoading == 2) return
  231. this.newsLoading = 1
  232. this.currentPage++
  233. setTimeout(this.getData, 1000)
  234. },
  235. // 课程触底加载更多
  236. cllower() {
  237. console.log('课程没触底?');
  238. if (this.clLoading == 2) return
  239. this.clLoading = 1
  240. this.clcurrentPage++
  241. setTimeout(this.getTeachData, 1000)
  242. },
  243. //跳转到第三方链接
  244. gotoLink(e) {
  245. let link = e.currentTarget.dataset.link;
  246. uni.navigateTo({
  247. url: "/pages/skipone/skipone?url=" + encodeURIComponent(link),
  248. });
  249. },
  250. swipeIndex(index) {
  251. this.current = index.detail.current;
  252. },
  253. // 区域滑动
  254. acpag() {
  255. this.current = 0;
  256. },
  257. clapag() {
  258. this.current = 1;
  259. },
  260. },
  261. onLoad(e) {
  262. console.log('e', e);
  263. if (Object.keys(e).length != 0) {
  264. this.current = e.ty * 1
  265. // console.log(99999);
  266. }
  267. },
  268. onShow() {
  269. this.aclist = [] //活动数据list
  270. this.classlist = [] //课程数据list
  271. this.clcurrentPage = 1;
  272. this.currentPage = 1;
  273. // 获取数据
  274. this.getData()
  275. this.getTeachData()
  276. }
  277. }
  278. </script>
  279. <style lang="scss" scoped>
  280. .mineCollNew {
  281. display: flex;
  282. flex-direction: column;
  283. height: 100vh;
  284. .classListFlex {
  285. display: flex;
  286. justify-content: space-between;
  287. flex-wrap: wrap;
  288. padding: 30rpx;
  289. }
  290. .cont {
  291. background-color: #ffffff;
  292. width: 332rpx;
  293. padding: 20rpx 15rpx;
  294. border-radius: 10px;
  295. margin-bottom: 20rpx;
  296. position: relative;
  297. .star {
  298. position: absolute;
  299. right: 30rpx;
  300. top: 30rpx;
  301. width: 30rpx;
  302. height: 30rpx;
  303. }
  304. .img {
  305. width: 300rpx;
  306. height: 170rpx;
  307. border-radius: 10rpx;
  308. }
  309. .tit {
  310. width: 257rpx;
  311. margin: 10rpx 0;
  312. font-weight: bold;
  313. white-space: normal;
  314. display: -webkit-box;
  315. word-break: break-all;
  316. text-overflow: ellipsis;
  317. overflow: hidden;
  318. -webkit-box-orient: vertical;
  319. -webkit-line-clamp: 2;
  320. /*设置 需要显示的行数*/
  321. }
  322. .teacher {
  323. color: #999999;
  324. }
  325. .mon {
  326. font-size: 34rpx;
  327. color: rgba(246, 135, 23, 1);
  328. font-weight: 34rpx;
  329. margin-top: 10rpx;
  330. .cost {
  331. font-weight: 40rpx;
  332. }
  333. }
  334. }
  335. .loading {
  336. height: 30rpx;
  337. text-align: center;
  338. padding-top: 20rpx;
  339. padding-bottom: 100rpx;
  340. font-size: 26rpx;
  341. color: #888;
  342. line-height: 2em;
  343. }
  344. .top {
  345. width: 100%;
  346. display: flex;
  347. justify-content: space-between;
  348. margin: 0;
  349. background-color: #ffffff;
  350. padding: 10px 150rpx;
  351. height: 98rpx;
  352. .info1 {
  353. font-weight: bold !important;
  354. position: relative;
  355. color: rgba(0, 0, 0, 0.8);
  356. font-size: 34rpx;
  357. line-height: 48rpx;
  358. width: 136rpx;
  359. height: 48rpx;
  360. text-align: center;
  361. .yun {
  362. width: 134rpx;
  363. height: 32rpx;
  364. position: absolute;
  365. left: 0;
  366. bottom: -10rpx;
  367. image {
  368. width: 100%;
  369. height: 100%;
  370. }
  371. }
  372. }
  373. .info2 {
  374. color: rgba(0, 0, 0, 0.6);
  375. font-size: 34rpx;
  376. font-weight: 400;
  377. line-height: 48rpx;
  378. width: 136rpx;
  379. height: 48rpx;
  380. text-align: center;
  381. font-family: 微软雅黑;
  382. }
  383. }
  384. .scroll-view-height {
  385. flex: 1;
  386. }
  387. .listBlock1 {
  388. display: flex;
  389. justify-content: space-between;
  390. background-color: #ffffff;
  391. padding: 20rpx 30rpx;
  392. width: 100%;
  393. .img {
  394. width: 160rpx;
  395. height: 160rpx;
  396. flex-shrink: 0;
  397. position: relative;
  398. .star {
  399. position: absolute;
  400. right: 10rpx;
  401. top: 10rpx;
  402. width: 30rpx;
  403. height: 30rpx;
  404. }
  405. image {
  406. width: 100%;
  407. height: 100%;
  408. border-radius: 10rpx;
  409. }
  410. }
  411. .right {
  412. padding-left: 20rpx;
  413. flex: 1;
  414. display: flex;
  415. flex-direction: column;
  416. justify-content: space-between;
  417. .title {
  418. display: flex;
  419. width: 500rpx;
  420. justify-content: flex-start;
  421. align-items: center;
  422. .titTxt {
  423. flex: 1;
  424. color: rgba(0, 0, 0, 0.8);
  425. font-weight: bold;
  426. overflow: hidden;
  427. text-overflow: ellipsis;
  428. white-space: nowrap;
  429. }
  430. text {
  431. font-weight: bold;
  432. overflow: hidden;
  433. text-overflow: ellipsis;
  434. white-space: nowrap;
  435. }
  436. }
  437. .introduce {
  438. font-size: 24rpx;
  439. display: flex;
  440. justify-content: space-between;
  441. .bri {
  442. width: 250rpx;
  443. color: #a7a7a7;
  444. overflow: hidden;
  445. text-overflow: ellipsis;
  446. white-space: nowrap;
  447. }
  448. .tim {
  449. color: #a7a7a7;
  450. }
  451. }
  452. .operate {
  453. display: flex;
  454. justify-content: space-between;
  455. .left {
  456. display: flex;
  457. align-items: baseline;
  458. position: relative;
  459. width: 60%;
  460. .add {
  461. position: absolute;
  462. bottom: 0;
  463. left: 0;
  464. width: 100%;
  465. padding-left: 3rpx;
  466. color: rgba(0, 0, 0, 0.6) !important;
  467. }
  468. }
  469. .Oright {
  470. // width: 80px;
  471. display: flex;
  472. justify-content: flex-end;
  473. align-items: center;
  474. .text {
  475. font-size: 24rpx;
  476. color: #3081E8;
  477. }
  478. .arrow {
  479. display: flex;
  480. justify-content: center;
  481. margin-top: 5rpx;
  482. image {
  483. width: 32rpx;
  484. height: 32rpx;
  485. }
  486. }
  487. }
  488. }
  489. }
  490. .tag {
  491. border: 1px rgba(0, 178, 182, 1) solid;
  492. flex-shrink: 0;
  493. letter-spacing: 2rpx;
  494. // min-width: 104rpx;
  495. // height: 36rpx;
  496. padding: 2rpx 4rpx;
  497. display: flex;
  498. white-space: nowrap;
  499. justify-content: center;
  500. align-items: center;
  501. border-radius: 4rpx;
  502. margin-right: 10rpx;
  503. color: rgba(0, 178, 182, 1);
  504. line-height: 32rpx;
  505. // border: 1px #00b2b6 solid;
  506. // flex-shrink: 0;
  507. // letter-spacing: 2rpx;
  508. // width: 104rpx;
  509. // height: 32rpx;
  510. // display: flex;
  511. // white-space: nowrap;
  512. // justify-content: center;
  513. // align-items: center;
  514. // border-radius: 4rpx;
  515. // margin-right: 10rpx;
  516. // color: #00b2b6;
  517. // line-height: 32rpx;
  518. }
  519. .tag1 {
  520. flex-shrink: 0;
  521. letter-spacing: 2rpx;
  522. // min-width: 104rpx;
  523. // height: 36rpx;
  524. padding: 2rpx 4rpx;
  525. display: flex;
  526. white-space: nowrap;
  527. justify-content: center;
  528. align-items: center;
  529. border-radius: 4rpx;
  530. margin-right: 10rpx;
  531. line-height: 32rpx;
  532. border: 1px rgba(0, 86, 168, 1) solid;
  533. color: rgba(0, 86, 168, 1);
  534. // border: 1px rgba(0, 86, 168, 1) solid;
  535. // flex-shrink: 0;
  536. // letter-spacing: 2rpx;
  537. // width: 104rpx;
  538. // height: 32rpx;
  539. // display: flex;
  540. // white-space: nowrap;
  541. // justify-content: center;
  542. // align-items: center;
  543. // border-radius: 4rpx;
  544. // margin-right: 10rpx;
  545. // color: rgba(0, 86, 168, 1);
  546. // line-height: 32rpx;
  547. }
  548. }
  549. }
  550. </style>