activityDetailNew.vue 13 KB

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