teachingDetail.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. <template>
  2. <!-- 教研室详情 -->
  3. <view class="teachingDetail">
  4. <statusBar :item="navbar"></statusBar>
  5. <!-- 顶部 -->
  6. <view class="backPic">
  7. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//yym/Rectangle 40.png" mode="aspectFill">
  8. </image>
  9. <view class="card">
  10. <view class="cardTop">
  11. <view class="title three-font">{{ actItemList.acName }}</view>
  12. <view class="icons">
  13. <view class="icon" @click="coll">
  14. <image :src="collArr.includes(actItemList.acId) ? pic_coll2 : pic_coll "
  15. style="width: 42rpx;height: 42rpx;" mode="aspectFill"></image>
  16. </view>
  17. <view class="icon" @click="sub">
  18. <image
  19. :src="subArr.includes(actItemList.acId) ? pic_sub2 : pic_sub "
  20. style="width: 38rpx;height: 42rpx;" mode="aspectFill"></image>
  21. </view>
  22. </view>
  23. </view>
  24. <view class="col fz-font">
  25. 成立日期:{{ actItemList.create_at}}
  26. </view>
  27. <view class="col fz-font">
  28. 当前人数:{{actItemList.bnum}}/{{ actItemList.pers }}人
  29. </view>
  30. <view class="tag col">
  31. <view class="fz-font tag">教研标签:</view>
  32. <view class="" style="display: flex;">
  33. <view class="bqZ-font"
  34. style="color: #00b2b6; border: 1px #00b2b6 solid;padding: 2rpx 10rpx;border-radius: 5rpx;font-weight: 600;">
  35. 暂无
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. </view>
  41. <!-- 两个大资料文件 -->
  42. <view class="teaData">
  43. <view class="cla">
  44. <view class="tit1 three-font">课程资料</view>
  45. <view class="tit2 fz-font">教研室专属课程</view>
  46. </view>
  47. <view class="cla2">
  48. <view class="tit1 titColor three-font">资源文件</view>
  49. <view class="tit2 titColor fz-font">教研室专属资源</view>
  50. </view>
  51. </view>
  52. <!-- 教研室详情 -->
  53. <view class="" style="padding: 0 30rpx;">
  54. <!-- <detailBlock :actItemList='actItemList' :item="judge"></detailBlock> -->
  55. <view class="detailBlock">
  56. <view class="tit fwb-font">教研室详情</view>
  57. <view class="cont sZw-font">
  58. 会议时间:<text>{{ actItemList.begin_at }}</text>
  59. </view>
  60. <view class="cont sZw-font">
  61. 活动形式:<text style="color: #0056a8;">{{ actItemList.acshape }}</text>
  62. </view>
  63. <view class="cont sZw-font">
  64. <!-- <view id="myElement" class="activeTit">
  65. 教研室概况:查看更多查看更多查看更多看更多查看更多查看更多查看更多查看更多查看更多查看更多查看更多看更多查看更多查看更多查看更多查看更多
  66. </view>
  67. <text class="zdwz" style="color: #0056a8;float: right;" @click="zdwz">收起</text> -->
  68. <view class="content">
  69. <view ref="p" :class="getClassNames">
  70. <text style="color: #999999;">教研室概况:</text>
  71. {{actItemList.brief}}
  72. </view>
  73. <view ref="btnnn" :class="getClassNames1" @click="qqq">
  74. <!-- {{isAll ? '收起' : '展开'}} -->
  75. </view>
  76. </view>
  77. </view>
  78. </view>
  79. </view>
  80. <!-- 创建者用户名 -->
  81. <view style="padding: 0 30rpx;">
  82. <view class="creator">
  83. <image
  84. :src="actItemList.avatar"
  85. mode="aspectFill"></image>
  86. <view class="creName btn-font">
  87. {{ actItemList.username }}
  88. </view>
  89. </view>
  90. </view>
  91. <!-- 当前成员 -->
  92. <view style="padding: 0 30rpx;">
  93. <view class="member">
  94. <view class="memberTop">
  95. <view class="btn-font">当前成员</view>
  96. <view class="fz-font" style="color: rgba(0, 0, 0, 0.4);display: flex;align-items: center;"
  97. @click="gotoMorePer">
  98. <text>查看更多</text>
  99. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
  100. style="width: 32rpx;height: 32rpx;" mode="aspectFill"></image>
  101. </view>
  102. </view>
  103. <view class="pers" >
  104. <view class="per" v-for="(i,index) in applyUserlist" :key="index">
  105. <image :src="i.avatar" mode=""></image>
  106. <view class="perName fz-font">
  107. {{i.username}}
  108. </view>
  109. </view>
  110. <!-- <view class="" v-if="!applyUserlist.length" style="width: 200rpx">
  111. 暂无人员
  112. </view> -->
  113. </view>
  114. </view>
  115. </view>
  116. <!-- 申请加入 -->
  117. <view class="btnBlock">
  118. <button class="btn btn1 zw-font" v-if="actItemList.bnum>=actItemList.pers">报名人数已满</button>
  119. <button class="btn btn1 zw-font" v-else-if="actItemList.openid==oid">本人创建,暂不支持加入</button>
  120. <button class="btn zw-font" v-else-if="!isSign && actItemList.openid!=oid" @click="applyAdd">申请加入</button>
  121. <button class="btn btn1 zw-font" v-else-if="isSign && actItemList.openid!=oid">已加入</button>
  122. </view>
  123. </view>
  124. </template>
  125. <script>
  126. export default {
  127. data() {
  128. return {
  129. navbar: {
  130. title: '活动详情',
  131. btn: 1
  132. },
  133. // 用户openid
  134. oid:'',
  135. // 活动id
  136. acId:'',
  137. // 页面数据
  138. actItemList: {},
  139. // 用户收藏列表
  140. collArr:[],
  141. // 用户订阅列表
  142. subArr:[],
  143. // 是否已加入
  144. isSign:0,
  145. // 报名列表
  146. applyUserlist:[],
  147. pic_coll:'https://teacherapi.cocorobo.cn/teaching-file/static//yym/Star 1 (Stroke) (2).png',
  148. pic_coll2:'https://teacherapi.cocorobo.cn/teaching-file/static//mine/Collect_yellow.png',
  149. pic_sub:'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke) (1).png',
  150. pic_sub2:'https://teacherapi.cocorobo.cn/teaching-file/static/dingyue_blue.png',
  151. };
  152. },
  153. methods: {
  154. // 获取页面数据
  155. getdata(){
  156. let data = {
  157. oid:this.$store.state.user.openid,
  158. acId: this.acId,
  159. }
  160. this.$request('/selectActivityID', "POST", data).then(res => {
  161. console.log(res[0][0]);
  162. this.actItemList = res[0][0]
  163. })
  164. },
  165. // 收藏事件
  166. coll(){
  167. //判断是否收藏
  168. let iscoll = null
  169. // 查询是否收藏过
  170. let data = {
  171. acid: this.acId,
  172. oid: this.$store.state.user.openid, //用户id
  173. ty: 0
  174. }
  175. this.$request('/selectOneOperator', 'POST', data).then(res => {
  176. // console.log('查询是否收藏过',res);
  177. res[0].length ? iscoll = true : iscoll = false;
  178. // iscoll为true表示已经收藏过,执行删除 为true则收藏
  179. if (iscoll) {
  180. console.log('执行删除');
  181. this.$request('/deleteOperator', 'POST', data).then(res => {
  182. // console.log(res);
  183. this.getColl()
  184. })
  185. } else {
  186. console.log('执行添加');
  187. this.$request('/insertOperator', 'POST', data).then(res => {
  188. // console.log(res);
  189. this.getColl()
  190. })
  191. }
  192. })
  193. },
  194. // 订阅事件
  195. sub(){
  196. //判断是否订阅
  197. let iscoll = null
  198. // 查询是否订阅过
  199. let data = {
  200. acid: this.acId,
  201. oid: this.$store.state.user.openid, //用户id
  202. ty: 1
  203. }
  204. this.$request('/selectOneOperator', 'POST', data).then(res => {
  205. // console.log('查询是否订阅过',res);
  206. res[0].length ? iscoll = true : iscoll = false;
  207. // iscoll为true表示已经订阅过,执行删除 为true则订阅
  208. if (iscoll) {
  209. console.log('执行删除');
  210. this.$request('/deleteOperator', 'POST', data).then(res => {
  211. console.log(res);
  212. this.getSub()
  213. })
  214. } else {
  215. console.log('执行添加');
  216. this.$request('/insertOperator', 'POST', data).then(res => {
  217. console.log(res);
  218. this.getSub()
  219. // 添加消息页面订阅通知提示订阅成功
  220. this.addMessage()
  221. })
  222. }
  223. })
  224. },
  225. // 添加消息页面订阅通知提示订阅成功
  226. addMessage() {
  227. let data = {
  228. oid: this.$store.state.user.openid,
  229. acid: this.acId,
  230. type: 2,
  231. con: ``
  232. }
  233. this.$request('/insertMessage', "POST", data).then(res => {
  234. console.log(res);
  235. })
  236. },
  237. // 申请加入
  238. applyAdd() {
  239. uni.navigateTo({
  240. url: `/pages/jys/jys?acId=${this.acId}&tit=${'教研室报名'}`
  241. })
  242. },
  243. // 查看更多报名同学
  244. gotoMorePer() {
  245. uni.navigateTo({
  246. url: `/pages/dy/dy?acId=${this.acId}`
  247. })
  248. },
  249. // 获取是否订阅
  250. getSub(){
  251. let data = {
  252. oid: this.$store.state.user.openid, //用户id
  253. type: 1
  254. }
  255. this.$request('/selectOperator', 'POST', data).then(res => {
  256. console.log('获取订阅', res);
  257. // 每次调用前清零,防止push叠加错误
  258. this.subArr = []
  259. // 将acid遍历到subArrsubArr中
  260. res[0].forEach(i => {
  261. this.subArr.push(i.acId)
  262. })
  263. })
  264. },
  265. //获取是否收藏
  266. getColl() {
  267. let data = {
  268. oid: this.$store.state.user.openid, //用户id
  269. type: 0
  270. }
  271. this.$request('/selectOperator', 'POST', data).then(res => {
  272. // console.log('获取收藏', res);
  273. // 每次调用前清零,防止push叠加错误
  274. this.collArr = []
  275. // 将acid遍历到collArr中
  276. res[0].forEach(i => {
  277. this.collArr.push(i.acId)
  278. })
  279. })
  280. },
  281. //获取是否报名
  282. btnEnroll() {
  283. let data = {
  284. oid: this.$store.state.user.openid, //用户id
  285. aid:this.acId,
  286. type: 2
  287. }
  288. this.$request('/selectSignup', 'POST', data).then(res => {
  289. // console.log('获取报名', res[0][0]);
  290. this.isSign=res[0][0].num
  291. })
  292. },
  293. // 获取报名用户
  294. getUsers(){
  295. let data = {
  296. oid: this.$store.state.user.openid, //用户id
  297. aid:this.acId,
  298. type: 2,
  299. page: 1, //下拉获取更多的备用字段
  300. lim: 6 //一次获取多少数据
  301. }
  302. this.$request('/selectApplyUser', 'POST', data).then(res => {
  303. console.log('获取报名用户列表', res[0]);
  304. this.applyUserlist=res[0]
  305. })
  306. }
  307. },
  308. onLoad(e) {
  309. // console.log('接收参数',e);
  310. this.acId=e.acId
  311. this.oid=this.$store.state.user.openid
  312. // this.getActivity()
  313. // 获取页面数据
  314. this.getdata()
  315. // 获取是否收藏
  316. this.getColl()
  317. // 获取是否订阅
  318. this.getSub()
  319. // 获取是否报名
  320. this.btnEnroll()
  321. // 获取报名人名单
  322. this.getUsers()
  323. }
  324. }
  325. </script>
  326. <style lang="scss">
  327. .teachingDetail {
  328. padding-bottom: 80px;
  329. .backPic {
  330. width: 750rpx;
  331. position: relative;
  332. image {
  333. width: 100%;
  334. display: block;
  335. }
  336. .card {
  337. position: absolute;
  338. width: 690rpx;
  339. // height: 256rpx;
  340. bottom: 10px;
  341. // top: 40%;
  342. left: 50%;
  343. padding: 30rpx;
  344. background-color: rgba(0, 0, 0, 0.26);
  345. border-radius: 10px;
  346. transform: translate(-50%, 0);
  347. border: 1rpx #667870 solid;
  348. color: #ffffff;
  349. // display: flex;
  350. // flex-direction: column;
  351. // justify-content: space-between;
  352. .cardTop {
  353. display: flex;
  354. justify-content: space-between;
  355. .title {
  356. margin-bottom: 20rpx;
  357. width: 80%;
  358. // height: 48rpx;
  359. color: #ffffff;
  360. font-family: PingFang SC;
  361. // overflow: hidden;
  362. // text-overflow: ellipsis;
  363. // white-space: nowrap;
  364. display: -webkit-box;
  365. word-break: break-all;
  366. text-overflow: ellipsis;
  367. overflow: hidden;
  368. -webkit-box-orient: vertical;
  369. -webkit-line-clamp: 2;
  370. }
  371. .icons {
  372. flex: 1;
  373. display: flex;
  374. // align-items: center;
  375. justify-content: space-between;
  376. .icon {
  377. width: 48rpx;
  378. height: 48rpx;
  379. display: flex;
  380. align-items: center;
  381. justify-content: center;
  382. }
  383. }
  384. }
  385. .col {
  386. margin-bottom: 10rpx;
  387. font-weight: 100;
  388. color: #f0edea;
  389. }
  390. .tag {
  391. display: flex;
  392. align-items: center;
  393. }
  394. }
  395. // background-image: url(https://teacherapi.cocorobo.cn/teaching-file/static//resource/jqr.png);
  396. }
  397. .teaData {
  398. width: 750rpx;
  399. display: flex;
  400. padding: 20rpx 30rpx;
  401. justify-content: space-between;
  402. // padding: 20px 0;
  403. .cla {
  404. width: 49%;
  405. background: linear-gradient(to bottom, #fcfcff 30%, #e8ecfd 100%);
  406. border-radius: 10px;
  407. padding: 35rpx 30rpx;
  408. color: #424f85;
  409. .tit1 {
  410. // font-size: 38rpx;
  411. margin-bottom: 10rpx;
  412. font-weight: bold;
  413. }
  414. .tit2 {
  415. // font-size: 22px;
  416. // font-size: 30rpx;
  417. // margin-bottom: 5px;
  418. }
  419. }
  420. .cla2 {
  421. width: 45%;
  422. background: linear-gradient(to bottom, #fcfcff 10%, #fef3ea 100%);
  423. border-radius: 10px;
  424. padding: 35rpx 30rpx;
  425. color: #855e42;
  426. .tit1 {
  427. // font-size: 38rpx;
  428. margin-bottom: 10rpx;
  429. font-weight: bold;
  430. }
  431. .tit2 {
  432. // font-size: 22px;
  433. // margin-bottom: 5px;
  434. // font-size: 30rpx;
  435. }
  436. }
  437. }
  438. .creator {
  439. display: flex;
  440. padding: 30rpx;
  441. background-color: #ffffff;
  442. align-items: center;
  443. margin-top: 20rpx;
  444. border-radius: 10px;
  445. image {
  446. width: 96rpx;
  447. height: 96rpx;
  448. border-radius: 50%;
  449. margin-right: 20rpx;
  450. }
  451. .creName {
  452. font-weight: bold;
  453. }
  454. }
  455. .member {
  456. background-color: #ffffff;
  457. margin-top: 20rpx;
  458. padding: 30rpx;
  459. border-radius: 10px;
  460. margin-bottom: 30rpx;
  461. .memberTop {
  462. display: flex;
  463. justify-content: space-between;
  464. margin-bottom: 10px;
  465. }
  466. .pers {
  467. display: flex;
  468. flex-direction: column;
  469. align-items: center;
  470. width: 16%;
  471. .per {
  472. display: flex;
  473. flex-direction: column;
  474. justify-content: center;
  475. image {
  476. width: 72rpx;
  477. height: 72rpx;
  478. border-radius: 50%;
  479. }
  480. .perName {
  481. text-align: center;
  482. display: -webkit-box;
  483. word-break: break-all;
  484. text-overflow: ellipsis;
  485. overflow: hidden;
  486. -webkit-box-orient: vertical;
  487. -webkit-line-clamp: 1;
  488. }
  489. }
  490. }
  491. }
  492. .btnBlock {
  493. position: fixed;
  494. bottom: 0;
  495. width: 750rpx;
  496. background-color: #ffffff;
  497. // padding: 20px 0;
  498. padding: 2vh 0;
  499. .btn {
  500. width: 432rpx;
  501. height: 88rpx;
  502. font-weight: 500;
  503. display: flex;
  504. justify-content: center;
  505. align-items: center;
  506. margin: auto;
  507. background-color: #0056a8;
  508. color: #ffffff;
  509. }
  510. .btn1 {
  511. background-color: rgba(139, 190, 255, 1);
  512. }
  513. }
  514. .detailBlock {
  515. background-color: #ffffff;
  516. border-radius: 10rpx;
  517. padding: 30rpx;
  518. .tit {
  519. font-weight: 600;
  520. margin-bottom: 10px;
  521. }
  522. .cont {
  523. color: #999999;
  524. margin-bottom: 10px;
  525. text {
  526. color: #666666;
  527. }
  528. .content {
  529. white-space: normal;
  530. /*隐藏溢出*/
  531. /*当文本溢出包含元素时显示省略符号来代表被修剪的文本*/
  532. /*规定段落中的文本不进行换行*/
  533. letter-spacing: 2rpx;
  534. display: -webkit-box;
  535. word-break: break-all;
  536. text-overflow: ellipsis;
  537. overflow: hidden;
  538. -webkit-box-orient: vertical;
  539. -webkit-line-clamp: 4;
  540. }
  541. .content .p {
  542. width: 90%;
  543. color: #666666;
  544. // max-width: 100%;
  545. // display:inline-block;
  546. display: block;
  547. // float: left;
  548. overflow: hidden;
  549. text-overflow: ellipsis;
  550. white-space: nowrap;
  551. // padding-right: 50rpx;
  552. /*设置文字溢出时显示省略号*/
  553. }
  554. .content .p.is-expanded {
  555. width: 100%;
  556. overflow: visible;
  557. white-space: normal;
  558. /*文字溢出时不再显示省略号*/
  559. }
  560. .btn-more {
  561. float: right;
  562. display: inline-block;
  563. // width: 60px;
  564. transform: translate(0, -100%);
  565. color: #0056a8;
  566. }
  567. .btn-more.is-zd {
  568. transform: none;
  569. // transform: translate(0,0);
  570. }
  571. }
  572. }
  573. }
  574. </style>