activityDetail.vue 13 KB

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