activityDetailNew.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. <template>
  2. <!-- 教研室详情 -->
  3. <view class="activityDetailNew">
  4. <statusBar :item="navbar"></statusBar>
  5. <!-- 消息提示 -->
  6. <msgPop></msgPop>
  7. <view class="top">
  8. <image class="img1" src="https://teacherapi.cocorobo.cn/teaching-file/static/yym/Rectangle25.png"
  9. mode="widthFix">
  10. </image>
  11. <image class="img2" src="../../static/Dropdown.png" mode="widthFix"></image>
  12. </view>
  13. <view class="decontent">
  14. <view class="actit">
  15. {{actItemList.acName}}
  16. </view>
  17. <view class="footer">
  18. <view class="">
  19. {{actItemList.create_at}}
  20. </view>
  21. <view class="">
  22. 阅读量:{{actItemList.views}}
  23. </view>
  24. </view>
  25. <view class="avaList">
  26. <view class="ava" @click="gotoMorePer">
  27. <u-avatar-group :urls="applyUserlist" maxCount='6' showMore size="35"
  28. :extraValue='applyUserlist.length' gap="0.4"></u-avatar-group>
  29. <text
  30. style="font-size: 24rpx;font-weight: 400;color:rgba(0, 0, 0, 0.6);margin-left: 20rpx;">{{!applyUserlist.length?'暂无报名':'已报名'}}</text>
  31. </view>
  32. <view class="cost">
  33. ¥<text style="font-size: 48rpx;">{{actItemList.cost}}</text>
  34. </view>
  35. </view>
  36. <view class="acinfo">
  37. <view class="acinfoAddress">
  38. <view class="acinfoTit">
  39. <text>时</text>
  40. <text>间</text>
  41. </view>:
  42. <text class="inf">{{actItemList.begin_at}}</text>
  43. </view>
  44. <!-- <view class="acinfoAddress">
  45. 地点:<text class="inf">{{actItemList.address}}</text>
  46. </view> -->
  47. <!-- <view class="">
  48. 主办单位:<text class="inf">暂无字段</text>
  49. </view> -->
  50. <view class="acinfoAddress">
  51. <view class="acinfoTit">
  52. <text>活</text>
  53. <text>动</text>
  54. <text>形</text>
  55. <text>式</text>
  56. </view>: <text style="color:rgba(0, 86, 168, 1) ;">{{actItemList.acshape}}</text>
  57. </view>
  58. </view>
  59. <!-- 活动介绍 -->
  60. <view class="acbrief">
  61. <view class="britit">
  62. 活动介绍
  63. </view>
  64. <!-- <web-view :src="actItemList.link" webview-styles="{'height': '700rpx';}"></web-view> -->
  65. <!-- <br /> -->
  66. <view class="bricon">
  67. <!-- <rich-text :nodes="">{{actItemList.brief}}</rich-text> -->
  68. <rich-text :nodes="actItemList.brief"></rich-text>
  69. <!-- <view style="color: blue;display: inline-block;" :data-link="actItemList.link" @click="gotoLink">
  70. <u-icon name="arrow-right" labelSize='14' size='14' labelColor='blue' space='2' color='blue' labelPos='left' label='查看更多'></u-icon>
  71. </view> -->
  72. </view>
  73. <!-- <image class="briImg" :src="actItemList.pic" mode="widthFix"></image> -->
  74. </view>
  75. </view>
  76. <!-- 按钮 -->
  77. <view class="btnBlock">
  78. <view class="icos">
  79. <view class="ico">
  80. <view class="imgBlock" @click="coll">
  81. <image class="icoimg"
  82. :src="collArr.includes(actItemList.acId) ? pic_coll2 : '../../static/Starhhh.png'"
  83. mode="aspectFill"></image>
  84. </view>
  85. <text class="icotxt">收藏</text>
  86. </view>
  87. <!-- <view class="ico" style="position: relative;" @click="share"> -->
  88. <view class="ico" style="position: relative;">
  89. <view class="imgBlock">
  90. <image class="icoimg" style="height: 70%;width: 65%;" src="../../static/union.png"
  91. mode="aspectFill"></image>
  92. </view>
  93. <button open-type="share"
  94. style="background-color: aquamarine;opacity: 0; position: absolute;left: 0;width: 100%;height: 100%;"></button>
  95. <text class="icotxt">分享</text>
  96. </view>
  97. </view>
  98. <view class="rightBtn">
  99. <view class="btnt1" v-if="actItemList.openid==oid">本人创建,暂不支持加入</view>
  100. <view class="btnt" v-else-if="!isSign" @click="applyAdd">立即报名</view>
  101. <view class="btnt" v-else-if="isSign" @click="cancelAdd">取消报名</view>
  102. <view class="btnt1" v-else-if="actItemList.bnum>=actItemList.pers">人数已满</view>
  103. <!-- <view class="btnt1" v-else-if="isSign && actItemList.openid!=oid">已报名</view> -->
  104. </view>
  105. </view>
  106. <!-- 弹窗 -->
  107. <view>
  108. <view class="mask" v-show="showPopup" @click="showPopup = false"></view>
  109. <view class="popup-container" v-show="showPopup">
  110. <view class="popup">
  111. <view class="header">
  112. <text v-if="!isAdd">确认报名</text>
  113. <text v-else>是否取消报名</text>
  114. </view>
  115. <view class="footer">
  116. <view class="cancel-btn" @click="showPopup=false">取消</view>
  117. <view class="confirm-btn" v-if="!isAdd" @click="conf">确认</view>
  118. <view class="confirm-btn" v-else @click="canc">确认</view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. <view class="" style="height: 170rpx;width: 750rpx;">
  124. <!-- 占位的 -->
  125. </view>
  126. </view>
  127. </template>
  128. <script>
  129. export default {
  130. data() {
  131. return {
  132. navbar: {
  133. title: '活动详情',
  134. btn: 1
  135. },
  136. // 用户openid
  137. oid: '',
  138. // 活动id
  139. acId: '',
  140. // 页面数据
  141. actItemList: {},
  142. // 用户收藏列表
  143. collArr: [],
  144. // 用户订阅列表
  145. // subArr: [],
  146. // 收藏按钮节流
  147. stopTimer: 0,
  148. //控制弹窗
  149. showPopup: false,
  150. // 是否已加入
  151. isSign: 0,
  152. // 判断显示报名弹窗还是取消报名弹窗
  153. isAdd: 0,
  154. // 报名列表
  155. applyUserlist: [],
  156. pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
  157. nodes: [{
  158. name: 'div',
  159. attrs: {
  160. class: 'div-class',
  161. style: 'line-height: 60px; color: red; text-align:center;'
  162. },
  163. children: [{
  164. type: 'text',
  165. text: 'Hello&nbsp;uni-app!'
  166. }]
  167. }],
  168. strings: '<div style="text-align:center;"><img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni@2x.png"/></div>'
  169. // pic_sub: 'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke) (1).png',
  170. // pic_sub2: 'https://teacherapi.cocorobo.cn/teaching-file/static/dingyue_blue.png',
  171. };
  172. },
  173. // 分享
  174. onShareAppMessage() {
  175. uni.share({
  176. provider: "weixin",
  177. scene: "WXSceneSession",
  178. type: 1,
  179. summary: "我正在使用HBuilderX开发uni-app,赶紧跟我一起来体验!",
  180. success: function(res) {
  181. console.log("success:" + JSON.stringify(res));
  182. },
  183. fail: function(err) {
  184. console.log("fail:" + JSON.stringify(err));
  185. }
  186. });
  187. },
  188. // onUnload() {
  189. // this.$store.dispatch('asyncDelAll')
  190. // },
  191. methods: {
  192. //跳转到第三方链接
  193. gotoLink(e) {
  194. let link = e.currentTarget.dataset.link;
  195. uni.navigateTo({
  196. url: "/pages/skipone/skipone?url=" + encodeURIComponent(link),
  197. });
  198. },
  199. share() {
  200. // onShareAppMessage() {
  201. uni.showToast({
  202. title: '暂未开发,还不能分享哦',
  203. icon: 'none'
  204. })
  205. },
  206. // 获取页面数据
  207. getdata() {
  208. let data = {
  209. oid: this.$store.state.user.openid,
  210. acId: this.acId,
  211. }
  212. this.$request('/selectActivityID', "POST", data).then(res => {
  213. // console.log('页面数据', res[0][0]);
  214. this.actItemList = res[0][0]
  215. })
  216. },
  217. // 申请加入弹窗
  218. applyAdd() {
  219. // console.log('报名');
  220. this.isAdd = 0
  221. this.showPopup = true
  222. },
  223. //显示取消报名弹窗
  224. cancelAdd() {
  225. this.isAdd = 1
  226. this.showPopup = true
  227. },
  228. // 确认取消报名操作
  229. canc() {
  230. let data = {
  231. oid: this.$store.state.user.openid, //用户id
  232. acid: this.acId,
  233. }
  234. this.$request('/deleteApply', "POST", data).then(res => {
  235. console.log('取消报名返回', res);
  236. this.btnEnroll()
  237. this.getUsers()
  238. // 弹窗关闭
  239. this.showPopup = false
  240. uni.showToast({
  241. title: '已取消报名',
  242. icon: 'none',
  243. })
  244. })
  245. },
  246. // 确认报名操作
  247. conf() {
  248. let data = {
  249. oid: this.$store.state.user.openid, //用户id
  250. acid: this.acId,
  251. ty: 2,
  252. }
  253. this.$request('/insertSignup', "POST", data).then(res => {
  254. console.log('报名返回', res);
  255. // 添加消息页面系统通知提示报名成功
  256. this.addMessage()
  257. // 弹窗关闭
  258. this.showPopup = false
  259. uni.reLaunch({
  260. url: '/pages/Sign/Sign',
  261. })
  262. })
  263. // this.showPopup = false;
  264. // this.showPopupConfirm = true
  265. // 做最后判断防止同一时间进入报名页面都报名成功
  266. // this.$request('/selectIntercept', "POST", {
  267. // oid: this.$store.state.user.openid,
  268. // acid: this.acId
  269. // }).then(res => {
  270. // let c = res[0][0]
  271. // console.log('报名人数', res[0][0]);
  272. // console.log(c.bnum >= c.pers * 1);
  273. // if (c.bnum >= c.pers * 1) {
  274. // return uni.showToast({
  275. // title: '已有人先您一步报名,名额已满',
  276. // icon: "none"
  277. // })
  278. // } else {
  279. // let data = {
  280. // oid: this.$store.state.user.openid, //用户id
  281. // acid: this.acId,
  282. // ty: 2,
  283. // }
  284. // this.$request('/insertSignup', "POST", data).then(res => {
  285. // console.log('报名返回', res);
  286. // // 添加消息页面系统通知提示报名成功
  287. // this.addMessage()
  288. // // 弹窗关闭
  289. // this.showPopup = false
  290. // uni.reLaunch({
  291. // url: '/pages/Sign/Sign',
  292. // })
  293. // })
  294. // }
  295. // })
  296. },
  297. // 添加消息页面系统通知提示报名成功
  298. addMessage() {
  299. let data = {
  300. oid: this.$store.state.user.openid,
  301. acid: this.acId,
  302. type: 0,
  303. }
  304. this.$request('/insertMessage', "POST", data).then(res => {
  305. console.log('添加消息页面系统通知提示报名成功', res);
  306. })
  307. },
  308. // 查看更多报名同学
  309. gotoMorePer() {
  310. uni.navigateTo({
  311. url: `/pages/dy/dy?acId=${this.acId}`
  312. })
  313. },
  314. //获取是否报名
  315. btnEnroll() {
  316. let data = {
  317. oid: this.$store.state.user.openid, //用户id
  318. aid: this.acId,
  319. type: 2
  320. }
  321. this.$request('/selectSignup', 'POST', data).then(res => {
  322. // console.log('获取报名', res[0][0]);
  323. this.isSign = res[0][0].num
  324. })
  325. },
  326. // 收藏事件
  327. coll() {
  328. // this.stopTimer=0
  329. if (this.stopTimer) return uni.showToast({
  330. icon: 'none',
  331. title: '点击过快'
  332. })
  333. this.stopTimer = 1
  334. setTimeout(() => {
  335. this.stopTimer = 0
  336. }, 500)
  337. //判断是否收藏
  338. let iscoll = null
  339. // 查询是否收藏过
  340. let data = {
  341. acid: this.acId,
  342. oid: this.$store.state.user.openid, //用户id
  343. ty: 0
  344. }
  345. this.$request('/selectOneOperator', 'POST', data).then(res => {
  346. // console.log('查询是否收藏过',res);
  347. res[0].length ? iscoll = true : iscoll = false;
  348. // iscoll为true表示已经收藏过,执行删除 为true则收藏
  349. if (iscoll) {
  350. this.$store.dispatch('asyncUpdatemsg', {
  351. collAoff: 0
  352. })
  353. console.log('执行删除');
  354. this.$request('/deleteOperator', 'POST', data).then(res => {
  355. // console.log(res);
  356. this.getColl()
  357. setTimeout(() => {
  358. this.$store.dispatch('asyncDelMsg')
  359. }, 1500)
  360. })
  361. } else {
  362. this.$store.dispatch('asyncUpdatemsg', {
  363. collAoff: 1
  364. })
  365. console.log('执行添加');
  366. this.$request('/insertOperator', 'POST', data).then(res => {
  367. // console.log(res);
  368. this.getColl()
  369. setTimeout(() => {
  370. this.$store.dispatch('asyncDelMsg')
  371. }, 1500)
  372. })
  373. }
  374. })
  375. },
  376. //获取是否收藏
  377. getColl() {
  378. let data = {
  379. oid: this.$store.state.user.openid, //用户id
  380. type: 0
  381. }
  382. this.$request('/selectOperator', 'POST', data).then(res => {
  383. // console.log('获取收藏', res);
  384. // 每次调用前清零,防止push叠加错误
  385. this.collArr = []
  386. // 将acid遍历到collArr中
  387. res[0].forEach(i => {
  388. this.collArr.push(i.acId)
  389. })
  390. })
  391. },
  392. // 获取报名用户
  393. getUsers() {
  394. let data = {
  395. oid: this.$store.state.user.openid, //用户id
  396. aid: this.acId,
  397. type: 2,
  398. page: 1, //下拉获取更多的备用字段
  399. lim: 6 //一次获取多少数据
  400. }
  401. this.$request('/selectApplyUser', 'POST', data).then(res => {
  402. console.log('获取报名用户列表', res[0]);
  403. this.applyUserlist=[]
  404. res[0].forEach(e => {
  405. this.applyUserlist.push(e.avatar)
  406. })
  407. // this.applyUserlist = res[0]
  408. })
  409. }
  410. },
  411. onLoad(e) {
  412. // this.stopTimer=0
  413. // console.log('接收参数',e);
  414. this.acId = e.acId
  415. this.oid = this.$store.state.user.openid
  416. // 获取是否报名
  417. this.btnEnroll()
  418. // WebviewObject plus.webview.create( url, id, styles, extras );
  419. // this.getActivity()
  420. // 获取页面数据
  421. this.getdata()
  422. // 获取是否收藏
  423. this.getColl()
  424. // 获取是否订阅
  425. // this.getSub()
  426. // 获取报名人名单
  427. this.getUsers()
  428. }
  429. }
  430. </script>
  431. <style lang="scss">
  432. .activityDetailNew {
  433. background-color: #fff;
  434. .top {
  435. width: 750rpx;
  436. position: relative;
  437. .img1 {
  438. display: block;
  439. margin: auto;
  440. width: 750rpx;
  441. }
  442. .img2 {
  443. position: absolute;
  444. width: 100%;
  445. left: 0;
  446. bottom: 0;
  447. }
  448. }
  449. .decontent {
  450. width: 750rpx;
  451. border-top-right-radius: 30rpx;
  452. border-top-left-radius: 30rpx;
  453. background-color: #fff;
  454. padding: 32rpx;
  455. display: flex;
  456. flex-direction: column;
  457. justify-content: flex-start;
  458. border-bottom: 1rpx rgba(231, 231, 231, 1) solid;
  459. .actit {
  460. font-weight: 600;
  461. font-size: 40rpx;
  462. color: rgba(0, 0, 0, 0.8);
  463. line-height: 56rpx;
  464. display: -webkit-box;
  465. word-break: break-all;
  466. text-overflow: ellipsis;
  467. overflow: hidden;
  468. -webkit-box-orient: vertical;
  469. -webkit-line-clamp: 2;
  470. }
  471. .footer {
  472. display: flex;
  473. justify-content: space-between;
  474. color: rgba(0, 0, 0, 0.4);
  475. font-size: 24rpx;
  476. // height: 32rpx;
  477. // line-height: 32rpx;
  478. font-weight: 400;
  479. padding: 20rpx 0;
  480. padding-bottom: 0;
  481. }
  482. .avaList {
  483. display: flex;
  484. justify-content: space-between;
  485. width: 100%;
  486. align-items: center;
  487. padding: 30rpx 0;
  488. border-bottom: 1rpx rgba(231, 231, 231, 1) solid;
  489. margin-bottom: 20rpx;
  490. .ava {
  491. width: 353rpx;
  492. display: flex;
  493. align-items: center;
  494. }
  495. .cost {
  496. flex: 1;
  497. text-align: right;
  498. font-weight: 700;
  499. font-size: 40rpx;
  500. color: rgba(246, 135, 23, 1);
  501. }
  502. }
  503. .acinfo {
  504. width: 100%;
  505. display: flex;
  506. flex-direction: column;
  507. justify-content: space-between;
  508. font-size: 28rpx;
  509. font-weight: 400;
  510. color: rgba(0, 0, 0, 0.6);
  511. border-bottom: 1rpx rgba(231, 231, 231, 1) solid;
  512. // padding-bottom: 30rpx;
  513. .acinfoAddress {
  514. // padding: 20rpx 0;
  515. display: flex;
  516. padding-bottom: 20rpx;
  517. .acinfoTit {
  518. width: 150rpx;
  519. display: flex;
  520. justify-content: space-between;
  521. // text-align: justify;
  522. .justified-text {
  523. text-align: justify;
  524. text-justify: inter-word;
  525. /* 兼容性写法,用于处理中英文混排时的对齐效果 */
  526. }
  527. }
  528. }
  529. .inf {
  530. color: rgba(0, 0, 0, 0.8);
  531. }
  532. }
  533. .acbrief {
  534. width: 100%;
  535. .britit {
  536. width: 100%;
  537. height: 48rpx;
  538. font-weight: 600;
  539. line-height: 48rpx;
  540. font-size: 32rpx;
  541. color: rgba(0, 0, 0, 0.8);
  542. margin: 30rpx 0;
  543. }
  544. .bricon {
  545. font-weight: 400;
  546. font-size: 28rpx;
  547. line-height: 44rpx;
  548. color: (0, 0, 0, 0.8);
  549. margin-bottom: 30rpx;
  550. }
  551. .briImg {
  552. width: 100%;
  553. }
  554. }
  555. }
  556. .btnBlock {
  557. position: fixed;
  558. bottom: 0;
  559. left: 0;
  560. width: 750rpx;
  561. height: 175rpx;
  562. background-color: #fff;
  563. display: flex;
  564. justify-content: flex-start;
  565. align-items: center;
  566. padding: 30rpx 30rpx;
  567. padding-bottom: 40rpx;
  568. border-top: 1rpx rgba(231, 231, 231, 1) solid;
  569. // padding-bottom: 78rpx;
  570. .icos {
  571. width: 200rpx;
  572. height: 96rpx;
  573. flex-shrink: 0;
  574. margin-right: 30rpx;
  575. display: flex;
  576. justify-content: space-between;
  577. .ico {
  578. width: 100rpx;
  579. display: flex;
  580. flex-direction: column;
  581. justify-content: space-between;
  582. align-items: center;
  583. .imgBlock {
  584. width: 48rpx;
  585. height: 48rpx;
  586. display: flex;
  587. align-items: center;
  588. justify-content: center;
  589. .icoimg {
  590. width: 42rpx;
  591. height: 40rpx;
  592. }
  593. }
  594. .icotxt {
  595. font-size: 24rpx;
  596. height: 40rpx;
  597. line-height: 40rpx;
  598. color: rgba(4, 0, 0, 1);
  599. }
  600. }
  601. }
  602. .rightBtn {
  603. flex: 1;
  604. display: flex;
  605. justify-content: center;
  606. align-items: center;
  607. .btnt {
  608. width: 454rpx;
  609. color: #fff;
  610. // font-weight: 600;
  611. height: 96rpx;
  612. background-color: rgba(0, 86, 168, 1);
  613. display: flex;
  614. justify-content: center;
  615. align-items: center;
  616. border-radius: 10rpx;
  617. }
  618. .btnt1 {
  619. width: 454rpx;
  620. color: #fff;
  621. // font-weight: 600;
  622. height: 96rpx;
  623. background-color: rgba(139, 190, 255, 1);
  624. display: flex;
  625. justify-content: center;
  626. align-items: center;
  627. border-radius: 10rpx;
  628. }
  629. }
  630. }
  631. }
  632. </style>