| | |
| | | {//没有进行中的活动,不用处理 |
| | | return true; |
| | | } |
| | | |
| | | //查询是否参加了招募活动 |
| | | $recruitid=$actList[0]['id'].'u'.$userid; |
| | | $actReinfo=Db::query('select id,create_time from t_recruit_act where id=? and settlement_status=0',[$recruitid]); |
| | | $actReinfo=Db::query('select id,create_time from t_recruit_act where id=? and user_t=0 and settlement_status=0',[$recruitid]); |
| | | if(empty($actReinfo)) |
| | | {//没有参加活动,不用处理 |
| | | return true; |
| | |
| | | <div v-if="isShowcj" class="btngo" v-on:click="joinAct()"> |
| | | <image style="width: 70%;" src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/invite_btn.png"></image> |
| | | </div> |
| | | <div v-else class="btngo share" v-on:click="copyBtn('.share')"> |
| | | <image style="width: 70%;" src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/invit_pic.png"></image> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | var app= new Vue({ |
| | | el: '#inviteact', |
| | | data:{ |
| | | //posturl:'http://dfg.shop.com', |
| | | posturl:'https://appapitest.ushopvip.com', |
| | | posturl:'http://dfg.shop.com', |
| | | //posturl:'https://appapitest.ushopvip.com', |
| | | //posturl:'http://dfgapp.ushopvip.com', |
| | | activityid:'3432534sdsd', |
| | | loadingTxt:'加载中...', |