123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188 |
- <template>
- <view class="container activity-content">
- <!-- tabs -->
- <view class="top-content">
- <view class="tab">
- <view class="tab-item" v-for="(item,index) in tabs" :key="item.id">
- <view class="scroll-tab-item" :class="{active:tabsActive==index}" @click="toggleTab(item,index)">
- {{item.name}}
- <image src="@/static/img/border_act.png" class="border_act" v-if="tabsActive==index" mode="">
- </image>
- </view>
- </view>
- </view>
- <!-- 搜索 -->
- <view class="index-fixed" v-if="tabsActive==0" @click="goSearch">
- <icon type="search" size="15" class="search_ico" />
- <text>请输入关键字</text>
- </view>
- <view class="select-conyent" v-if="tabsActive==0">
- <van-dropdown-menu active-color="#333333">
- <van-dropdown-item id="statusstate" :title="activeStateName">
- <view class="menu-items">
- <view class="menu-items-box" @click="overallBtn('statusstate',key)"
- v-for="key in listActivityStaus" :key="key.Id">
- <view class="items-box">
- <u-icon v-if="key.IsChoose" name="checkbox-mark" color="#2C83FF" size="24"></u-icon>
- </view>
- <text>{{key.StatusName}}</text>
- </view>
- </view>
- <view class="replacement-box">
- <view class="replacement">
- <text @click="replacementBtn('statusstate')" class="replacement-box">重置</text>
- <text @click="replacementConfirm('statusstate')">确定</text>
- </view>
- </view>
- </van-dropdown-item>
- <van-dropdown-item id="industry" :title="chartPermissionName">
- <view class="decide">
- <view class="items-box">
- <u-icon v-if="isShowJurisdiction" name="checkbox-mark" color="#2C83FF" size="24">
- </u-icon>
- </view>
- <text @click="isJurisdiction">始终只展示有权限的行业</text>
- </view>
- <view class="menu-dashed">
- </view>
- <view class="menu-items">
- <view class="menu-items-box" v-for="item in listChartPermission"
- :key="item.ChartPermissionId" @click="overallClick('industry',item)">
- <view class="items-box">
- <u-icon v-if="item.IsChoose" name="checkbox-mark"
- :color="isShowJurisdiction?'#ccc':'#2C83FF'" size="24"></u-icon>
- </view>
- <text>{{item.PermissionName}}</text>
- </view>
- </view>
- <view class="replacement">
- <text @click="replacementBtn('industry')" class="replacement-box">重置</text>
- <text @click="replacementConfirm('industry')">确定</text>
- </view>
- </van-dropdown-item>
- <van-dropdown-item id="genre" :title="activityTypeName">
- <view class="menu-items">
- <view class="menu-items-box" @click="overallActivity('genre',item)"
- v-for="(item,index) in listActivityType" :key="item.ActivityTypeId">
- <view class="items-box">
- <u-icon v-if="item.IsChoose" name="checkbox-mark" color="#2C83FF" size="24">
- </u-icon>
- </view>
- <text>{{item.ActivityTypeName}}</text>
- </view>
- </view>
- <view class="replacement">
- <text @click="replacementBtn('genre')" class="replacement-box">重置</text>
- <text @click="replacementConfirm('genre')">确定</text>
- </view>
- </van-dropdown-item>
- </van-dropdown-menu>
- </view>
- </view>
- <view class="box-content" :class="{head:tabsActive==1}" v-if="haveData">
- <view class="content-list" v-for="(item,index) in collectList" :key="index">
- <view class="list-top" @click="goDetail(item)">
- <view class="list-top-box">
- <text class="title">{{item.ActivityTypeName}}</text>
- <view class="city" v-if="item.City">
- <image src="../../static/img/location.png" mode=""></image>
- <text>{{item.City}}</text>
- </view>
- </view>
- <text style="color: #2ACDD9; font-size: 26rpx;" v-if="item.ActiveState==1">未开始</text>
- <text style="color: #FF4040; font-size: 26rpx;" v-if="item.ActiveState==2">进行中</text>
- <text style="color: #999999; font-size: 26rpx;" v-if="item.ActiveState==3">已结束</text>
- </view>
- <view class="" style="display: flex;">
- <view class="list-center" @click="goDetail(item)">
- <text class="title" v-if="item.IsBrackets==1">{{item.ActivityName}}</text>
- <text class="title-two" v-else>{{item.ActivityName}}</text>
- <view class="setting-center">
- <view class="">
- <view class="box-expert" style="padding-bottom: 30rpx ;"
- v-if="item.ActivityTypeName=='专家电话会'||item.ActivityTypeName=='专家线下沙龙'">
- <view style="width: 140rpx;">
- 专家背景:
- </view>
- <view style="width:400rpx;">{{item.Expert}}</view>
- </view>
- <text style="padding-bottom: 30rpx ;"
- v-if="item.ActivityTypeName=='公司调研电话会'||item.ActivityTypeName=='公司线下调研'">嘉宾:{{item.DistinguishedGuest}}</text>
- <text style="padding-bottom: 30rpx ;"
- v-if="item.ActivityTypeName=='分析师电话会'||item.ActivityTypeName=='分析师线下沙龙'">主讲人:{{item.Speaker}}</text>
- </view>
- </view>
- <text style="padding-bottom: 30rpx ;">活动时间:{{item.ActivityTime}}</text>
- </view>
- <view class="" style="display: flex;align-items: center;padding-right: 30rpx;">
- <u-icon style="padding-bottom: 30rpx ;" name="arrow-right" color="#BDBDBD" size="34"></u-icon>
- </view>
- </view>
- <view class="list-bottom"
- v-if="item.ActiveState==1 &&(item.IsLimitPeople==1 && item.ActivityTypeName=='公司调研电话会')">
- <view class="multi-text">
- <text v-if="item.IsSignup!==1"
- @click="wanttosignup(item.ActivityId)">我要报名({{item.SignupNum}}/{{item.LimitPeopleNum}})</text>
- <text v-else
- @click="signupCancel(item.ActivityId,2,item.ActivityTime)">{{item.SignupType ==1?'取消外呼':'取消报名'}}({{item.SignupNum}}/{{item.LimitPeopleNum}})</text>
- </view>
- </view>
- <view class="list-bottom" v-else-if="item.ActiveState==1">
- <view class="multi"
- v-if="item.ActivityTypeId==1||item.ActivityTypeId==2||(item.ActivityTypeId==3&&item.IsLimitPeople==0)">
- <text class="multi-outbound" v-if="item.IsSignup!==1"
- @click="signupAdd(item.ActivityId,1)">预约外呼</text>
- <text class="multi-outbound" v-else
- @click="signupCancel(item.ActivityId,1,item.ActivityTime)">取消外呼</text>
- <text class="multi-remind" v-if="item.IsCancelMeetingReminder==0"
- style="border-left: 1px solid #E5E5E5;"
- @click="meetingReminderAdd(item.ActivityId)">会议提醒</text>
- <text class="multi-remind" v-else style="border-left: 1px solid #E5E5E5;"
- @click="meetingReminderCancel(item.ActivityId)">取消会议提醒</text>
- </view>
- <view class="multi-text" v-else>
- <text v-if="item.IsSignup!==1"
- @click="signupAdd(item.ActivityId,3)">我要报名({{item.SignupNum}}/{{item.LimitPeopleNum}})</text>
- <text v-else
- @click="signupCancel(item.ActivityId,3,item.ActivityTime)">取消报名({{item.SignupNum}}/{{item.LimitPeopleNum}})</text>
- </view>
- </view>
- </view>
- <u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="totalPage>1" />
- </view>
- <view class="nodata" v-else>
- <image src="@/static/img/act_search.png" mode="" class="nodata_ico"></image>
- <text>暂无日程</text>
- </view>
- <modalDialog :isShow="isShow" :signupType="signupType" :goFollow="goFollow" :signupStatus="signupStatus"
- :isCancelShow="isCancelShow" :idTypeCancel="idTypeCancel" @cancelShowBtn="cancelEnsure"
- :isShowhasPermission="isShowhasPermission" :applyForIsShow="applyForIsShow" :hasPermission="hasPermission"
- :jurisdictionList="jurisdictionList" />
- <areaCode :isAreaCode="isAreaCode" :areaCode="areaCode" />
- <view class="select-box">
- <u-popup v-model="selectShow" mode="bottom">
- <view style="color: #333333;font-size: 28rpxrpx;">请选择参会方式</view>
- <view style="color: #2C83FF;" @click="signupAdd('id',1)">预约外呼</view>
- <view style="color: #2C83FF;" @click="signupAdd('id',2)">自主拨入</view>
- <view style="color: #A9AFB8;" @click="selectShow=false">取消</view>
- </u-popup>
- </view>
- </view>
- </template>
- <script>
- import {
- activity,
- User
- } from "@/config/api.js"
- import {
- Throttle
- } from '@/config/util.js'
- import modalDialog from '@/components/modalDialog.vue'
- import areaCode from "@/components/areaCode.vue"
- let app = getApp()
- export default {
- data() {
- return {
- tabs: [{
- name: '全部活动',
- id: 1
- },
- {
- name: '我的日程',
- id: 2
- },
- ],
- tabsActive: 0,
- page_no: 1,
- pageSize: 10,
- collectList: [],
- status: 'loadmore',
- totalPage: '',
- haveData: true,
- loadText: {
- loadmore: '上拉加载更多',
- loading: '加载中',
- nomore: '已经到底了'
- },
- listActivityStaus: [], //状态
- listActivityType: [], //类型
- listChartPermission: [], //分类
- isShowJurisdiction: '',
- activeState: '1', //活动进行状态
- activityTypeIds: '', //活动类型id 多个用 , 隔开
- chartPermissionIds: '', //行业id 多个用 , 隔开
- activeStateName: '未开始',
- chartPermissionName: '行业分类',
- activityTypeName: '活动类型',
- isShowJurisdiction: false,
- isGain: true,
- signupType: '', //关注类型
- goFollow: false, //是否关注公众号
- signupStatus: 'Success', //4个不同的类型提示文案
- isShow: false, //弹框
- isCancelShow: false,
- idTypeCancel: {
- id: '',
- type: 1,
- cutId: '',
- state: '',
- isNum: false
- },
- isId: 0,
- isAreaCode: false,
- areaCode: {
- id: '',
- type: ''
- },
- isNeedAddCountryCode: false,
- selectShow: false,
- activityIdAdd: '',
- hasPermission: '', //是否有权限
- jurisdictionList: {
- SellerMobile: '',
- PopupMsg: '',
- OperationMode: '',
- },
- isShowhasPermission: false, //拨打销售电话
- applyForIsShow: false, //潜在用户
- }
- },
- watch: {
- tabsActive() {
- },
- },
- components: {
- modalDialog,
- areaCode
- },
- onLoad(option) {
- this.countryCcode() //判断是否加区号
- if (option.typeName) {
- this.activeState = option.statesId //活动进行状态
- this.activityTypeIds = option.typeIds //活动类型id 多个用 , 隔开
- this.chartPermissionIds = option.chartIds //行业id 多个用 , 隔开
- this.activeStateName = option.stateName
- this.chartPermissionName = option.chartName
- this.activityTypeName = option.typeName
- this.tabsActive = option.tabs
- this.isGain = false
- } else {
- this.isGain = true
- }
- if (this.tabsActive == 1) {
- this.getScheduleList()
- } else {
- if (this.isGain) {
- this.getList()
- }
- this.getUserSearchContent()
- }
- },
- //切换tabs 刷新页面
- onTabItemTap() {
- this.activeStateName = '未开始'
- this.chartPermissionName = '行业分类'
- this.activityTypeName = '活动类型'
- this.activeState = '1' //活动进行状态
- this.activityTypeIds = '' //活动类型id 多个用 , 隔开
- this.chartPermissionIds = '' //行业id 多个用 , 隔开
- this.page_no = 1
- this.collectList = []
- this.getList()
- this.getUserSearchContent()
- },
- methods: {
- wanttosignup(id) {
- this.activityIdAdd = id
- this.selectShow = true
- },
- //获取列表
- getList() {
- activity.getActivityList({
- PageSize: this.pageSize,
- CurrentIndex: this.page_no,
- ActiveState: this.activeState, //活动进行状态
- ActivityTypeIds: this.activityTypeIds, //活动类型id 多个用 , 隔开
- ChartPermissionIds: this.chartPermissionIds, //行业id 多个用 , 隔开
- IsShowJurisdiction: this.isId
- }).then(res => {
- if (res.Ret !== 200) return
- this.status = this.page_no < res.Data.Paging.Pages ? 'loadmore' : 'nomore';
- this.totalPage = res.Data.Paging.Pages; //总页数
- if (this.page_no === 1) {
- this.collectList = res.Data.List || [];
- this.haveData = this.collectList.length ? true : false
- if (this.refresh) {
- uni.stopPullDownRefresh();
- this.refresh = false;
- }
- } else {
- this.collectList.push(...res.Data.List)
- }
- })
- },
- //我的日程
- getScheduleList() {
- activity.getScheduleList({
- PageSize: this.pageSize,
- CurrentIndex: this.page_no,
- }).then(res => {
- if (res.Ret !== 200) return
- this.status = this.page_no < res.Data.Paging.Pages ? 'loadmore' : 'nomore';
- this.totalPage = res.Data.Paging.Pages; //总页数
- if (this.page_no === 1) {
- this.collectList = res.Data.List || [];
- this.haveData = this.collectList.length ? true : false
- if (this.refresh) {
- uni.stopPullDownRefresh();
- this.refresh = false;
- }
- } else {
- this.collectList.push(...res.Data.List)
- }
- })
- },
- //获取活动详情接口
- getUserSearchContent(name) {
- activity.getUserSearchContent({
- IsShowJurisdiction: this.isId
- }).then(res => {
- this.isShowJurisdiction = res.Data.IsShowJurisdiction
- this.listActivityStaus = res.Data.ListActivityStaus
- this.listActivityType = res.Data.ListActivityType
- this.listChartPermission = res.Data.ListChartPermission || []
- if (this.isGain) {
- // this.preserve()
- } else {
- this.shareOption()
- }
- if (name == 'traverse') {
- const hyArr = []
- this.listChartPermission.forEach(key => {
- if (key.IsChoose) {
- hyArr.push(key.ChartPermissionId)
- }
- })
- this.chartPermissionIds = hyArr.join(',')
- }
- })
- },
- shareOption() {
- const arr = this.activeState.split(',').map(item => item - 0)
- this.listActivityStaus.forEach(item => {
- if (arr.indexOf(item.Id) !== -1) {
- item.IsChoose = true
- } else {
- item.IsChoose = false
- }
- })
- const hyarr = this.chartPermissionIds.split(',').map(item => item - 0)
- this.listChartPermission.forEach(key => {
- if (hyarr.indexOf(key.ChartPermissionId) !== -1) {
- key.IsChoose = true
- } else {
- key.IsChoose = false
- }
- })
- const lxarr = this.activityTypeIds.split(',').map(item => item - 0)
- this.listActivityType.forEach(key => {
- if (lxarr.indexOf(key.ActivityTypeId) !== -1) {
- key.IsChoose = true
- } else {
- key.IsChoose = false
- }
- })
- this.preserve()
- },
- //获取是否需要填写区号接口
- countryCcode() {
- User.countryCcode().then(res => {
- if (res.Ret == 200) {
- this.isNeedAddCountryCode = res.Data.IsNeedAddCountryCode
- }
- })
- },
- //报名
- signupAdd(id, type) {
- if (app.globalData.isBind && !app.globalData.isAuth) {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- return
- }
- this.selectShow = false
- if (id == 'id') {
- id = this.activityIdAdd
- }
- if (this.isNeedAddCountryCode) {
- this.isAreaCode = true
- this.areaCode = {
- id,
- type,
- }
- } else {
- activity.signupAdd({
- ActivityId: id,
- SignupType: type,
- }).then(res => {
- if (res.Ret == 200) {
- this.hasPermission = res.Data.HasPermission
- if (this.hasPermission == 1) {
- const index = this.collectList.findIndex(item => item.ActivityId == id)
- this.collectList[index].SignupType = type
- if (res.Data.GoFollow && res.Data.SignupStatus !== 'Success' || !res.Data
- .GoFollow) {
- this.isShow = true
- } else {
- this.goFollow = res.Data.GoFollow
- }
- this.signupType = res.Data.SignupType
- this.signupStatus = res.Data.SignupStatus
- this.idTypeCancel = {
- cutId: res.Data.ActivityId,
- state: 1
- }
- } else if (this.hasPermission == 2) {
- this.jurisdictionList.SellerMobile = res.Data.SellerMobile
- this.jurisdictionList.PopupMsg = res.Data.PopupMsg
- this.isShowhasPermission = true
- } else if (this.hasPermission == 3 || this.hasPermission == 4) {
- this.jurisdictionList.PopupMsg = res.Data.PopupMsg
- this.applyForIsShow = true
- }
- }
- })
- }
- },
- //取消报名
- signupCancel(id, type, time) {
- const str = time.replace(/-/g, '/')
- const date = new Date(str)
- const times = date.getTime()
- const num = new Date().getTime()
- if (times - num <= 3600000) {
- uni.showModal({
- confirmText: '知道了',
- showCancel: false,
- confirmColor: '#3385FF',
- content: type == 1 ? '活动开始前1小时内无法取消预约外呼,请联系对口销售处理' : '活动开始前1小时内无法取消报名,请联系对口销售处理'
- })
- return
- }
- this.isCancelShow = true
- this.idTypeCancel = {
- id,
- type,
- cutId: '',
- state: 0,
- isNum: true
- }
- },
- //遍历
- preserve() {
- const arr = []
- const str = []
- this.listActivityStaus.forEach(item => {
- if (item.IsChoose) {
- arr.push(item.Id)
- str.push(item.StatusName)
- }
- })
- if (str.length == this.listActivityStaus.length) {
- this.activeStateName = '所有状态'
- } else if (str.length <= 0) {
- this.activeStateName = '活动状态'
- } else {
- this.activeStateName = str.join(',')
- }
- this.activeState = arr.join(',')
- const hyArr = []
- const hyStr = []
- this.listChartPermission.forEach(key => {
- if (key.IsChoose) {
- hyArr.push(key.ChartPermissionId)
- hyStr.push(key.PermissionName)
- }
- })
- if (hyStr.length == this.listChartPermission.length) {
- this.chartPermissionName = '所有行业'
- } else if (hyStr.length <= 0) {
- this.chartPermissionName = '行业分类'
- } else {
- this.chartPermissionName = hyStr.join(',')
- }
- this.chartPermissionIds = hyArr.join(',')
- const lxArr = []
- const lxStr = []
- this.listActivityType.forEach(key => {
- if (key.IsChoose) {
- lxArr.push(key.ActivityTypeId)
- lxStr.push(key.ActivityTypeName)
- }
- })
- if (lxStr.length == this.listActivityType.length) {
- this.activityTypeName = '所有活动'
- } else if (lxStr.length <= 0) {
- this.activityTypeName = '活动类型'
- } else {
- this.activityTypeName = lxStr.join(',')
- }
- this.activityTypeIds = lxArr.join(',')
- this.getList()
- },
- //头部tabs切换
- toggleTab(item, index) {
- if (this.tabsActive !== index) {
- this.tabsActive = index
- }
- this.page_no = 1
- this.collectList = []
- this.status = 'loadmore'
- if (this.tabsActive == 0) {
- this.getList()
- } else {
- this.getScheduleList()
- }
- },
- //状态的下拉选择
- overallBtn(type, item) {
- this.listActivityStaus.forEach(key => {
- if (key.Id == item.Id) {
- key.IsChoose = !key.IsChoose
- }
- })
- },
- // 行业的下拉选择
- overallClick(type, item) {
- if (this.isShowJurisdiction) return
- this.listChartPermission.forEach(key => {
- if (key.ChartPermissionId == item.ChartPermissionId) {
- key.IsChoose = !key.IsChoose
- }
- })
- },
- //类型的下拉选择
- overallActivity(type, item) {
- this.listActivityType.forEach(key => {
- if (key.ActivityTypeId == item.ActivityTypeId) {
- key.IsChoose = !key.IsChoose
- }
- })
- },
- /* 新布局产业选项重置按钮 */
- replacementBtn(type) {
- if (type == 'statusstate') {
- this.listActivityStaus.forEach(item => item.IsChoose = false)
- this.listActivityStaus[0].IsChoose = true
- this.activeState = '1'
- this.activeStateName = '未开始'
- } else if (type == 'industry') {
- this.chartPermissionIds = ''
- this.isShowJurisdiction = false
- this.isId = 2
- this.getUserSearchContent()
- this.listChartPermission.forEach(item => item.IsChoose = false)
- this.chartPermissionName = '行业分类'
- } else {
- this.listActivityType.forEach(item => item.IsChoose = false)
- this.activityTypeIds = ''
- this.activityTypeName = '活动类型'
- }
- },
- /* 新布局产业选项确定按钮 */
- replacementConfirm(type) {
- this.page_no = 1
- if (type == 'statusstate') {
- const arr = []
- const str = []
- this.listActivityStaus.forEach(key => {
- if (key.IsChoose) {
- arr.push(key.Id)
- str.push(key.StatusName)
- }
- })
- if (str.length == this.listActivityStaus.length) {
- this.activeStateName = '所有状态'
- } else if (str.length <= 0) {
- this.activeStateName = '活动状态'
- } else {
- this.activeStateName = str.join(',')
- }
- this.activeState = arr.join(',')
- } else if (type == 'industry') {
- const arr = []
- const str = []
- this.listChartPermission.forEach(key => {
- if (key.IsChoose) {
- arr.push(key.ChartPermissionId)
- str.push(key.PermissionName)
- }
- })
- if (str.length == this.listChartPermission.length) {
- this.chartPermissionName = '所有行业'
- } else if (str.length <= 0) {
- this.chartPermissionName = '行业分类'
- } else {
- this.chartPermissionName = str.join(',')
- }
- this.chartPermissionIds = arr.join(',')
- } else {
- const arr = []
- const str = []
- this.listActivityType.forEach(key => {
- if (key.IsChoose) {
- arr.push(key.ActivityTypeId)
- str.push(key.ActivityTypeName)
- }
- })
- if (str.length == this.listActivityType.length) {
- this.activityTypeName = '所有活动'
- } else if (str.length <= 0) {
- this.activityTypeName = '活动类型'
- } else {
- this.activityTypeName = str.join(',')
- }
- this.activityTypeIds = arr.join(',')
- }
- this.page_no = 1
- this.collectList = []
- this.getList()
- this.selectComponent(`#${type}`).toggle();
- },
- //去往详情页面
- goDetail(item) {
- if (!app.globalData.isAuth && !app.globalData.isBind) { // 已授权已绑定
- uni.navigateTo({
- url: '/pages/activityDetail/activityDetail?id=' + item.ActivityId,
- });
- } else if (app.globalData.isAuth) { //未授权
- uni.navigateTo({
- url: '/pages/authGuide/authGuide'
- })
- } else if (app.globalData.isBind && !app.globalData.isAuth) { //已授权未绑定
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- },
- //是否展示有权限的行业
- isJurisdiction() {
- if (this.isShowJurisdiction) {
- this.isId = 2
- } else {
- this.isId = 1
- }
- this.getUserSearchContent('traverse')
- },
- //取消弹框的确认事件
- cancelEnsure(obj, type, unm) {
- this.selectShow = false
- if (this.tabsActive == 0) {
- if (obj.cutId == 0) return
- if (type == 1) {
- this.collectList.forEach(item => {
- if (obj.cutId == item.ActivityId) {
- item.IsSignup = obj.state
- if (unm) {
- item.SignupNum = item.SignupNum - 1
- } else {
- item.SignupNum = item.SignupNum + 1
- }
- }
- })
- } else {
- this.collectList.forEach(item => {
- if (obj.cutId == item.ActivityId) {
- item.IsSignup = obj.state
- if (unm) {
- item.SignupNum = item.SignupNum - 1
- } else {
- item.SignupNum = item.SignupNum + 1
- }
- }
- })
- }
- } else {
- this.getScheduleList()
- }
- },
- //搜索事件
- goSearch() {
- /* */
- this.$store.dispatch('checkHandle').then(res => {
- app.globalData.isAuth = res.IsAuth;
- app.globalData.isBind = res.IsBind;
- if ((!res.IsAuth) && (!res.IsBind)) { //已授权已绑定
- uni.navigateTo({
- url: '/pages/activitySearch/activitySearch',
- });
- } else if (res.IsAuth) { //未授权
- uni.navigateTo({
- url: '/pages/authGuide/authGuide'
- })
- } else if (res.IsBind && !res.IsAuth) { //已授权未绑定
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- })
- },
- //添加会议提醒接口
- meetingReminderAdd(id) {
- if (app.globalData.isBind && !app.globalData.isAuth) {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- return
- }
- activity.meetingReminderAdd({
- ActivityId: id
- }).then(res => {
- if (res.Ret == 200) {
- this.hasPermission = res.Data.HasPermission
- if (this.hasPermission == 1) {
- uni.showModal({
- confirmText: '知道了',
- confirmColor: '#3385FF',
- content: res.Msg,
- showCancel: false,
- success: (res) => {
- this.collectList.forEach(item => {
- if (id == item.ActivityId) {
- item.IsCancelMeetingReminder = 1
- }
- })
- }
- })
- } else if (this.hasPermission == 2) {
- this.jurisdictionList.SellerMobile = res.Data.SellerMobile
- this.jurisdictionList.PopupMsg = res.Data.PopupMsg
- this.isShowhasPermission = true
- } else if (this.hasPermission == 3 || this.hasPermission == 4) {
- this.jurisdictionList.PopupMsg = res.Data.PopupMsg
- this.applyForIsShow = true
- }
- }
- })
- },
- //取消会议提醒接口
- meetingReminderCancel(id) {
- activity.meetingReminderCancel({
- ActivityId: id
- }).then(res => {
- if (res.Ret == 200) {
- uni.showModal({
- confirmText: '知道了',
- confirmColor: '#3385FF',
- content: res.Msg,
- showCancel: false,
- success: (res) => {
- if (res.confirm) {
- this.collectList.forEach(item => {
- if (id == item.ActivityId) {
- item.IsCancelMeetingReminder = 0
- }
- })
- }
- }
- })
- }
- })
- },
- authentication() {
- /* */
- this.$store.dispatch('checkHandle').then(res => {
- app.globalData.isAuth = res.IsAuth;
- app.globalData.isBind = res.IsBind;
- })
- }
- },
- onShow() {
- this.authentication()
- },
- /**
- * 用户点击分享
- */
- onShareAppMessage: function(res) {
- return {
- title: '活动',
- path: '/pages/activity/activity?statesId=' + this.activeState + '&typeIds=' + this.activityTypeIds +
- '&chartIds=' + this.chartPermissionIds + '&stateName=' + this.activeStateName + '&chartName=' +
- this.chartPermissionName + '&typeName=' + this.activityTypeName + '&tabs=' + this.tabsActive,
- success: (res) => {},
- fail: (err) => {}
- }
- },
- /* 触底 */
- onReachBottom: Throttle(function() {
- if (this.status === 'nomore') return;
- this.status = 'loading';
- this.page_no++;
- if (this.tabsActive == 0) {
- this.getList()
- } else {
- this.getScheduleList()
- }
- }),
- /* 下拉刷新 */
- onPullDownRefresh: Throttle(function() {
- this.page_no = 1;
- this.refresh = true;
- if (this.tabsActive == 0) {
- this.getList()
- } else {
- this.getScheduleList()
- }
- }),
- }
- </script>
- <style scoped lang="scss">
- .activity-content {
- background-color: #F7F7F7;
- .top-content {
- width: 100%;
- background-color: #fff;
- padding: 0 30rpx;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 999;
- .tab {
- display: flex;
- font-size: 32rpx;
- color: #707070;
- .tab-item {
- flex: 1;
- text-align: center;
- .scroll-tab-item {
- height: 78rpx;
- line-height: 48rpx;
- position: relative;
- .border_act {
- position: absolute;
- height: 6rpx;
- width: 340rpx;
- left: 0;
- bottom: 0rpx;
- }
- }
- .active {
- color: #3385FF;
- font-weight: bold;
- font-size: 34rpx;
- }
- image {}
- }
- }
- .index-fixed {
- margin-top: 40rpx;
- width: 100%;
- display: flex;
- align-items: center;
- height: 70rpx;
- background: #F6F6F6;
- border: 1rpx solid #E5E5E5;
- opacity: 1;
- border-radius: 35rpx;
- padding-left: 34rpx;
- color: #8D8D8D;
- font-size: 28rpx;
- .search_ico {
- padding-right: 16rpx;
- }
- }
- .select-conyent {
- margin-top: 10rpx;
- .decide {
- background-color: #F8F8FA;
- display: flex;
- align-items: center;
- margin: 0 auto;
- height: 110rpx;
- width: 100%;
- padding-left: 30rpx;
- }
- .items-box {
- width: 40rpx;
- }
- .menu-items {
- background-color: #F8F8FA;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- padding: 30rpx 30rpx 0;
- .menu-items-box {
- display: flex;
- width: 50%;
- font-size: 28rpx;
- font-weight: 400;
- margin-bottom: 40rpx;
- }
- }
- .replacement-box {
- background-color: #fff;
- padding-bottom: 40rpx;
- border-radius: 0rpx 0rpx 16rpx 16rpx;
- }
- .replacement {
- margin: 0rpx 30rpx 20rpx;
- display: flex;
- background-color: #2C83FF;
- opacity: 1;
- height: 60rpx;
- line-height: 58rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #FFFFFF;
- border-radius: 30rpx;
- text {
- flex: 1;
- text-align: center;
- }
- .replacement-box {
- border: 1rpx solid #2C83FF;
- opacity: 1;
- color: #2C83FF;
- background: #FFFFFF;
- border-radius: 28rpx 0rpx 28rpx 28rpx;
- }
- }
- }
- }
- .head {
- padding-top: 80rpx !important;
- }
- .menu-dashed {
- margin: 0 auto;
- width: 682rpx;
- border-bottom: 2rpx solid #E5E5E5;
- }
- .box-content {
- padding: 300rpx 34rpx 20rpx;
- background-color: #F7F7F7;
- .content-list {
- box-sizing: border-box;
- overflow: hidden;
- margin-top: 30rpx;
- width: 100%;
- background: #FFFFFF;
- box-shadow: 0px 3rpx 6rpx rgba(141, 141, 141, 0.16);
- border-radius: 16rpx;
- font-size: 28rpx;
- .list-top {
- margin: 0 30rpx;
- display: flex;
- justify-content: space-between;
- border-bottom: 1rpx solid #E5E5E5;
- height: 82rpx;
- line-height: 82rpx;
- color: #333333;
- font-size: 32rpx;
- .list-top-box {
- display: flex;
- .title {
- color: #333333;
- font-size: 30rpx;
- font-weight: bold;
- }
- }
- .city {
- margin-left: 40rpx;
- display: flex;
- color: #3385FF;
- align-items: center;
- font-size: 26rpx;
- image {
- width: 27rpx;
- height: 32rpx;
- margin-right: 12rpx;
- }
- }
- }
- .list-center {
- width: 100%;
- color: #333333;
- .title {
- padding: 20rpx 30rpx 24rpx 30rpx;
- line-height: 46rpx;
- color: #333;
- font-size: 28rpx;
- font-weight: bold;
- text-indent: -14rpx
- }
- .title-two {
- padding-left: 30rpx;
- padding-bottom: 24rpx;
- padding-top: 20rpx;
- line-height: 46rpx;
- color: #333;
- font-size: 28rpx;
- font-weight: bold;
- }
- text {
- padding-left: 30rpx;
- }
- .setting-center {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-right: 30rpx;
- .box-expert {
- margin-left: 30rpx;
- display: flex;
- }
- }
- }
- .list-bottom {
- height: 80rpx;
- // border-top: 1px solid #E5E5E5;
- .multi {
- display: flex;
- text-align: center;
- line-height: 80rpx;
- color: #3385FF;
- text {
- width: 50%;
- }
- .multi-outbound {
- background: #3385FF;
- color: #FFFFFF;
- border-radius: 0px 0px 0px 16rpx;
- }
- .multi-remind {
- background: #EBF4FF;
- color: #3385FF;
- border-radius: 0px 0px 16rpx 0px;
- }
- }
- .multi-text {
- line-height: 80rpx;
- color: #FFFFFF;
- width: 100%;
- text-align: center;
- background: #3385FF;
- opacity: 1;
- border-radius: 0px 0px 16rpx 16rpx;
- }
- }
- }
- }
- .nodata {
- padding-top: 350rpx;
- image {
- width: 374rpx;
- height: 288rpx;
- }
- }
- .select-box {
- width: 100%;
- view {
- height: 95prx;
- line-height: 95rpx;
- text-align: center;
- font-size: 32rpx;
- border-bottom: 1rpx solid #EBEBEB;
- ;
- }
- }
- /deep/.van-dropdown-menu {
- background-color: #fff;
- box-shadow: none !important;
- padding-top: 20rpx;
- }
- /deep/.van-dropdown-menu__item {
- box-sizing: border-box;
- width: 190rpx;
- margin-right: 40rpx;
- padding-right: 20rpx;
- height: 51rpx;
- border-radius: 26rpx;
- background: #F8F8FA;
- }
- /deep/.van-dropdown-item {
- margin-top: -10rpx;
- }
- /deep/[data-index='2'] {
- margin-right: 0rpx;
- }
- /deep/ .van-ellipsis {
- font-size: 24rpx;
- }
- }
- </style>
|