|
@@ -90,32 +90,35 @@
|
|
|
<view class="item">
|
|
|
<view class="item-text" @click="goDetail(item)">
|
|
|
<text class="activity-title"> {{ item.ActivityName }} </text>
|
|
|
- <text class="text_twoLine" v-if="item.ActivityTypeName == '专家电话会' || item.ActivityTypeName == '专家线下沙龙' || item.ActivityTypeName == '研选电话会'"
|
|
|
- >专家背景:{{ item.Expert }}
|
|
|
- </text>
|
|
|
- <text class="text_twoLine" v-if="item.ActivityTypeName == '公司调研电话会' || item.ActivityTypeName == '公司线下调研'">嘉宾:{{ item.DistinguishedGuest }} </text>
|
|
|
- <text class="text_twoLine" v-if="item.ActivityTypeName == '分析师电话会' || item.ActivityTypeName == '分析师线下沙龙'">主讲人:{{ item.Speaker }}</text>
|
|
|
+ <text class="text_twoLine" v-if="item.Expert">专家背景:{{ item.Expert }} </text>
|
|
|
+ <text class="text_twoLine" v-if="item.DistinguishedGuest">嘉宾:{{ item.DistinguishedGuest }} </text>
|
|
|
+ <text class="text_twoLine" v-if="item.Speaker">主讲人:{{ item.Speaker }}</text>
|
|
|
</view>
|
|
|
<block v-if="item.ActiveState == 1">
|
|
|
- <view class="bottom-box city" v-if="item.ActiveState == 1 && item.IsLimitPeople == 1 && item.ActivityTypeName == '公司调研电话会'">
|
|
|
+ <view class="bottom-box city" v-if="item.ActiveState == 1 && item.IsLimitPeople == 1 && item.ActivityTypeId == 3">
|
|
|
<view class="city-img">
|
|
|
<image v-if="item.City" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/location.png"></image>
|
|
|
{{ item.City }}
|
|
|
</view>
|
|
|
<view style="display: flex">
|
|
|
- <text v-if="item.IsShowAppointment" @click="summaryIsHandel(item,'我的')">{{ item.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</text>
|
|
|
+ <text v-if="item.IsShowAppointment" @click="summaryIsHandel(item, '我的')">{{ item.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</text>
|
|
|
<text class="button" v-if="item.IsSignup !== 1" @click="wanttosignup(item.ActivityId)">我要报名</text>
|
|
|
- <text class="button" v-else @click="signupIsAddOfCancel(item, 2,'我的')">{{ item.IsSignup == 1 ? "取消外呼" : "取消报名" }}</text>
|
|
|
+ <text class="button" v-else @click="signupIsAddOfCancel(item, 2, '我的')">{{ item.IsSignup == 1 ? "取消外呼" : "取消报名" }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="bottom-box" :class="item.ActivityTypeId == 1 ? 'four-btn' : ''" v-else-if="item.ActivityType == 1">
|
|
|
- <text class="button" @click="signupIsAddOfCancel(item, 1,'我的')">{{ item.IsSignup == 1 ? "取消外呼" : "预约外呼" }}</text>
|
|
|
- <text v-if="item.IsShowAppointment" @click="summaryIsHandel(item,'我的')">{{ item.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</text>
|
|
|
- <text @click="meetingReminderAdd(item.ActivityId)" v-if="item.IsCancelMeetingReminder == 0">会议提醒</text>
|
|
|
- <text @click="meetingReminderCancel(item.ActivityId)" v-else>取消提醒</text>
|
|
|
- <view class="" style="width: 130rpx" v-if="item.ActivityTypeName != '分析师电话会' && item.ActivityTypeName != '公司调研电话会'">
|
|
|
- <text @click="askingGo(item)">帮我带问</text>
|
|
|
- </view>
|
|
|
+ <view class="bottom-box" :class="item.ActivityTypeId == 1 || item.ActivityTypeId == 2 ? 'four-btn' : ''" v-else-if="item.ActivityType == 1">
|
|
|
+ <block v-if="item.IsCClassMeeting">
|
|
|
+ <text class="button" @click="signupIsAddOfCancel(item, 3)">{{ item.IsSignup == 1 ? "取消报名" : "我要报名" }}</text>
|
|
|
+ </block>
|
|
|
+ <block v-else>
|
|
|
+ <text class="button" @click="signupIsAddOfCancel(item, 1)">{{ item.IsSignup == 1 ? "取消外呼" : "预约外呼" }}</text>
|
|
|
+ <text v-if="item.IsShowAppointment" @click="summaryIsHandel(item)">{{ item.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</text>
|
|
|
+ <text @click="meetingReminderAdd(item.ActivityId)" v-if="item.IsCancelMeetingReminder == 0">会议提醒</text>
|
|
|
+ <text @click="meetingReminderCancel(item.ActivityId)" v-else>取消提醒</text>
|
|
|
+ <view class="" style="width: 130rpx" v-if="item.ActivityTypeId != 7 && item.ActivityTypeId != 3">
|
|
|
+ <text @click="askingGo(item)">帮我带问</text>
|
|
|
+ </view>
|
|
|
+ </block>
|
|
|
</view>
|
|
|
<view class="bottom-box city" v-else>
|
|
|
<view class="city-img">
|
|
@@ -123,8 +126,8 @@
|
|
|
{{ item.City }}
|
|
|
</view>
|
|
|
<view style="display: flex">
|
|
|
- <text v-if="item.IsShowAppointment" @click="summaryIsHandel(item,'我的')">{{ item.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</text>
|
|
|
- <text class="button" @click="signupIsAddOfCancel(item, 3,'我的')">{{ item.IsSignup == 1 ? "取消报名" : "我要报名" }}</text>
|
|
|
+ <text v-if="item.IsShowAppointment" @click="summaryIsHandel(item, '我的')">{{ item.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</text>
|
|
|
+ <text class="button" @click="signupIsAddOfCancel(item, 3, '我的')">{{ item.IsSignup == 1 ? "取消报名" : "我要报名" }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|