teachingDetail.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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.pers }}/50人
  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; display: none;">
  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">
  105. <view class="perName fz-font">
  106. 暂无人员
  107. </view>
  108. </view>
  109. </view>
  110. </view>
  111. </view> -->
  112. <!-- 申请加入 -->
  113. <view class="btnBlock">
  114. <button class="btn btn1 zw-font" v-if="actItemList.openid==oid">本人创建,暂不支持加入</button>
  115. <button class="btn zw-font" v-if="!isSign && actItemList.openid!=oid" @click="applyAdd">申请加入</button>
  116. <button class="btn btn1 zw-font" v-if="isSign && actItemList.openid!=oid">已加入</button>
  117. </view>
  118. </view>
  119. </template>
  120. <script>
  121. export default {
  122. data() {
  123. return {
  124. navbar: {
  125. title: '教研室详情',
  126. btn: 1
  127. },
  128. // 用户openid
  129. oid:'',
  130. // 活动id
  131. acId:'',
  132. // 页面数据
  133. actItemList: {},
  134. // 用户收藏列表
  135. collArr:[],
  136. // 用户订阅列表
  137. subArr:[],
  138. // 是否已加入
  139. isSign:0,
  140. clickedAcId:'',
  141. pic_coll:'https://teacherapi.cocorobo.cn/teaching-file/static//yym/Star 1 (Stroke) (2).png',
  142. pic_coll2:'https://teacherapi.cocorobo.cn/teaching-file/static//mine/Collect_yellow.png',
  143. pic_sub:'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke) (1).png',
  144. pic_sub2:'https://teacherapi.cocorobo.cn/teaching-file/static/dingyue_blue.png',
  145. };
  146. },
  147. methods: {
  148. // 获取页面数据
  149. getdata(){
  150. let data = {
  151. oid:this.$store.state.user.openid,
  152. acId: this.acId,
  153. }
  154. this.$request('/selectActivityID', "POST", data).then(res => {
  155. console.log(res[0][0]);
  156. this.actItemList = res[0][0]
  157. })
  158. },
  159. // 收藏事件
  160. coll(){
  161. //判断是否收藏
  162. let iscoll = null
  163. // 查询是否收藏过
  164. let data = {
  165. acid: this.acId,
  166. oid: this.$store.state.user.openid, //用户id
  167. ty: 0
  168. }
  169. this.$request('/selectOneOperator', 'POST', data).then(res => {
  170. // console.log('查询是否收藏过',res);
  171. res[0].length ? iscoll = true : iscoll = false;
  172. // iscoll为true表示已经收藏过,执行删除 为true则收藏
  173. if (iscoll) {
  174. console.log('执行删除');
  175. this.$request('/deleteOperator', 'POST', data).then(res => {
  176. // console.log(res);
  177. this.getColl()
  178. })
  179. } else {
  180. console.log('执行添加');
  181. this.$request('/insertOperator', 'POST', data).then(res => {
  182. // console.log(res);
  183. this.getColl()
  184. })
  185. }
  186. })
  187. },
  188. // 订阅事件
  189. sub(){
  190. //判断是否订阅
  191. let iscoll = null
  192. // 查询是否订阅过
  193. let data = {
  194. acid: this.acId,
  195. oid: this.$store.state.user.openid, //用户id
  196. ty: 1
  197. }
  198. this.$request('/selectOneOperator', 'POST', data).then(res => {
  199. // console.log('查询是否订阅过',res);
  200. res[0].length ? iscoll = true : iscoll = false;
  201. // iscoll为true表示已经订阅过,执行删除 为true则订阅
  202. if (iscoll) {
  203. console.log('执行删除');
  204. this.$request('/deleteOperator', 'POST', data).then(res => {
  205. console.log(res);
  206. this.getSub()
  207. })
  208. } else {
  209. console.log('执行添加');
  210. this.$request('/insertOperator', 'POST', data).then(res => {
  211. console.log(res);
  212. this.getSub()
  213. })
  214. }
  215. })
  216. },
  217. // 申请加入
  218. applyAdd() {
  219. uni.navigateTo({
  220. url: `/pages/jys/jys?acId=${this.acId}&tit=${'教研室报名'}`
  221. })
  222. },
  223. // 查看更多报名同学
  224. gotoMorePer() {
  225. uni.navigateTo({
  226. url: '/pages/dy/dy'
  227. })
  228. },
  229. // 获取是否订阅
  230. getSub(){
  231. let data = {
  232. oid: this.$store.state.user.openid, //用户id
  233. type: 1
  234. }
  235. this.$request('/selectOperator', 'POST', data).then(res => {
  236. console.log('获取', res);
  237. // 每次调用前清零,防止push叠加错误
  238. this.subArr = []
  239. // 将acid遍历到subArrsubArr中
  240. res[0].forEach(i => {
  241. this.subArr.push(i.acId)
  242. })
  243. })
  244. },
  245. //获取是否收藏
  246. getColl() {
  247. let data = {
  248. oid: this.$store.state.user.openid, //用户id
  249. type: 0
  250. }
  251. this.$request('/selectOperator', 'POST', data).then(res => {
  252. console.log('获取收藏', res);
  253. // 每次调用前清零,防止push叠加错误
  254. this.collArr = []
  255. // 将acid遍历到collArr中
  256. res[0].forEach(i => {
  257. this.collArr.push(i.acId)
  258. })
  259. })
  260. },
  261. //获取是否报名
  262. btnEnroll() {
  263. let data = {
  264. oid: this.$store.state.user.openid, //用户id
  265. aid:this.acId,
  266. type: 2
  267. }
  268. this.$request('/selectSignup', 'POST', data).then(res => {
  269. console.log('获取报名', res[0][0]);
  270. this.isSign=res[0][0].num
  271. })
  272. },
  273. goLog() {
  274. uni.navigateTo({
  275. url: "/pages/login_Wechat/login_Wechat",
  276. });
  277. }
  278. },
  279. onLoad(e) {
  280. // console.log('接收参数',e);
  281. this.acId=e.acId
  282. this.oid=this.$store.state.user.openid
  283. // this.getActivity()
  284. // 获取页面数据
  285. this.getdata()
  286. this.getColl()
  287. this.getSub()
  288. this.btnEnroll()
  289. }
  290. }
  291. </script>
  292. <style lang="scss">
  293. .teachingDetail {
  294. padding-bottom: 80px;
  295. .backPic {
  296. width: 750rpx;
  297. position: relative;
  298. image {
  299. width: 100%;
  300. display: block;
  301. }
  302. .card {
  303. position: absolute;
  304. width: 690rpx;
  305. // height: 256rpx;
  306. bottom: 10px;
  307. // top: 40%;
  308. left: 50%;
  309. padding: 30rpx;
  310. background-color: rgba(0, 0, 0, 0.26);
  311. border-radius: 10px;
  312. transform: translate(-50%, 0);
  313. border: 1rpx #667870 solid;
  314. color: #ffffff;
  315. // display: flex;
  316. // flex-direction: column;
  317. // justify-content: space-between;
  318. .cardTop {
  319. display: flex;
  320. justify-content: space-between;
  321. .title {
  322. margin-bottom: 20rpx;
  323. width: 80%;
  324. // height: 48rpx;
  325. color: #ffffff;
  326. font-family: PingFang SC;
  327. // overflow: hidden;
  328. // text-overflow: ellipsis;
  329. // white-space: nowrap;
  330. display: -webkit-box;
  331. word-break: break-all;
  332. text-overflow: ellipsis;
  333. overflow: hidden;
  334. -webkit-box-orient: vertical;
  335. -webkit-line-clamp: 2;
  336. }
  337. .icons {
  338. flex: 1;
  339. display: flex;
  340. // align-items: center;
  341. justify-content: space-between;
  342. .icon {
  343. width: 48rpx;
  344. height: 48rpx;
  345. display: flex;
  346. align-items: center;
  347. justify-content: center;
  348. }
  349. }
  350. }
  351. .col {
  352. margin-bottom: 10rpx;
  353. font-weight: 100;
  354. color: #f0edea;
  355. }
  356. .tag {
  357. display: flex;
  358. align-items: center;
  359. }
  360. }
  361. // background-image: url(https://teacherapi.cocorobo.cn/teaching-file/static//resource/jqr.png);
  362. }
  363. .teaData {
  364. width: 750rpx;
  365. display: flex;
  366. padding: 20rpx 30rpx;
  367. justify-content: space-between;
  368. // padding: 20px 0;
  369. .cla {
  370. width: 49%;
  371. background: linear-gradient(to bottom, #fcfcff 30%, #e8ecfd 100%);
  372. border-radius: 10px;
  373. padding: 35rpx 30rpx;
  374. color: #424f85;
  375. .tit1 {
  376. // font-size: 38rpx;
  377. margin-bottom: 10rpx;
  378. font-weight: bold;
  379. }
  380. .tit2 {
  381. // font-size: 22px;
  382. // font-size: 30rpx;
  383. // margin-bottom: 5px;
  384. }
  385. }
  386. .cla2 {
  387. width: 45%;
  388. background: linear-gradient(to bottom, #fcfcff 10%, #fef3ea 100%);
  389. border-radius: 10px;
  390. padding: 35rpx 30rpx;
  391. color: #855e42;
  392. .tit1 {
  393. // font-size: 38rpx;
  394. margin-bottom: 10rpx;
  395. font-weight: bold;
  396. }
  397. .tit2 {
  398. // font-size: 22px;
  399. // margin-bottom: 5px;
  400. // font-size: 30rpx;
  401. }
  402. }
  403. }
  404. .creator {
  405. display: flex;
  406. padding: 30rpx;
  407. background-color: #ffffff;
  408. align-items: center;
  409. margin-top: 20rpx;
  410. border-radius: 10px;
  411. image {
  412. width: 96rpx;
  413. height: 96rpx;
  414. border-radius: 50%;
  415. margin-right: 20rpx;
  416. }
  417. .creName {
  418. font-weight: bold;
  419. }
  420. }
  421. .member {
  422. background-color: #ffffff;
  423. margin-top: 20rpx;
  424. padding: 30rpx;
  425. border-radius: 10px;
  426. margin-bottom: 30rpx;
  427. .memberTop {
  428. display: flex;
  429. justify-content: space-between;
  430. margin-bottom: 10px;
  431. }
  432. .pers {
  433. display: flex;
  434. justify-content: space-between;
  435. align-items: center;
  436. .per {
  437. display: flex;
  438. flex-direction: column;
  439. image {
  440. width: 72rpx;
  441. height: 72rpx;
  442. border-radius: 50%;
  443. }
  444. .perName {
  445. // font-size: 14px;
  446. text-align: center;
  447. }
  448. }
  449. }
  450. }
  451. .btnBlock {
  452. position: fixed;
  453. bottom: 0;
  454. width: 750rpx;
  455. background-color: #ffffff;
  456. // padding: 20px 0;
  457. padding: 2vh 0;
  458. .btn {
  459. width: 432rpx;
  460. height: 88rpx;
  461. font-weight: 500;
  462. display: flex;
  463. justify-content: center;
  464. align-items: center;
  465. margin: auto;
  466. background-color: #0056a8;
  467. color: #ffffff;
  468. }
  469. .btn1 {
  470. background-color: rgba(139, 190, 255, 1);
  471. }
  472. }
  473. .detailBlock {
  474. background-color: #ffffff;
  475. border-radius: 10rpx;
  476. padding: 30rpx;
  477. .tit {
  478. font-weight: 600;
  479. margin-bottom: 10px;
  480. }
  481. .cont {
  482. color: #999999;
  483. margin-bottom: 10px;
  484. text {
  485. color: #666666;
  486. }
  487. .content {
  488. white-space: normal;
  489. /*隐藏溢出*/
  490. /*当文本溢出包含元素时显示省略符号来代表被修剪的文本*/
  491. /*规定段落中的文本不进行换行*/
  492. letter-spacing: 2rpx;
  493. display: -webkit-box;
  494. word-break: break-all;
  495. text-overflow: ellipsis;
  496. overflow: hidden;
  497. -webkit-box-orient: vertical;
  498. -webkit-line-clamp: 4;
  499. }
  500. .content .p {
  501. width: 90%;
  502. color: #666666;
  503. // max-width: 100%;
  504. // display:inline-block;
  505. display: block;
  506. // float: left;
  507. overflow: hidden;
  508. text-overflow: ellipsis;
  509. white-space: nowrap;
  510. // padding-right: 50rpx;
  511. /*设置文字溢出时显示省略号*/
  512. }
  513. .content .p.is-expanded {
  514. width: 100%;
  515. overflow: visible;
  516. white-space: normal;
  517. /*文字溢出时不再显示省略号*/
  518. }
  519. .btn-more {
  520. float: right;
  521. display: inline-block;
  522. // width: 60px;
  523. transform: translate(0, -100%);
  524. color: #0056a8;
  525. }
  526. .btn-more.is-zd {
  527. transform: none;
  528. // transform: translate(0,0);
  529. }
  530. }
  531. }
  532. }
  533. </style>