123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556 |
- <template>
- <!-- 教研室详情 -->
- <view class="activeDetail">
- <statusBar :item="navbar"></statusBar>
- <!-- 顶部 -->
- <view class="backPic">
- <image src="https://teacherapi.cocorobo.cn/teaching-file/static//yym/Rectangle 40.png" mode="aspectFill">
- </image>
- <view class="card">
- <view class="cardTop">
- <view class="title three-font">{{ actItemList.acName }}</view>
- <view class="icons">
- <view class="icon" @click="coll">
- <image :src="collArr.includes(actItemList.acId) ? pic_coll2 : pic_coll "
- style="width: 42rpx;height: 42rpx;" mode="aspectFill"></image>
- </view>
- <view class="icon" @click="sub">
- <image
- :src="subArr.includes(actItemList.acId) ? pic_sub2 : pic_sub "
- style="width: 38rpx;height: 42rpx;" mode="aspectFill"></image>
- </view>
- </view>
- </view>
- <view class="col fz-font">
- 活动日期:<text class="col2"> {{ actItemList.begin_at}}</text>
- </view>
- <view class="col fz-font">
- 招募人数:<text class="col2"> {{ actItemList.pers}}/50</text>
- </view>
- <view class="col fz-font tag">
- <view class=" tag">活动地址:</view>
- <text class="col2">{{actItemList.address}}</text>
- </view>
- </view>
- </view>
- <!-- 创建者用户名 -->
- <view style="padding:30rpx;padding-top: 30rpx;">
- <view class="creator">
- <image
- :src="actItemList.avatar"
- mode="aspectFill"></image>
- <view class="creName btn-font">
- {{ actItemList.username }}
- </view>
- </view>
- </view>
- <!-- 教研室详情 -->
- <view class="" style="padding: 0 30rpx;">
- <!-- <detailBlock :actItemList='actItemList' :item="judge"></detailBlock> -->
- <view class="detailBlock">
- <view class="tit fwb-font">活动详情</view>
- <view class="cont sZw-font">
- 活动时间:<text>{{ actItemList.begin_at }}</text>
- </view>
- <view class="cont sZw-font">
- 活动形式:<text style="color: #0056a8;">{{ actItemList.acshape }}</text>
- </view>
- <view class="cont sZw-font">
- <!-- <view id="myElement" class="activeTit">
- 教研室概况:查看更多查看更多查看更多看更多查看更多查看更多查看更多查看更多查看更多查看更多查看更多看更多查看更多查看更多查看更多查看更多
- </view>
- <text class="zdwz" style="color: #0056a8;float: right;" @click="zdwz">收起</text> -->
- <view class="content">
- <view ref="p" :class="getClassNames">
- <text style="color: #999999;">教研室概况:</text>
- {{actItemList.brief}}
- </view>
-
- <view ref="btnnn" :class="getClassNames1" @click="qqq">
- <!-- {{isAll ? '收起' : '展开'}} -->
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 当前成员 -->
- <!-- <view style="padding: 0 30rpx; display: none;">
- <view class="member">
- <view class="memberTop">
- <view class="btn-font">当前成员</view>
- <view class="fz-font" style="color: rgba(0, 0, 0, 0.4);display: flex;align-items: center;"
- @click="gotoMorePer">
- <text>查看更多</text>
- <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
- style="width: 32rpx;height: 32rpx;" mode="aspectFill"></image>
- </view>
- </view>
- <view class="pers">
-
- <view class="per">
- <view class="perName fz-font">
- 暂无人员
- </view>
- </view>
- </view>
- </view>
- </view> -->
- <!-- 申请加入 -->
- <view class="btnBlock">
- <button class="btn btn1 zw-font" v-if="actItemList.openid==oid">本人创建,暂不支持加入</button>
- <button class="btn zw-font" v-if="!isSign && actItemList.openid!=oid" @click="applyAdd">申请加入</button>
- <button class="btn btn1 zw-font" v-if="isSign && actItemList.openid!=oid">已加入</button>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- navbar: {
- title: '活动详情',
- btn: 1
- },
- // 是否已加入
- isSign:0,
- // 用户openid
- oid:'',
- // 活动id
- acId:'',
- // 页面数据
- actItemList: {},
- // 用户收藏列表
- collArr:[],
- // 用户订阅列表
- subArr:[],
-
-
- perNum: [],
-
-
-
- pic_coll: 'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Star 1 (Stroke).png',
- pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static//mine/Collect_yellow.png',
- pic_sub: 'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke).png',
- pic_sub2: '../../static/mine/dingyue_blue.png'
-
-
- // pic_coll:'https://teacherapi.cocorobo.cn/teaching-file/static//yym/Star 1 (Stroke) (2).png',
- // pic_coll2:'https://teacherapi.cocorobo.cn/teaching-file/static//mine/Collect_yellow.png',
- // pic_sub:'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke) (1).png',
- // pic_sub2:'https://teacherapi.cocorobo.cn/teaching-file/static/dingyue_blue.png',
- };
- },
- methods: {
- // 获取页面数据
- getdata(){
- let data = {
- oid:this.$store.state.user.openid,
- acId: this.acId,
- }
- this.$request('/selectActivityID', "POST", data).then(res => {
- console.log(res[0][0]);
- this.actItemList = res[0][0]
- })
-
- },
- addview(){
- let data={
- oid:this.$store.state.user.openid,
- acId: this.acId,
- }
- this.$request('/updateView', "POST", data).then(res => {
- console.log(res[0][0]);
- this.actItemList = res[0][0]
- })
- },
- // 收藏事件
- coll(){
- //判断是否收藏
- let iscoll = null
-
- // 查询是否收藏过
- let data = {
- acid: this.acId,
- oid: this.$store.state.user.openid, //用户id
- ty: 0
- }
- this.$request('/selectOneOperator', 'POST', data).then(res => {
- // console.log('查询是否收藏过',res);
- res[0].length ? iscoll = true : iscoll = false;
-
- // iscoll为true表示已经收藏过,执行删除 为true则收藏
- if (iscoll) {
- console.log('执行删除');
- this.$request('/deleteOperator', 'POST', data).then(res => {
- // console.log(res);
- this.getColl()
- })
- } else {
- console.log('执行添加');
- this.$request('/insertOperator', 'POST', data).then(res => {
- // console.log(res);
- this.getColl()
- })
- }
- })
- },
- // 订阅事件
- sub(){
- //判断是否订阅
- let iscoll = null
-
- // 查询是否订阅过
- let data = {
- acid: this.acId,
- oid: this.$store.state.user.openid, //用户id
- ty: 1
- }
- this.$request('/selectOneOperator', 'POST', data).then(res => {
- // console.log('查询是否订阅过',res);
- res[0].length ? iscoll = true : iscoll = false;
-
- // iscoll为true表示已经订阅过,执行删除 为true则订阅
- if (iscoll) {
- console.log('执行删除');
- this.$request('/deleteOperator', 'POST', data).then(res => {
- console.log(res);
- this.getSub()
- })
- } else {
- console.log('执行添加');
- this.$request('/insertOperator', 'POST', data).then(res => {
- console.log(res);
- this.getSub()
- })
- }
- })
- },
- // 申请加入
- applyAdd() {
-
- uni.navigateTo({
- url: `/pages/jys/jys?acId=${this.acId}&tit=${'活动报名'}`
- })
- },
- // 查看更多报名同学
- gotoMorePer() {
- uni.navigateTo({
- url: '/pages/dy/dy'
- })
- },
- // 获取是否订阅
- getSub(){
- let data = {
- oid: this.$store.state.user.openid, //用户id
- type: 1
- }
- this.$request('/selectOperator', 'POST', data).then(res => {
- console.log('获取', res);
- // 每次调用前清零,防止push叠加错误
- this.subArr = []
- // 将acid遍历到subArrsubArr中
- res[0].forEach(i => {
- this.subArr.push(i.acId)
- })
-
- })
-
- },
- //获取是否收藏
- getColl() {
- let data = {
- oid: this.$store.state.user.openid, //用户id
- type: 0
- }
- this.$request('/selectOperator', 'POST', data).then(res => {
- console.log('获取收藏', res);
- // 每次调用前清零,防止push叠加错误
- this.collArr = []
- // 将acid遍历到collArr中
- res[0].forEach(i => {
- this.collArr.push(i.acId)
- })
- })
- },
- //判断是否报名
- btnEnroll() {
- let data = {
- oid: this.$store.state.user.openid, //用户id
- aid:this.acId,
- type: 2
- }
- this.$request('/selectSignup', 'POST', data).then(res => {
- console.log('获取报名', res[0][0]);
- this.isSign=res[0][0].num
- })
- },
-
- goLog() {
- uni.navigateTo({
- url: "/pages/login_Wechat/login_Wechat",
- });
- }
- },
- onLoad(e) {
- console.log('接收参数',e);
- this.acId=e.acId
- this.oid=this.$store.state.user.openid
- // this.getActivity()
- this.btnEnroll()
- this.getdata()
- this.getColl()
- this.getSub()
- }
- }
- </script>
- <style lang="scss">
- .activeDetail {
- padding-bottom: 80px;
- .backPic {
- width: 750rpx;
- position: relative;
- margin-bottom: 30rpx;
- image {
- width: 100%;
- display: block;
- }
- .card {
- position: absolute;
- width: 690rpx;
- bottom: -30rpx;
- left: 50%;
- padding: 30rpx;
- // background-color: rgba(0, 0, 0, 0.26);
- background-color: #ffffff;
- border-radius: 10px;
- transform: translate(-50%, 0);
- // border: 1rpx #667870 solid;
- color: #ffffff;
- // display: flex;
- // flex-direction: column;
- // justify-content: space-between;
- .cardTop {
- display: flex;
- justify-content: space-between;
- .title {
- margin-bottom: 20rpx;
- width: 80%;
- // height: 48rpx;
- color:rgba(0, 0, 0, 0.8);
- font-family: PingFang SC;
- // overflow: hidden;
- // text-overflow: ellipsis;
- // white-space: nowrap;
-
- display: -webkit-box;
- word-break: break-all;
- text-overflow: ellipsis;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .icons {
- flex: 1;
- display: flex;
- // align-items: center;
- justify-content: space-between;
- .icon {
- width: 48rpx;
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- }
- .col {
- margin-bottom: 10rpx;
- // font-weight: 100;
- color:rgba(0, 0, 0, 0.4);
- }
- .col2 {
- color:rgba(0, 0, 0, 0.8);
- // font-weight: bold;
- }
- .tag {
- display: flex;
- align-items: center;
- }
- }
- // background-image: url(https://teacherapi.cocorobo.cn/teaching-file/static//resource/jqr.png);
- }
- .creator {
- display: flex;
- padding: 30rpx;
- background-color: #ffffff;
- align-items: center;
- // margin-top: 20rpx;
- border-radius: 10px;
- image {
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- margin-right: 20rpx;
- }
- .creName {
- font-weight: bold;
- }
- }
- .member {
- background-color: #ffffff;
- margin-top: 20rpx;
- padding: 30rpx;
- border-radius: 10px;
- margin-bottom: 30rpx;
- .memberTop {
- display: flex;
- justify-content: space-between;
- margin-bottom: 10px;
- }
- .pers {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .per {
- display: flex;
- flex-direction: column;
- image {
- width: 72rpx;
- height: 72rpx;
- border-radius: 50%;
- }
- .perName {
- // font-size: 14px;
- text-align: center;
- }
- }
- }
- }
- .btnBlock {
- position: fixed;
- bottom: 0;
- width: 750rpx;
- background-color: #ffffff;
- // padding: 20px 0;
- padding: 2vh 0;
- .btn {
- width: 432rpx;
- height: 88rpx;
- font-weight: 500;
- display: flex;
- justify-content: center;
- align-items: center;
- margin: auto;
- background-color: #0056a8;
- color: #ffffff;
- }
- .btn1 {
- background-color: rgba(139, 190, 255, 1);
- }
- }
- .detailBlock {
- background-color: #ffffff;
- border-radius: 10rpx;
- padding: 30rpx;
-
- .tit {
- font-weight: 600;
- margin-bottom: 10px;
- }
-
- .cont {
- color: #999999;
- margin-bottom: 10px;
-
- text {
- color: #666666;
- }
-
- .content {
- white-space: normal;
- /*隐藏溢出*/
- /*当文本溢出包含元素时显示省略符号来代表被修剪的文本*/
- /*规定段落中的文本不进行换行*/
- letter-spacing: 2rpx;
- display: -webkit-box;
- word-break: break-all;
- text-overflow: ellipsis;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 4;
- }
-
- .content .p {
- width: 90%;
- color: #666666;
- // max-width: 100%;
- // display:inline-block;
- display: block;
- // float: left;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- // padding-right: 50rpx;
- /*设置文字溢出时显示省略号*/
-
- }
-
- .content .p.is-expanded {
- width: 100%;
- overflow: visible;
- white-space: normal;
- /*文字溢出时不再显示省略号*/
- }
-
- .btn-more {
- float: right;
- display: inline-block;
- // width: 60px;
- transform: translate(0, -100%);
- color: #0056a8;
- }
-
- .btn-more.is-zd {
- transform: none;
- // transform: translate(0,0);
- }
- }
- }
- }
- </style>
|