123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719 |
- <template>
- <view class="container activity-detail">
- <view class="" v-if="haveAuth == 1">
- <!-- 头部滚动显示 -->
- <view class="notice" v-if="detailData.IsLimitPeople == 1">
- <van-notice-bar color="#FFFFFF" background="#FE9000" text="该活动参与名额有限,报名客户请按时参加,若不能按时参加请及时取消报名,爽约会影响您的后续报名资格" />
- </view>
- <!-- 内容部分 -->
- <view class="content">
- <view v-if="detailData.ActivityName" class="dialog-title" :class="1 == 1 ? 'brackets-title' : ''">{{ detailData.ActivityName }}</view>
- <view class="city-box">
- <text v-if="detailData.ActivityTypeName">活动类型:</text>
- <view class="city">
- <text style="color: #333">{{ detailData.ActivityTypeName }}</text>
- <image v-if="detailData.City" style="margin-left: 15rpx" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/location.png" mode=""></image>
- <text v-if="detailData.City">{{ detailData.City }}</text>
- </view>
- <view class="choose-limit" @click="strictSelection" v-if="detailData.IsShowSustainable">
- <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/choose_icon.png" mode=""></image>
- <image class="limit-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/limit_icon.png" mode=""></image>
- </view>
- </view>
- <view v-if="detailData.ChartPermissionName" class="network">
- <view class="network-left">所属行业:</view>
- <view class="network-right">{{ detailData.ChartPermissionName }}</view>
- </view>
- <view v-if="detailData.ActivityTimeText" class="network">
- <view class="network-left">活动时间:</view>
- <view class="network-right">{{ detailData.ActivityTimeText }}</view>
- </view>
- <view v-if="detailData.DistinguishedGuest" class="network">
- <view class="network-left">嘉 宾:</view>
- <view class="network-right">{{ detailData.DistinguishedGuest }}</view>
- </view>
- <view v-if="detailData.Host" class="network">
- <view class="network-left">主 持 人:</view>
- <view class="network-right">{{ detailData.Host }}</view>
- </view>
- <view v-if="detailData.Speaker" class="network">
- <view class="network-left">主 讲 人:</view>
- <view class="network-right">{{ detailData.Speaker }}</view>
- </view>
- <view v-if="detailData.Expert" class="network">
- <view class="network-left">专家背景:</view>
- <view class="network-right">
- <rich-text :nodes="detailData.Expert"></rich-text>
- </view>
- </view>
- <view v-if="detailData.MainlandTell" class="network">
- <view class="network-left">大陆拨入:</view>
- <view class="network-right" style="color: #2c83ff" @click="phonebtn(detailData.MainlandTell)">{{ detailData.MainlandTell }}</view>
- </view>
- <view v-if="detailData.HongKongTell" class="network">
- <view class="network-left">香港拨入:</view>
- <view class="network-right" style="color: #2c83ff" @click="phonebtn(detailData.HongKongTell)">{{ detailData.HongKongTell }}</view>
- </view>
- <view v-if="detailData.TaiwanTell" class="network">
- <view class="network-left">台湾拨入:</view>
- <view class="network-right" style="color: #2c83ff" @click="phonebtn(detailData.TaiwanTell)">{{ detailData.TaiwanTell }}</view>
- </view>
- <view v-if="detailData.AmericaTell" class="network">
- <view class="network-left">美国拨入:</view>
- <view class="network-right" style="color: #2c83ff" @click="phonebtn(detailData.AmericaTell)">{{ detailData.AmericaTell }}</view>
- </view>
- <view v-if="detailData.ParticipationCode" class="network">
- <view class="network-left">拨入密码:</view>
- <view class="network-right">{{
- detailData.ActivityTypeName == "公司调研电话会" && detailData.IsLimitPeople == 1 && detailData.IsSignup == 0 ? "请报名获取" : detailData.ParticipationCode
- }}</view>
- </view>
- <view class="network" v-if="detailData.OnlineParticipation">
- <view class="network-left">网络参会:</view>
- <view class="network-right network-link" style="color: #2c83ff">
- <view class="">
- <text class="default text_oneLine" @click="networkBtn">{{ detailData.OnlineParticipation }}</text>
- <text class="default copy-link" @click="copyLink">复制链接</text>
- </view>
- </view>
- </view>
- <view class="network" v-if="detailData.LinkParticipants">
- <view class="network-left">链接参会:</view>
- <view class="network-right network-zoom" style="color: #2c83ff">
- <view>
- <text class="default text_zoom">{{ detailData.LinkParticipants }}</text>
- <view> 点击<text class="default copy-link copy-zoom" @click="copyLink">复制链接</text>在手机浏览器打开,并输入会议密码 </view>
- </view>
- </view>
- </view>
- <view v-if="detailData.AppAttendance" class="network">
- <view class="network-left">App参会: </view>
- <view class="network-right">
- <rich-text :nodes="detailData.AppAttendance"></rich-text>
- </view>
- </view>
- <view v-if="detailData.ConferencePassword" class="network">
- <view class="network-left">拨入密码:</view>
- <view class="network-right">{{
- detailData.ActivityTypeName == "公司调研电话会" && detailData.IsLimitPeople == 1 && detailData.IsSignup == 0 ? "请报名获取" : detailData.ConferencePassword
- }}</view>
- </view>
- <view v-if="detailData.Address" class="network">
- <view class="network-left">活动地址:</view>
- <view class="network-right" v-if="detailData.IsSignup == 0 && detailData.ActivityTypeName == '公司线下调研' && detailData.IsLimitPeople == 1">请报名获取 </view>
- <view class="network-right" v-else>{{ detailData.Address }}</view>
- </view>
- <view v-if="detailData.Highlights" class="network">
- <view class="network-left">活动亮点: </view>
- <view class="network-right">
- <rich-text :nodes="detailData.Highlights"></rich-text>
- </view>
- </view>
- <view class="network" v-if="detailData.ReportLink">
- <view class="network-left">相关报告:</view>
- <view class="network-right" style="color: #2c83ff" @click="goDetail"> 查看报告链接 </view>
- </view>
- <view v-if="detailData.Theme" class="network">
- <view class="network-left">主 题: </view>
- <view class="network-right">
- <rich-text :nodes="detailData.Theme"></rich-text>
- </view>
- </view>
- <view v-if="detailData.Remarks" class="network">
- <view class="network-left">备 注: </view>
- <view class="network-right">
- <rich-text :nodes="detailData.Remarks"></rich-text>
- </view>
- </view>
- </view>
- <view class="" style="height: 50rpx"></view>
- <!-- 操作按钮部分 -->
- <view>
- <view
- class="content-bottom"
- v-if="
- detailData.ActivityTypeId == 1 ||
- detailData.ActivityTypeId == 2 ||
- (detailData.ActivityTypeId == 3 && detailData.IsLimitPeople == 0) ||
- (detailData.IsLimitPeople == 0 && detailData.ActivityTypeName == '公司线下调研')
- "
- >
- <view class="" v-if="detailData.ActiveState == 1">
- <view class="make-outbound" @click="signupCancel(1)" v-if="detailData.IsSignup == 1"> 取消外呼 </view>
- <view class="make-outbound" v-else @click="signupAdd(1)"> 预约外呼 </view>
- <view @click="meetingReminderCancel" class="make-conference" v-if="detailData.IsCancelMeetingReminder == 1">
- 取消会议提醒
- <text>(会前15分钟推送微信消息提醒)</text>
- </view>
- <view @click="meetingReminderAdd" class="make-conference" v-else>
- 会议提醒
- <text>(会前15分钟推送微信消息提醒)</text>
- </view>
- <view v-if="detailData.ActivityTypeId == 1" class="make-generation make-conference" @click="askingGo"> 帮我带问 </view>
- </view>
- </view>
- <view class="bottom-env" v-else>
- <view class="apply-box" v-if="detailData.ActiveState == 1">
- <view class="cancel-apply">
- 报名人数:<text>{{ detailData.SignupNum }}</text
- >/{{ detailData.LimitPeopleNum }}
- </view>
- <view v-if="detailData.IsSignup == 0" class="ok-apply" @click="wanttosignup">
- {{ detailData.SignupType == 1 ? "预约外呼" : "我要报名" }}
- </view>
- <view v-else class="ok-apply" @click="signupCancel(2)">
- {{ detailData.SignupType == 1 ? "取消外呼" : "取消报名" }}
- </view>
- </view>
- </view>
- <view class="content-bottom" v-if="detailData.ActiveState == 2 && detailData.ActivityTypeId == 1">
- <view class="make-conference" @click="askingGo('提问')">
- 实时提问
- <text>会议过程中,分析师可替您提问专家</text>
- </view>
- </view>
- </view>
- <!-- 参会方式的弹出层 -->
- <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(1)">预约外呼</view>
- <view style="color: #2c83ff" @click="signupAdd(2)">自主拨入</view>
- <view style="color: #a9afb8" @click="selectShow = false">取消</view>
- </u-popup>
- </view>
- <!-- 各种弹框部分 -->
- <modalDialog
- :isShow="isShow"
- :signupType="signupType"
- :goFollow="goFollow"
- :signupStatus="signupStatus"
- :isCancelShow="isCancelShow"
- :idTypeCancel="idTypeCancel"
- @cancelShowBtn="cancelEnsure"
- :editIsShow="editIsShow"
- :countryCode="countryCode"
- :mobileEdit="mobileEdit"
- :goOnNextStep="goOnNextStep"
- :mailboxBinding="mailboxBinding"
- />
- <!-- 区号的弹出层 -->
- <areaCode :isAreaCode="isAreaCode" :areaCode="areaCode" />
- </view>
- <!-- 权限部分 -->
- <view v-else>
- <jurisdiction :idAct="id" :haveAuth="haveAuth" :industryMsg="industryMsg" :msgType="msgType" :sellerMobile="sellerMobile" :sellerName="sellerName"></jurisdiction>
- </view>
- <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
- </view>
- </template>
- <script>
- import { activity, User } from "@/config/api.js";
- import modalDialog from "@/components/modalDialog.vue";
- import areaCode from "@/activityPages/components/areaCode.vue";
- import jurisdiction from "./jurisdiction/components.vue";
- import freeCharge from "@/components/freeCharge";
- let app = getApp({ allowDefault: true });
- export default {
- data() {
- return {
- id: "",
- detailData: {},
- isShowJurisdiction: false,
- isGain: true,
- signupType: "", //关注类型
- goFollow: false, //是否关注公众号
- signupStatus: "Success", //4个不同的类型提示文案
- isShow: false, //弹框
- isCancelShow: false,
- idTypeCancel: {
- id: "",
- type: 1,
- cutId: "",
- state: "",
- },
- selectShow: false,
- isAreaCode: false,
- areaCode: {
- id: "",
- type: "",
- },
- isNeedAddCountryCode: false,
- haveAuth: "",
- industryMsg: "",
- sellerMobile: "",
- sellerName: "", //销售名称
- msgType: "",
- editIsShow: false, //外呼莫泰框
- countryCode: "", //外呼区号
- mobileEdit: "", //外呼手机号
- goOnNextStep: "", //设置外呼号后弹出哪个
- mailboxBinding: false, //是否绑定邮箱
- };
- },
- components: {
- modalDialog,
- jurisdiction,
- areaCode,
- freeCharge,
- },
- watch: {
- haveAuth: {
- handler() {
- if (this.haveAuth == 1) {
- this.$store.dispatch("statistics", { PageType: "ActivitParticulars", DetailId: this.id });
- }
- },
- immediate: true,
- },
- },
- methods: {
- //获取是否需要填写区号接口
- countryCcode() {
- User.countryCcode().then((res) => {
- if (res.Ret == 200) {
- this.isNeedAddCountryCode = res.Data.IsNeedAddCountryCode;
- }
- });
- },
- getActivityDetail() {
- activity
- .getActivityDetail({
- ActivityId: this.id,
- })
- .then((res) => {
- if (res.Ret == 200) {
- this.haveAuth = res.Data.HasPermission;
- this.industryMsg = res.Data.PopupMsg;
- this.sellerMobile = res.Data.SellerMobile;
- this.sellerName = res.Data.SellerName;
- this.msgType = res.Data.MsgType;
- if (res.Data.HasPermission == 1) {
- this.detailData = res.Data.Detail;
- let pages = getCurrentPages();
- let prevPage = pages[pages.length - 2];
- let path = prevPage.$page.fullPath;
- if (path == "/pages/activity/activity" || path == "/activityPages/activitySearch/activitySearch") {
- const index = prevPage.$vm.collectList.findIndex((item) => item.ActivityId == this.id);
- prevPage.$vm.collectList[index].IsSignup = this.detailData.IsSignup;
- prevPage.$vm.collectList[index].SignupNum = this.detailData.SignupNum;
- prevPage.$vm.collectList[index].IsCancelMeetingReminder = this.detailData.IsCancelMeetingReminder;
- }
- }
- }
- });
- },
- phonebtn(phone) {
- uni.makePhoneCall({
- phoneNumber: phone,
- });
- },
- //报名
- signupAdd(type) {
- if (this.isNeedAddCountryCode) {
- this.isAreaCode = true;
- this.areaCode = {
- id: Number(this.id),
- type,
- };
- } else {
- activity
- .signupAdd({
- ActivityId: Number(this.id),
- SignupType: type,
- })
- .then((res) => {
- if (res.Ret == 200) {
- this.signupType = res.Data.SignupType;
- this.signupStatus = res.Data.SignupStatus;
- this.countryCode = res.Data.CountryCode;
- this.mobileEdit = res.Data.Mobile;
- this.goOnNextStep = res.Data.GoFollow;
- this.idTypeCancel = {
- cutId: res.Data.ActivityId,
- state: 1,
- };
- if (res.Data.GoBindEmail) {
- this.mailboxBinding = true;
- return;
- }
- if (res.Data.SignupStatus !== "Success") {
- this.isShow = true;
- } else {
- if (res.Data.GoOutboundMobile) {
- this.editIsShow = true;
- } else if (res.Data.GoFollow) {
- this.goFollow = res.Data.GoFollow;
- } else if (res.Data.SignupStatus == "Success") {
- this.isShow = true;
- }
- }
- }
- });
- }
- this.selectShow = false;
- },
- //取消报名
- signupCancel(type) {
- this.isCancelShow = true;
- this.idTypeCancel = {
- id: Number(this.id),
- type,
- cutId: "",
- state: 0,
- };
- },
- networkBtn() {
- if (this.detailData.OnlineParticipation.includes("http")) {
- uni.navigateTo({
- url: "/activityPages/networkAttend/networkAttend?url=" + this.detailData.OnlineParticipation,
- });
- } else {
- uni.navigateToMiniProgram({
- appId: "wxade30ff0c4ee757d",
- path: this.detailData.OnlineParticipation,
- });
- }
- },
- cancelEnsure() {
- this.getActivityDetail();
- },
- goDetail() {
- uni.navigateTo({
- url: "/pageMy/reportDetail/reportDetail?id=" + this.detailData.ArticleId,
- });
- },
- askingGo(type = "") {
- uni.navigateTo({
- url: "/activityPages/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
- });
- },
- meetingReminderAdd() {
- activity
- .meetingReminderAdd({
- ActivityId: Number(this.id),
- })
- .then((res) => {
- if (res.Ret == 200) {
- uni.showModal({
- confirmText: "知道了",
- confirmColor: "#3385FF",
- content: res.Msg,
- showCancel: false,
- success: (res) => {
- if (res.confirm) {
- this.getActivityDetail();
- }
- },
- });
- }
- });
- },
- //取消会议提醒接口
- meetingReminderCancel() {
- activity
- .meetingReminderCancel({
- ActivityId: Number(this.id),
- })
- .then((res) => {
- if (res.Ret == 200) {
- uni.showModal({
- confirmText: "知道了",
- confirmColor: "#3385FF",
- content: res.Msg,
- showCancel: false,
- success: (res) => {
- if (res.confirm) {
- this.getActivityDetail();
- }
- },
- });
- }
- });
- },
- wanttosignup() {
- if (this.detailData.IsLimitPeople == 1 && this.detailData.ActivityTypeName == "公司调研电话会") {
- this.selectShow = true;
- } else {
- this.signupAdd(3);
- }
- },
- //点击了严选
- strictSelection() {
- activity.descriptionOfResearch().then((res) => {
- if (res.Ret == 200) {
- uni.showModal({
- content: res.Data.Item.ConfigValue,
- confirmText: "知道了",
- showCancel: false,
- confirmColor: "#3385FF",
- success: function (res) {},
- });
- }
- });
- },
- copyLink() {
- uni.setClipboardData({
- data: this.detailData.LinkParticipants || this.detailData.OnlineParticipation,
- success: function () {
- uni.showToast({
- title: "复制成功,可在浏览器打开",
- icon: "none",
- duration: 2000,
- });
- },
- });
- },
- },
- onLoad(option) {
- this.id = option.id || "";
- },
- async onShow() {
- await this.$store.dispatch("checkHandle");
- if (!this.$store.state.isAuth && !this.$store.state.isBind) {
- //已授权已绑定
- this.countryCcode(); //判断是否加区号
- this.getActivityDetail();
- }
- },
- /**
- * 用户点击分享
- */
- onShareAppMessage: function (res) {
- return {
- title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "活动详情",
- path: "/activityPages/activityDetail/activityDetail?id=" + this.id,
- success: (res) => {},
- fail: (err) => {},
- };
- },
- };
- </script>
- <style lang="scss">
- .activity-detail {
- padding-bottom: 100rpx;
- .notice {
- height: 60rpx;
- width: 100%;
- }
- .choose-limit {
- position: relative;
- display: flex;
- align-items: center;
- // margin-left: 20rpx;
- image {
- width: 93rpx;
- height: 38rpx;
- }
- .limit-img {
- position: absolute;
- top: -13rpx;
- right: -30rpx;
- width: 46rpx;
- height: 26rpx;
- }
- }
- .content {
- padding: 34rpx 34rpx 0rpx;
- margin-bottom: -20rpx;
- color: #333333;
- font-size: 28rpx;
- view {
- padding-left: 20rpx;
- }
- text {
- line-height: 80rpx;
- padding-left: 20rpx;
- }
- .phone {
- padding: 0;
- display: inline-block;
- color: #2c83ff;
- }
- .dialog-title {
- width: 682rpx;
- padding: 20rpx;
- background: #f2f2f2;
- opacity: 0.8;
- font-size: 30rpx;
- font-weight: bold;
- margin-bottom: 15rpx;
- color: #000;
- }
- .brackets-title {
- padding-left: 20rpx;
- }
- .city-box {
- display: flex;
- align-items: center;
- text {
- padding: 0;
- }
- .city {
- display: flex;
- color: #2088ff;
- align-items: center;
- image {
- width: 27rpx;
- height: 32rpx;
- margin-right: 12rpx;
- }
- }
- }
- }
- .network {
- margin-bottom: 30rpx;
- padding: 0 !important;
- display: flex;
- .network-left {
- width: 160rpx;
- text-align-last: justify;
- text-align: justify;
- }
- .network-right {
- width: 480rpx;
- }
- .network-zoom {
- .text_zoom {
- width: 100%;
- word-break: break-all;
- color: #333333;
- }
- view {
- padding: 0 !important;
- margin: 0 !important;
- }
- .copy-zoom {
- display: inline-block;
- padding: 5rpx 17rpx !important;
- border-radius: 34rpx;
- background-color: #ebf4ff;
- font-size: 24rpx;
- color: #2c83ff;
- margin: 0 10rpx;
- margin-top: 30rpx;
- }
- }
- .network-link {
- width: 520rpx !important;
- view {
- padding: 0 !important;
- margin: 0 !important;
- width: 100%;
- display: flex;
- justify-content: space-between;
- :first-child {
- width: 350rpx;
- }
- .copy-link {
- padding: 5rpx 17rpx !important;
- border-radius: 34rpx;
- background-color: #ebf4ff;
- font-size: 24rpx;
- color: #2c83ff;
- }
- }
- }
- }
- .default {
- // padding: 0 !important;
- // margin: 0;
- padding-left: 0 !important;
- line-height: 40rpx !important;
- }
- .content-bottom {
- margin: 50rpx 0 30rpx;
- .make-outbound {
- margin: 0 auto;
- width: 368rpx;
- height: 80rpx;
- background: linear-gradient(268deg, #2ddbff 0%, #1599ff 49%, #005eff 100%);
- opacity: 1;
- border-radius: 4rpx;
- color: #ffffff;
- font-size: 34rpx;
- line-height: 80rpx;
- text-align: center;
- }
- .make-generation {
- padding-top: 0rpx !important;
- line-height: 76rpx;
- }
- .make-conference {
- margin: 30rpx auto;
- width: 368rpx;
- height: 80rpx;
- border: 2px solid #2c83ff;
- opacity: 1;
- border-radius: 4rpx;
- padding-top: 5rpx;
- text-align: center;
- color: #2c83ff;
- font-size: 30rpx;
- text {
- font-size: 16rpx;
- }
- }
- }
- .bottom-env {
- position: fixed;
- bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- left: 0;
- width: 100%;
- background-color: #ffffff;
- }
- .apply-box {
- width: 100%;
- height: 100rpx;
- display: flex;
- font-size: 32rpx;
- color: #333333;
- line-height: 100rpx;
- .cancel-apply {
- display: flex;
- padding-left: 50rpx;
- flex: 1;
- border: 2rpx solid #005eff;
- background-color: #fff;
- text {
- color: #005eff;
- }
- }
- .ok-apply {
- flex: 1;
- background: linear-gradient(268deg, #2ddbff 0%, #1599ff 49%, #005eff 100%);
- text-align: center;
- color: #ffffff;
- }
- }
- .select-box {
- width: 100%;
- view {
- height: 95prx;
- line-height: 95rpx;
- text-align: center;
- font-size: 32rpx;
- border-bottom: 1rpx solid #ebebeb;
- }
- }
- }
- </style>
|