123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <import src="../../../../wxParse/wxParse.wxml" />
- <view class="partcontent">
- <image src="{{detail.bannerImg ? detail.bannerImg : appAssetsUrl2+'wjxy/activebg.png'}}" lazy-load="{{true}}" class="partbg" />
- <view class='partime-container'>
- <view class="acitemwrap">
- <!-- <view class="flex-bet w100 apwrap">
- <view class="w70 price activeity-price-c">
- <label>名额:</label>
- <text class="num">{{detail.willnum}}</text>
- <text class="company">人</text>
- </view>
- <view class="w30 tc status flex-xy-center activeity-price-d">
- <text>{{detail.statusName}}</text>
- </view>
- </view> -->
- <view class="content">
- <view class="name-price">
- <view class="title">{{detail.title}}</view>
- <view class="price">
- <text class="p1">¥</text>
- <text class="p2">{{ detail.money }}</text>
- <text class="p1">{{'元'}}</text>
- </view>
- </view>
- <view class="type-state">
- <view>
- <view class="type" wx:if="{{ detail.isNeedVip == 1 }}">青雲慧会员免费</view>
- </view>
- <!-- {{item.statusName === '进行中' ? 'activestatus' : item.statusName === '报名中' ? 'baostatus' : item.statusName === '已结束' ? 'endstatus' : item.statusName === '已报满' ? 'mstatus' : 'nostatus'}} -->
- <view class="sub-btn {{detail.statusName === '进行中' ? 'activestatus' : detail.statusName === '报名中' ? 'baostatus' : detail.statusName === '已结束' ? 'endstatus' : detail.statusName === '已报满' ? 'mstatus' : 'nostatus'}}">
- {{detail.statusName}}
- </view>
- </view>
- <view class="list" style="margin-top:10rpx;">活动日期:{{detail.startDate}} — {{detail.endDate}}</view>
- <view class="list">活动时间:{{detail.startTime}} — {{detail.endTime}}</view>
- <view class="list" bindtap="goLocal">
- <i style="font-size:35rpx;" class="iconfont icon-dizhi icon-act-dizhi"></i>
- <view class="address-word">
- 地址:{{detail.address}}</view>
- <i class="iconfont1 icon-jinrujiantouxiao righticon"></i>
- </view>
- </view>
- </view>
- <!-- 项目信息 -->
- <view class="big-box {{options && !options.stuId || detail.isNeedVip && member.memberState == 0 ? 'vipBg' : ''}}">
- <view class="dim {{options && !options.stuId || detail.isNeedVip && member.memberState == 0 ? '' : 'showDim'}}">
- <image src="{{appAssetsUrl2}}new/dim.png"></image>
- <view class="tip">加入会员,即可报名活动</view>
- </view>
- <view class="product-box">
- <view class="hot-title">
- <view class="line"></view>
- <view class="title">项目信息</view>
- </view>
- <view class="list" style="margin-top:20rpx;">报名截止:{{detail.registrationEnd}}</view>
- <view class="list">集合截止:{{detail.meetingTime}}</view>
- <view class="list">已报名/名额:{{ detail.beennum }}/{{ detail.willnum }}</view>
- </view>
- <!-- 个人信息 -->
- <view class="user-box">
- <image mode="aspectFill" src="{{schoolInfo.memberphoto ? schoolInfo.memberphoto : appAssetsUrl2 + 'wjxy/login.png'}}" lazy-load="{{true}}" class="user-img" />
- <view class="user-right">
- <view>
- <view class="name-sex">
- <view wx:if="{{schoolInfo.name}}">
- {{schoolInfo.name}}
- </view>
- <image mode="aspectFill" wx:if="{{schoolInfo.sex}}" src="{{ schoolInfo.sex == '010' ? appAssetsUrl2+'wjxy/man.png' : schoolInfo.sex == '男' ? appAssetsUrl2+'wjxy/man.png' : appAssetsUrl2+'wjxy/wumen.png'}}" class="user-sex" />
- </view>
- <view class="zhiwei">{{roleList[schoolInfo.memberRoleStatus - 1]}}</view>
- </view>
- <view class="right-box" bindtap="perDetail">
- TA的发布
- <i style="font-size:40rpx;color:#000000;" class="iconfont1 icon-jinrujiantouxiao righticon"></i>
- </view>
- </view>
- </view>
- <!-- 参与人员 -->
- <view class="per-box" wx:if="{{peopleList.length > 0}}">
- <view class="hot-title">
- <view class="line"></view>
- <view class="title">参与人员</view>
- </view>
- <view class="people">
- <view class="people-content">
- <view class="imgs" wx:if="{{isMore}}">
- <image style="left: {{(index*35)}}px;z-index:{{10 -index}} " class="img" wx:for="{{people6}}" src="{{item.memberPhoto}}"></image>
- <view class="dot" style="left: {{(6*35)}}px;z-index:1" wx:if="{{peopleList.length >= 6}}">...</view>
- </view>
- <view class="total-img" wx:else>
- <image class="imgk" wx:for="{{peopleList}}" src="{{item.memberPhoto}}"></image>
- <view class="up" bindtap="showMore">
- <view class="up-word">收起</view>
- <i style="font-size:40rpx;" class="iconfont1 icon-jinrujiantouxiao righticon upicon"></i>
- </view>
- </view>
- <view class="more" wx:if="{{peopleList.length >= 6 && isMore }}" bindtap="showMore">
- <view class="more-word">展开更多</view>
- <i style="font-size:40rpx;" class="iconfont1 icon-jinrujiantouxiao righticon"></i>
- </view>
- </view>
- </view>
- </view>
- <view class='partime-bg'>
- <view class='partime-detail'>
- <!-- <view class='partime-detail-container'>
- <text class='partime-detail-title hk-leftt'>活动详情</text>
- <view class='circle'></view>
- </view> -->
- <view class="hot-title">
- <view class="line"></view>
- <view class="title">活动详情</view>
- </view>
- </view>
- <view class='content'>
- <view style="font-size: 24rpx;color: #666666;" wx:if="{{isWx}}">
- <view wx:for="{{detail.activityAppletsDetailsList}}">{{item == null ? '' : item}}</view>
- </view>
- <template wx:else is="wxParse" data="{{wxParseData:content.nodes}}" />
- </view>
- </view>
- <view class='partime-bg member partime-listcolor'>
- <view class='partime-detail'>
- <!-- <view class='partime-detail-container'>
- <text class='partime-detail-title hk-leftt'>会员须知</text>
- <view class='circle'></view>
- </view> -->
- <view class="hot-title">
- <view class="line"></view>
- <view class="title">会员须知</view>
- </view>
- </view>
- <view class='partime-member-info '>
- <template is="wxParse" data="{{wxParseData:vipActivityMessage.nodes}}" class="partime-detail-info" />
- </view>
- <view class="mask {{maskShow?'':'hidden'}}" catchtouchmove="preventTouchMove" bindtap='maskClose'>
- </view>
- </view>
- </view>
- <view class='botm zindex' style="bottom: {{bottomLeft}}px;">
- <view class='left' style="width:120rpx;">
- <view class='left-t'>
- <button open-type='share' class='left-t-l'>
- <image src='{{appAssetsUrl2}}wjxy/share.png' />
- <text class="sharebtn">分享 </text>
- </button>
- <!-- <view class='left-t-r' bindtap="collect">
- <i class="iconfont-c3 icon-shoucang {{detail.collect?'isyn':''}}"></i>
- <text class="collect">收藏</text>
- </view> -->
- </view>
- </view>
- <view class="btn-box">
- <view class="see-code" bindtap="seeCode">查看二维码</view>
- <view wx:if="{{!detail.activityStuYN}}" class="btn mainbg {{detail.statusName == '报名中'?'':'greybg'}}" bindtap="submit">
- <text>立即报名</text>
- </view>
- <view wx:if="{{detail.activityStuYN}}" class='btn greybg'>
- <text>已报名</text>
- </view>
- </view>
- <popup2 id='popup3' title='查看二维码' content="{{['']}}" btn2="{{false}}" btn_no='' btn_ok='知道了' bind:error="_error" bind:success="_success" data-name="popup3">
- <view slot="content" style="width: 85%;padding: 44rpx 0 38rpx 0;">
- <view class="code-tip" wx:if="{{detail.contactInstructions}}">{{detail.contactInstructions}}</view>
- <image class="code-img" src='{{detail.qrCodePicture}}' bindtap="seeBigCode" />
- </view>
- </popup2>
- <popup2 id='popup4' title='提示' isCancel="{{true}}" content="{{['']}}" btn_no='继续支付' btn_ok='查看会员权益' bind:error2="_error2" bind:error="_error" bind:success="_success" data-name="popup4" data-cancel="1">
- <view slot="content" style="width: 85%;padding: 44rpx 0 38rpx 0;">
- <view class="msg-tip1">活动为潮兼职免费</view>
- <!-- <view class="msg-tip2">是否开通/升级会员</view> -->
- </view>
- </popup2>
- <popup2 id='popup5' title='确认报名' content="{{['']}}" self="{{true}}" btn2="{{false}}" btn_no='' btn_ok='' bind:error="_error" bind:success="_success" data-name="popup5">
- <view slot="content" style="width: 100%;padding: 44rpx 27rpx 38rpx 27rpx;box-sizing: border-box;">
- <view class="popup5-item">
- <text>活动价格:</text> <text class="a-price">{{detail.money}}</text> <text style="color:#cccccc;">元</text>
- </view>
- <view class="popup5-item">
- <text>剩余积分:</text> <text>{{point}}</text>
- </view>
- <view class="jifen-box" wx:if="{{point > 0}}">
- <view class="left">
- <view class="use">使用 {{usePoints}} 积分 </view>
- <view class="di">抵扣 {{dmoney}} 元</view>
- </view>
- <view class="switch {{ open ? '' : 'close-bg' }}" bindtap="changeSwitch">
- <view class="switch-dot {{ open ? '' : 'close-switch' }}"></view>
- </view>
- </view>
- <view class="pay-btn" wx:if="{{(open&&actualPrice==0) || !open&&detail.money==0 }}" bindtap="confirmPay">立即报名</view>
- <view class="pay-btn" wx:else bindtap="confirmPay">确认支付{{ open ? actualPrice : detail.money }}元</view>
- </view>
- </popup2>
- <popup2 id='popup' title='提示' content="{{['']}}" btn_no='取消' btn_ok='确认' bind:error="_error" bind:success="_success" data-name="popup">
- <view slot="content" style="width: 85%;padding: 44rpx 0 38rpx 0;">
- 该活动需要开通VIP才能报名
- </view>
- </popup2>
- <popup2 id='popup2' title='提示' content="{{['']}}" btn_no='取消' btn_ok='立即完善' bind:error="_error" bind:success="_success" data-name="popup2">
- <view slot="content" style="width: 85%;padding: 44rpx 0 38rpx 0;">
- 请完善资料后进行报名操作
- </view>
- </popup2>
- </view>
- </view>
- <view style="height: {{bottomLeft}}px;width: 100%;position: fixed;bottom: 0;background: white;z-index: 1000;"></view>
- </view>
- <!-- <button class="custCare" open-type="contact" session-from="sessionFrom" style="bottom: calc(150rpx + {{bottomLeft}}px);">
- <image mode="aspectFill" src="{{appAssetsUrl}}/images/custCare.png"></image>
- </button> -->
|