activityDetail.vue 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256
  1. <template>
  2. <block>
  3. <view v-if="sourceType == '微信分享' && mixinIsSceneNumber == 1154" class="share-line-content">
  4. <view class="share-content-box">
  5. <view class="share-content">
  6. <text class="share-title"> {{ detailDataShare.title }}</text>
  7. <view class="share-item" v-if="detailDataShare.time">
  8. <text>活动时间</text>
  9. <rich-text :nodes="detailDataShare.time"></rich-text>
  10. </view>
  11. <view class="share-item" v-if="detailDataShare.speaker">
  12. <text>主讲人</text>
  13. <rich-text :nodes="detailDataShare.speaker"></rich-text>
  14. </view>
  15. <view class="share-item" v-if="detailDataShare.host">
  16. <text>主持人</text>
  17. <rich-text :nodes="detailDataShare.host"></rich-text>
  18. </view>
  19. <view class="share-item" v-if="detailDataShare.expert">
  20. <text>专家背景</text>
  21. <rich-text :nodes="detailDataShare.expert"></rich-text>
  22. </view>
  23. <view class="share-item" v-if="detailDataShare.guest">
  24. <text>嘉宾</text>
  25. <rich-text :nodes="detailDataShare.guest"></rich-text>
  26. </view>
  27. <view class="share-item" v-if="detailDataShare.highlights">
  28. <text>活动亮点</text>
  29. <rich-text :nodes="detailDataShare.highlights"></rich-text>
  30. </view>
  31. <view class="share-item" v-if="detailDataShare.theme">
  32. <text>主题</text>
  33. <rich-text :nodes="detailDataShare.theme"></rich-text>
  34. </view>
  35. </view>
  36. </view>
  37. <image class="share-report-go_cygx_xcx" src="https://hzstatic.hzinsights.com/new_cygx/go_cygx_xcx.png"></image>
  38. </view>
  39. <view class="container activity-detail" v-else>
  40. <is-track-follow :isShowFollowButton.sync="detailData.IsShowFollowButton" source="activity" :sourceId="detailData.ActivityId" :isFollowData.sync="detailData.IsFollowButton" />
  41. <view class="" v-if="haveAuth == 1 || (haveAuth != 1 && jurisdictionList.IsResearch)">
  42. <block v-if="detailData.YidongActivityUrl">
  43. <web-view :src="detailData.YidongActivityUrl"></web-view>
  44. </block>
  45. <block v-else>
  46. <block v-if="detailData.FileType == 1">
  47. <!-- 音频模块 -->
  48. <view class="audio-card-activity" v-if="detailData.VoiceList && detailData.VoiceList.Url">
  49. <view class="slider-paly">
  50. <view style="flex: 1; padding-top: 20rpx">
  51. <slider
  52. activeColor="#376CBB"
  53. :max="detailData.VoiceList.PlaySeconds"
  54. :value="curTime"
  55. @touchstart="touchstartHandler"
  56. @change="handleAudioSliderChange($event)"
  57. @changing="handleAudioSliderChangeing($event)"
  58. block-size="16"
  59. class="slider"
  60. />
  61. <view class="card-time">
  62. <view class="time">{{ curTime | formatVoiceTime }}</view>
  63. <view class="time">{{ detailData.VoiceList.PlaySeconds | formatVoiceTime }}</view>
  64. </view>
  65. </view>
  66. <view class="is-paly-card">
  67. <image
  68. @click.stop="audioPlayBack"
  69. class=""
  70. :src="
  71. curVoiceId === detailData.ActivityId && !curAudioPaused
  72. ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/play_icon.gif'
  73. : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/pause_icon.png'
  74. "
  75. ></image>
  76. </view>
  77. </view>
  78. <view class="fast-reverse">
  79. <image @click="speedReverseHandler('reverse')" class="speed-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/fastReverse_icon.png"></image>
  80. <block v-for="(item, index) in timesTheSpeed" :key="item.value">
  81. <view class="speed-button" v-if="isTimes == item.value" @click="isTimesHandler(index)">
  82. {{ item.name }}
  83. </view>
  84. </block>
  85. <image @click="speedReverseHandler('speed')" class="speed-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/speed_icon.png"></image>
  86. </view>
  87. <text class="card-title global_title text_twoLine">
  88. {{ detailData.VoiceList.Name }}
  89. </text>
  90. <view class="title-image">
  91. <image @click="myLeavingMessageHandler" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/leaving_message.png"></image>
  92. <image
  93. @click="isCollectionHandeler"
  94. :src="detailData.IsCollect ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/collected_icon.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/not_collected.png'"
  95. ></image>
  96. </view>
  97. </view>
  98. </block>
  99. <!-- 视频模块 -->
  100. <block v-if="detailData.FileType == 2">
  101. <view class="audio-card-activity video-play" v-if="detailData.VideoDetail && detailData.VideoDetail.ResourceUrl">
  102. <video
  103. :id="detailData.ActivityId"
  104. :src="detailData.VideoDetail.ResourceUrl"
  105. enable-play-gesture
  106. :custom-cache="false"
  107. object-fit="contain"
  108. show-mute-btn
  109. @ended="handleVideoEnd"
  110. @play="handelVideoPlay"
  111. @loadedmetadata="loadedmetadataHandle"
  112. @timeupdate="handleVideoTimeUpdate"
  113. ></video>
  114. <view class="card-title global_title text_twoLine">
  115. {{ detailData.VideoDetail.Title }}
  116. </view>
  117. <view class="title-image">
  118. <image @click="myLeavingMessageHandler" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/leaving_message.png"></image>
  119. <image
  120. @click="isCollectionHandeler"
  121. :src="detailData.IsCollect ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/collected_icon.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/not_collected.png'"
  122. ></image>
  123. </view>
  124. </view>
  125. </block>
  126. <!-- 内容部分 -->
  127. <view class="activity-content">
  128. <image class="top-img-box" v-if="detailData.IsResearchPoints" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/research_points.png"></image>
  129. <image class="top-img-box" v-else-if="detailData.IsResearch" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/Research_normal.png"></image>
  130. <!-- 头部滚动显示 -->
  131. <view class="notice" v-if="detailData.IsLimitPeople">
  132. <van-notice-bar
  133. custom-class="custom-class-notice"
  134. color="#E37318"
  135. background="#FFF1E9"
  136. text="该活动参与名额有限,报名客户请按时参加,若不能按时参加请及时取消报名,爽约会影响您的后续报名资格"
  137. />
  138. </view>
  139. <view v-if="detailData.ActivityName" class="global_title content-title">
  140. {{ detailData.ActivityName }}
  141. </view>
  142. <!-- 活动类型 -->
  143. <view class="content-item">
  144. <text class="item-left" v-if="detailData.ActivityTypeName">活动类型:</text>
  145. <view class="city">
  146. <text style="color: #333">
  147. <block v-if="detailData.ChartPermissionName !== '买方研选'">({{ detailData.ChartPermissionName }})</block>
  148. {{ detailData.ActivityTypeName }}
  149. </text>
  150. <image v-if="detailData.City" style="margin-left: 15rpx" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/position.png" mode=""></image>
  151. <text v-if="detailData.City">{{ detailData.City }}</text>
  152. </view>
  153. </view>
  154. <!-- 产业标签 -->
  155. <view v-if="detailData.Listndustrial.length" class="content-item">
  156. <view class="item-left">产业标签:</view>
  157. <view class="item-right dustrial-content">
  158. <view class="item" v-for="item in detailData.Listndustrial" :key="item.IndustrialManagementId">
  159. <view :class="['dustrial-li', item.IsJump && 'dustrial-item']" @click="goDustrialHandler(item)">{{ item.IndustryName }} </view>
  160. <image v-if="item.IndustryNewLabel" class="new_icon" src="https://hzstatic.hzinsights.com/cygx/icon/new_report.png" mode=""></image>
  161. </view>
  162. </view>
  163. </view>
  164. <view v-if="detailData.ActivityTimeText" class="content-item">
  165. <view class="item-left">活动时间:</view>
  166. <view class="item-right">{{ detailData.ActivityTimeText }}</view>
  167. </view>
  168. <view v-if="detailData.DistinguishedGuest" class="content-item">
  169. <view class="item-left">嘉&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;宾:</view>
  170. <view class="item-right">{{ detailData.DistinguishedGuest }}</view>
  171. </view>
  172. <view v-if="detailData.Host" class="content-item">
  173. <view class="item-left">主&nbsp;&nbsp;持&nbsp;人:</view>
  174. <view class="item-right">{{ detailData.Host }}</view>
  175. </view>
  176. <view v-if="detailData.Speaker" class="content-item">
  177. <view class="item-left">主&nbsp;&nbsp;讲&nbsp;人:</view>
  178. <view class="item-right">{{ detailData.Speaker }}</view>
  179. </view>
  180. <view v-if="detailData.Expert" class="content-item">
  181. <view class="item-left">专家背景:</view>
  182. <view class="item-right">
  183. <rich-text :nodes="detailData.Expert"></rich-text>
  184. </view>
  185. </view>
  186. <view v-if="detailData.MainlandTell" class="content-item">
  187. <view class="item-left">大陆拨入:</view>
  188. <view class="item-right" style="color: #376cbb" @click="phonebtn(detailData.MainlandTell)">{{ detailData.MainlandTell }}</view>
  189. </view>
  190. <view v-if="detailData.HongKongTell" class="content-item">
  191. <view class="item-left">香港拨入:</view>
  192. <view class="item-right" style="color: #376cbb" @click="phonebtn(detailData.HongKongTell)">{{ detailData.HongKongTell }}</view>
  193. </view>
  194. <view v-if="detailData.TaiwanTell" class="content-item">
  195. <view class="item-left">台湾拨入:</view>
  196. <view class="item-right" style="color: #376cbb" @click="phonebtn(detailData.TaiwanTell)">{{ detailData.TaiwanTell }}</view>
  197. </view>
  198. <view v-if="detailData.AmericaTell" class="content-item">
  199. <view class="item-left">美国拨入:</view>
  200. <view class="item-right" style="color: #376cbb" @click="phonebtn(detailData.AmericaTell)">{{ detailData.AmericaTell }}</view>
  201. </view>
  202. <view v-if="detailData.ParticipationCode && isUserBindingPhoneNumber && haveAuth == 1" class="content-item">
  203. <view class="item-left">拨入密码:</view>
  204. <view class="item-right">{{ [1, 2, 3].includes(detailData.ActivityTypeId) && detailData.IsLimitPeople && !detailData.IsSignup ? "请报名获取" : detailData.ParticipationCode }}</view>
  205. </view>
  206. <view class="content-item" v-if="detailData.OnlineParticipation && isUserBindingPhoneNumber && haveAuth == 1">
  207. <view class="item-left">网络参会:</view>
  208. <view class="item-right content-item-link" v-if="[1, 2].includes(detailData.ActivityTypeId) && detailData.IsLimitPeople && !detailData.IsSignup"> 请报名获取 </view>
  209. <view class="item-right content-item-link" style="color: #376cbb" v-else>
  210. <view class="text_oneLine" @click="networkBtn">{{ detailData.OnlineParticipation }}</view>
  211. <view class="copy-link" @click="copyLink(1)">复制链接</view>
  212. </view>
  213. </view>
  214. <view class="content-item" v-if="detailData.LinkParticipants && isUserBindingPhoneNumber && haveAuth == 1">
  215. <view class="item-left">链接参会:</view>
  216. <view class="item-right content-item-zoom" style="color: #376cbb">
  217. <view>
  218. <view class="default text_zoom" v-if="!detailData.IsSignup && detailData.ActivityTypeName == '公司调研电话会' && detailData.IsLimitPeople">请报名获取 </view>
  219. <blcok v-else>
  220. <text class="default text_zoom">{{ detailData.LinkParticipants }}</text>
  221. <view> 点击<text class="default copy-link copy-zoom" @click="copyLink(1)">复制链接</text>在手机浏览器打开,并输入会议密码 </view>
  222. </blcok>
  223. </view>
  224. </view>
  225. </view>
  226. <view v-if="detailData.AppAttendance" class="content-item">
  227. <view class="item-left">App参会: </view>
  228. <view class="item-right">
  229. <rich-text :nodes="detailData.AppAttendance"></rich-text>
  230. </view>
  231. </view>
  232. <view v-if="detailData.ConferencePassword && isUserBindingPhoneNumber && haveAuth == 1" class="content-item">
  233. <view class="item-left">拨入密码:</view>
  234. <view class="item-right">{{ detailData.ActivityTypeName == "公司调研电话会" && detailData.IsLimitPeople && !detailData.IsSignup ? "请报名获取" : detailData.ConferencePassword }}</view>
  235. </view>
  236. <view v-if="detailData.Address && isUserBindingPhoneNumber && haveAuth == 1" class="content-item">
  237. <view class="item-left">活动地址:</view>
  238. <view class="item-right" v-if="!detailData.IsSignup && detailData.ActivityTypeName == '公司线下调研' && detailData.IsLimitPeople">请报名获取 </view>
  239. <text class="item-right text-copy" user-select v-else>{{ detailData.Address }}</text>
  240. </view>
  241. <view v-if="detailData.Highlights" class="content-item">
  242. <view class="item-left">活动亮点: </view>
  243. <view class="item-right">
  244. <rich-text :nodes="detailData.Highlights"></rich-text>
  245. </view>
  246. </view>
  247. <view class="content-item" v-if="detailData.ArticleList.length">
  248. <view class="item-left">相关报告:</view>
  249. <view class="item-right look-link" style="color: #376cbb" @click="articleLinkHandler"> 点击查看 </view>
  250. </view>
  251. <view class="content-item" v-if="detailData.TencentConferenceNumber">
  252. <view class="item-left" style="width: 170rpx">腾讯会议号:</view>
  253. <view class="item-right content-item-link" v-if="!detailData.IsSignup && (detailData.IsYidongConduct || detailData.IsLimitPeople)">请报名获取</view>
  254. <view class="item-right content-item-link" style="color: #376cbb" v-else>
  255. <view class="">
  256. <text class="default tencent text_oneLine">{{ detailData.TencentConferenceNumber }}</text>
  257. <text class="default copy-link" @click="copyLink(2)">复制会议号</text>
  258. </view>
  259. </view>
  260. </view>
  261. <view v-if="detailData.Theme" class="content-item">
  262. <view class="item-left">主&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;题: </view>
  263. <view class="item-right">
  264. <rich-text :nodes="detailData.Theme"></rich-text>
  265. </view>
  266. </view>
  267. <view v-if="detailData.Remarks" class="content-item">
  268. <view class="item-left">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注: </view>
  269. <view class="item-right">
  270. <rich-text :nodes="detailData.Remarks"></rich-text>
  271. </view>
  272. </view>
  273. <!-- 操作按钮部分 -->
  274. <view class="content-bottom" v-if="isUserBindingPhoneNumber && haveAuth == 1">
  275. <block v-if="detailData.ActiveState == 1">
  276. <view class="make-outbound global_content_center" @click="signupIsAddOfCancel(1)" v-if="detailData.IsShowOutboundCall">
  277. {{ detailData.LimitPeopleNum > 0 ? `${showOutboundCall}(${detailData.SignupNum}/${detailData.LimitPeopleNum})` : showOutboundCall }}
  278. </view>
  279. <view @click="meetingReminderCancel" class="make-conference make-conference-remind" v-if="detailData.IsShowMeetingReminder">
  280. {{ detailData.IsCancelMeetingReminder == 1 ? "取消会议提醒" : "会议提醒" }}
  281. <view>(会前15分钟推送微信消息提醒)</view>
  282. </view>
  283. <view v-if="detailData.IsShowAppointment" @click="summaryIsHandel" class="make-conference global_content_center">{{ detailData.IsAppointment == 1 ? "取消纪要" : "预约纪要" }}</view>
  284. <view v-if="detailData.IsShowHelpSsk" class="make-conference global_content_center" @click="askingGo"> 帮我带问 </view>
  285. <view class="make-outbound global_content_center" @click="wanttosignup" v-if="!detailData.IsSignup && detailData.IsShowSignup">
  286. {{ detailData.LimitPeopleNum > 0 ? `我要报名(${detailData.SignupNum}/${detailData.LimitPeopleNum})` : "我要报名" }}
  287. </view>
  288. <view v-if="detailData.IsSignup && detailData.IsShowSignup" class="make-outbound global_content_center" @click="signupIsAddOfCancel(2)">
  289. {{ detailData.LimitPeopleNum > 0 ? `${showWay}(${detailData.SignupNum}/${detailData.LimitPeopleNum})` : showWay }}
  290. </view>
  291. </block>
  292. <view class="content-bottom" v-if="detailData.ActiveState == 2 && detailData.ActivityTypeId == 1">
  293. <view class="make-conference make-conference-remind" @click="askingGo('提问')">
  294. 实时提问
  295. <text>会议过程中,分析师可替您提问专家</text>
  296. </view>
  297. </view>
  298. </view>
  299. <view class="content-bottom" v-if="!isUserBindingPhoneNumber">
  300. <view class="make-outbound global_content_center" @click="pleaseGoLogin"> 请登录后报名 </view>
  301. </view>
  302. <view class="research-special-content" v-if="jurisdictionList.IsResearch && haveAuth != 1">
  303. <view class="text" v-if="jurisdictionList.IsResearchSpecial">签约研选扣点包才可参与此活动,请联系对口销售</view>
  304. <block v-else>
  305. <view class="no-text">暂无权限</view>
  306. <view v-if="haveAuth == 2" class="text">点击提交申请,提醒对口销售为你开通试用</view>
  307. <view v-else class="text">您可申请开通试用</view>
  308. <view v-if="haveAuth === 3 && !detailData.IsResearchPoints" class="btn-cont" @click="sellerApplyAuth"> 提交申请 </view>
  309. <view class="btn-cont" @click="applyAuth" v-else> 提交申请 </view>
  310. </block>
  311. <view class="btn-cont back-btn" @click="backIndex"> 返回</view>
  312. </view>
  313. </view>
  314. </block>
  315. <!-- 参会方式的弹出层 -->
  316. <SelectPopup :selectShow.sync="selectShow" @signupIsAddOfCancel="signupIsAddOfCancel" :selectYdong="selectYdong" />
  317. <view class="select-box">
  318. <u-popup v-model="selectShowLink" mode="bottom">
  319. <view style="color: #376cbb" class="text_oneLine article-title" @click="goDetail(item.ArticleId)" v-for="item in detailData.ArticleList" :key="item.ArticleId"> {{ item.Title }}</view>
  320. <view style="color: #a9afb8" @click="selectShowLink = false">取消</view>
  321. </u-popup>
  322. </view>
  323. <!-- 各种弹框部分 -->
  324. <modalDialog
  325. :isShow="isShow"
  326. :signupType="signupType"
  327. :goFollow="goFollow"
  328. :isCancelShow="isCancelShow"
  329. :idTypeCancel="idTypeCancel"
  330. :editIsShow="editIsShow"
  331. :countryCode="countryCode"
  332. :mobileEdit="mobileEdit"
  333. :goOnNextStep="goOnNextStep"
  334. :jurisdictionList="jurisdictionList"
  335. :mailboxBinding="mailboxBinding"
  336. />
  337. <view class="product-introduction-box" v-if="jurisdictionList.IsResearch && haveAuth != 1">
  338. <view class="product-introduction">
  339. <view class="introduction-header">
  340. <view class="introduction-header-left"></view>
  341. <view class="introduction-header-right">
  342. <view class="introduction-title-CN"> 产品介绍 </view>
  343. <view class="introduction-title-US"> Product Introduction </view>
  344. </view>
  345. </view>
  346. <view class="introduction-body">
  347. <view class="introduction-body-box">
  348. <view class="body-box-title"> 独家亮点 </view>
  349. <view class="introduction-body-row"><span class="highHight-text">市场低价访谈优质专家 </span></view>
  350. <view class="introduction-body-row">重点公司小范围交流<span class="highHight-text">破圈</span>参加</view>
  351. <view class="introduction-body-row"><span class="highHight-text">海量</span>调研过程及纪要共享</view>
  352. </view>
  353. <view class="introduction-body-box">
  354. <view class="body-box-title"> 优质资源 </view>
  355. <view class="introduction-body-row"><span class="highHight-text">500+</span>篇/年调研纪要更新</view>
  356. <view class="introduction-body-row"><span class="highHight-text">300+</span>场/年海内外重点公司小范围交流</view>
  357. <view class="introduction-body-row"><span class="highHight-text">100+</span>场/年热点线下调研</view>
  358. <view class="introduction-body-row"><span class="highHight-text">30000+</span>名优质行业专家长期合作</view>
  359. </view>
  360. <view class="introduction-body-box">
  361. <view class="body-box-title" style="margin-bottom: 18rpx"> 服务报价 </view>
  362. <view class="body-row-content">
  363. <view class="body-row-title"> 订阅包:3万/年 </view>
  364. <view class="introduction-body-row">无限量调研纪要及常规研选专栏查阅,公开活动参与</view>
  365. </view>
  366. <view class="body-row-content">
  367. <view class="body-row-title"> 扣点包:5万/年 </view>
  368. <view class="introduction-body-row">低至2000元/场专家、同业访谈</view>
  369. <view class="introduction-body-row">1000元/场重点公司小范围交流</view>
  370. </view>
  371. <view style="font-size: 26rpx">欢迎联系买方研选,了解更多服务详情,获取试用体验</view>
  372. </view>
  373. </view>
  374. </view>
  375. </view>
  376. </view>
  377. <!-- 权限部分 -->
  378. <view v-else>
  379. <jurisdiction :idAct="id" :jurisdictionList="jurisdictionList"></jurisdiction>
  380. </view>
  381. <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
  382. <view v-show="false">
  383. <audioModule ref="childrenAudio" :showAudioPop="showAudioPop" />
  384. </view>
  385. <suspenButton v-if="showSingInImg" :showSingInImg.sync="showSingInImg" type="活动详情">
  386. <template slot="center">
  387. <image mode="widthFix" style="height: 120rpx; width: 120rpx" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/sing_in_icon.png"> </image>
  388. </template>
  389. <template slot="top">
  390. <image @click.stop="isDlgImg = true" mode="widthFix" style="height: 120rpx; width: 120rpx" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/sign_in_img.png"> </image>
  391. </template>
  392. <template slot="left">
  393. <image @click.stop="goSingUpDetail" mode="widthFix" style="height: 120rpx; width: 120rpx" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/sing_up_details.png"> </image>
  394. </template>
  395. </suspenButton>
  396. <van-popup custom-class="custom-class-popup" :show="isDlgImg" @close="onCloseHandler">
  397. <view class="sign-in-img-box">
  398. <image :src="detailData.SigninImg"></image>
  399. <view class="button-box">
  400. <text @click="onCloseHandler">关闭</text>
  401. <text @click="downloadImage">保存图片</text>
  402. </view>
  403. </view>
  404. </van-popup>
  405. <!-- 各种弹框部分 -->
  406. <ShowResearchDlg :isResearchModalShow.sync="isResearchModalShow" :jurisdictionList="jurisdictionList" :checkResearchList.sync="checkResearchList" />
  407. </view>
  408. <Loading />
  409. </block>
  410. </template>
  411. <script>
  412. import { activity, User, Home } from "@/config/api.js";
  413. import modalDialog from "@/components/modalDialog.vue";
  414. import jurisdiction from "./jurisdiction/components.vue";
  415. import freeCharge from "@/components/freeCharge";
  416. import audioModule from "@/components/audioModule/index";
  417. import manageMixin from "./manageMixin";
  418. import IsTrackFollow from "@/components/isTrackFollow.vue";
  419. import SelectPopup from "@/components/activity/selectPopup";
  420. import NotHaveLogin from "@/components/notHaveLogin.vue";
  421. import suspenButton from "@/components/suspen_button.vue";
  422. import ShowResearchDlg from "@/components/activity/showResearchDlg.vue";
  423. let app = getApp({ allowDefault: true });
  424. export default {
  425. filters: {
  426. formatVoiceTime(e) {
  427. let m = parseInt(e / 60);
  428. let s = parseInt(e % 60);
  429. return `${m > 9 ? m : "0" + m}:${s > 9 ? s : "0" + s}`;
  430. },
  431. },
  432. data() {
  433. return {
  434. id: "",
  435. detailData: {},
  436. isShowJurisdiction: false,
  437. isGain: true,
  438. signupType: "", //关注类型
  439. goFollow: false, //是否关注公众号
  440. isShow: false, //弹框
  441. isCancelShow: false,
  442. idTypeCancel: {
  443. id: "",
  444. type: 1,
  445. cutId: "",
  446. state: "",
  447. },
  448. selectShow: false, // 参会方式的隐藏显示
  449. selectYdong: false, // 参会方式展示的文案
  450. haveAuth: "",
  451. jurisdictionList: {},
  452. editIsShow: false, //外呼莫泰框
  453. countryCode: "", //外呼区号
  454. mobileEdit: "", //外呼手机号
  455. goOnNextStep: "", //设置外呼号后弹出哪个
  456. mailboxBinding: false, //是否绑定邮箱
  457. play: false,
  458. timesTheSpeed: [
  459. { name: "倍速", value: 1 },
  460. { name: "1.25倍", value: 1.25 },
  461. { name: "1.5倍", value: 1.5 },
  462. { name: "2倍", value: 2 },
  463. ],
  464. curTime: 0,
  465. videoContext: null,
  466. isVideoPlay: false,
  467. selectShowLink: false,
  468. isSendWx: "",
  469. isDlgImg: false,
  470. showSingInImg: false,
  471. isResearchModalShow: false,
  472. checkResearchList: {},
  473. sourceType: "",
  474. detailDataShare: {},
  475. };
  476. },
  477. mixins: [manageMixin],
  478. computed: {
  479. curVoiceId() {
  480. //当前正在播放的音频id
  481. return this.$store.state.audioBg.indexId;
  482. },
  483. curAudioPaused() {
  484. //当前音频是否暂停状态
  485. return this.$store.state.audioBg.paused;
  486. },
  487. //视频的id
  488. activityVideoId() {
  489. return this.$store.state.videoPlay.playVideoActId;
  490. },
  491. //报名的显示
  492. showWay() {
  493. let text = this.detailData.SignupType == 1 ? "取消外呼" : "取消报名";
  494. return text;
  495. },
  496. showOutboundCall() {
  497. let text = this.detailData.IsSignup ? "取消外呼" : "预约外呼";
  498. return text;
  499. },
  500. //几倍的播放数度
  501. isTimes() {
  502. let isMultiple = this.curVoiceId === this.detailData.ActivityId ? this.$store.state.audioBg.multiple : 1;
  503. return isMultiple;
  504. },
  505. showAudioPop() {
  506. return this.$store.state.audioBg.show;
  507. },
  508. },
  509. components: {
  510. modalDialog,
  511. jurisdiction,
  512. freeCharge,
  513. audioModule,
  514. IsTrackFollow,
  515. SelectPopup,
  516. NotHaveLogin,
  517. suspenButton,
  518. ShowResearchDlg,
  519. },
  520. watch: {
  521. haveAuth: {
  522. handler() {
  523. if (this.haveAuth == 1) {
  524. this.$store.dispatch("statistics", { PageType: "ActivitParticulars", DetailId: this.id });
  525. }
  526. },
  527. immediate: true,
  528. },
  529. "$store.state.audioBg.curTime": {
  530. handler(newVal) {
  531. this.curTime = this.curVoiceId === this.detailData.ActivityId ? newVal : 0;
  532. },
  533. immediate: true,
  534. deep: true,
  535. },
  536. },
  537. methods: {
  538. downloadImage() {
  539. wx.downloadFile({
  540. url: this.detailData.SigninImg,
  541. success(res) {
  542. wx.saveImageToPhotosAlbum({
  543. filePath: res.tempFilePath,
  544. success(data) {
  545. wx.showModal({
  546. title: "提示",
  547. content: "保存成功",
  548. modalType: false,
  549. });
  550. },
  551. fail(err) {
  552. if (
  553. err.errMsg === "saveImageToPhotosAlbum:fail:auth denied" ||
  554. err.errMsg === "saveImageToPhotosAlbum:fail auth deny" ||
  555. err.errMsg === "saveImageToPhotosAlbum:fail authorize no response"
  556. ) {
  557. wx.showModal({
  558. title: "提示",
  559. content: "需要您授权保存相册",
  560. modalType: false,
  561. success: (modalSuccess) => {
  562. wx.openSetting({
  563. success(settingdata) {
  564. if (settingdata.authSetting["scope.writePhotosAlbum"]) {
  565. wx.showModal({
  566. title: "提示",
  567. content: "获取权限成功,再次点击图片即可保存",
  568. modalType: false,
  569. });
  570. } else {
  571. wx.showModal({
  572. title: "提示",
  573. content: "获取权限失败,将无法保存到相册哦~",
  574. modalType: false,
  575. });
  576. }
  577. },
  578. });
  579. },
  580. });
  581. }
  582. },
  583. });
  584. },
  585. });
  586. },
  587. onCloseHandler() {
  588. this.isDlgImg = false;
  589. },
  590. // 获取详情
  591. getActivityDetail() {
  592. activity
  593. .getActivityDetail({
  594. ActivityId: this.id,
  595. PageRouter: this.$store.state.pageRouterActivity,
  596. IsSendWx: this.isSendWx,
  597. })
  598. .then((res) => {
  599. if (res.Ret == 200) {
  600. this.$store.commit("setRouterActivity", "活动详情");
  601. this.haveAuth = res.Data.HasPermission;
  602. this.jurisdictionList = res.Data;
  603. this.detailData = res.Data.Detail;
  604. if (res.Data.HasPermission == 1) {
  605. this.showSingInImg = this.detailData.IsShowSigninButton;
  606. this.synchronization();
  607. }
  608. }
  609. });
  610. },
  611. // 同步数据
  612. synchronization() {
  613. let pages = getCurrentPages();
  614. let prevPage = pages[pages.length - 2];
  615. let path = prevPage ? prevPage.$page.fullPath : "";
  616. if (path.includes("/activityPages/themeActivity/themeActivity") || path.includes("/pages-search/indedxSearch/indedxSearch?source=活动详情页面")) {
  617. const index = prevPage.$vm.collectList.findIndex((item) => item.ActivityId == this.id);
  618. prevPage.$vm.collectList[index].IsSignup = this.detailData.IsSignup;
  619. prevPage.$vm.collectList[index].SignupNum = this.detailData.SignupNum;
  620. prevPage.$vm.collectList[index].SignupType = this.detailData.SignupType;
  621. prevPage.$vm.collectList[index].IsAppointment = this.detailData.IsAppointment;
  622. prevPage.$vm.collectList[index].IsCancelMeetingReminder = this.detailData.IsCancelMeetingReminder;
  623. }
  624. },
  625. // 拨打电话
  626. phonebtn(phone) {
  627. uni.makePhoneCall({
  628. phoneNumber: phone,
  629. });
  630. },
  631. // 跳转新的小程序
  632. networkBtn() {
  633. if (this.detailData.OnlineParticipation.includes("http")) {
  634. uni.navigateTo({
  635. url: "/activityPages/networkAttend/networkAttend?url=" + this.detailData.OnlineParticipation,
  636. });
  637. } else {
  638. uni.navigateToMiniProgram({
  639. appId: "wxade30ff0c4ee757d",
  640. path: this.detailData.OnlineParticipation,
  641. });
  642. }
  643. },
  644. // 弹框的回调事件
  645. cancelEnsure() {
  646. this.getActivityDetail();
  647. },
  648. // 跳转
  649. goDetail(id) {
  650. uni.navigateTo({
  651. url: "/pageMy/reportDetail/reportDetail?id=" + id,
  652. });
  653. },
  654. // 提问
  655. async askingGo(type = "") {
  656. const res = await activity.checkAskActivity({ ActivityId: Number(this.id), PageRouter: this.$store.state.pageRouterActivity });
  657. if (res.Ret === 200) {
  658. if (res.Data.SignupStatus === "Success") {
  659. uni.navigateTo({
  660. url: "/activityPages/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
  661. });
  662. } else {
  663. uni.showModal({
  664. confirmText: "知道了",
  665. confirmColor: "#376cbb",
  666. content: res.Msg || res.Data.PopupMsg,
  667. showCancel: false,
  668. success: (res) => {
  669. if (res.confirm) {
  670. this.getActivityDetail();
  671. }
  672. },
  673. });
  674. }
  675. }
  676. },
  677. // 复制的操作
  678. copyLink(type) {
  679. uni.setClipboardData({
  680. data: type == 1 ? this.detailData.LinkParticipants || this.detailData.OnlineParticipation : this.detailData.TencentConferenceNumber,
  681. success: function () {
  682. uni.showToast({
  683. title: `复制成功${type == 1 ? ",可在浏览器打开" : ""}`,
  684. icon: "none",
  685. duration: 2000,
  686. });
  687. },
  688. });
  689. },
  690. // 跳转产业标签
  691. goDustrialHandler(item) {
  692. if (!item.IsJump) return;
  693. if (item.IsResearch) {
  694. //严选
  695. uni.navigateTo({ url: "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId });
  696. } else {
  697. //非严选
  698. uni.navigateTo({ url: "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId });
  699. }
  700. },
  701. // 音频点击暂停播放
  702. audioPlayBack() {
  703. if (this.$store.state.audioBg.indexId == this.detailData.ActivityId) {
  704. if (this.globalBgAudioManager.paused) {
  705. this.globalBgAudioManager.play();
  706. } else {
  707. this.globalBgAudioManager.pause();
  708. }
  709. } else {
  710. this.$store.commit("audioBg/addAudio", {
  711. list: this.detailData.VoiceList,
  712. indexId: this.detailData.ActivityId,
  713. activityId: this.detailData.ActivityId,
  714. activityTitle: this.detailData.ActivityName,
  715. recordList: {
  716. SourceId: this.detailData.ActivityId,
  717. Type: 1,
  718. },
  719. });
  720. }
  721. },
  722. // 拖动进度条
  723. handleAudioSliderChangeing(e) {
  724. this.curTime = e.detail.value;
  725. },
  726. // 拖动进度条
  727. handleAudioSliderChange(e) {
  728. const value = e.detail.value;
  729. this.globalBgAudioManager.seek(value);
  730. this.$refs.childrenAudio.isRecord = false;
  731. setTimeout(() => {
  732. this.$store.commit("audioBg/setSlide", false);
  733. }, 300);
  734. },
  735. // 手指离开拖动进度条
  736. touchstartHandler() {
  737. this.$store.commit("audioBg/setSlide", true);
  738. },
  739. //倍速播放
  740. isTimesHandler(i) {
  741. if (this.$store.state.audioBg.activityId == this.detailData.ActivityId) {
  742. let index = i == 3 ? 0 : i + 1;
  743. this.$store.commit("audioBg/setMultiple", this.timesTheSpeed[index].value);
  744. this.globalBgAudioManager.playbackRate = this.isTimes;
  745. this.globalBgAudioManager.startTime = this.curTime;
  746. if (this.globalBgAudioManager.paused) {
  747. this.globalBgAudioManager.play();
  748. }
  749. } else {
  750. this.$store.commit("audioBg/removeAudio");
  751. this.$store.commit("audioBg/addAudio", {
  752. list: this.detailData.VoiceList,
  753. indexId: this.detailData.ActivityId,
  754. activityId: this.detailData.ActivityId,
  755. activityTitle: this.detailData.ActivityName,
  756. recordList: {
  757. SourceId: this.detailData.ActivityId,
  758. Type: 1,
  759. },
  760. });
  761. }
  762. this.$refs.childrenAudio.isRecord = false;
  763. },
  764. //快进 快退
  765. speedReverseHandler(type) {
  766. let isTime = type == "reverse" ? this.curTime - 15 : this.curTime + 15;
  767. isTime = isTime <= 0 ? 0 : isTime >= this.detailData.VoiceList.PlaySeconds ? this.detailData.VoiceList.PlaySeconds - 1 : isTime;
  768. this.globalBgAudioManager.seek(isTime);
  769. this.$refs.childrenAudio.isRecord = false;
  770. },
  771. //视频元数据加载完成时触发
  772. loadedmetadataHandle() {
  773. this.videoContext = wx.createVideoContext(this.detailData.ActivityId.toString(), this);
  774. let curVideoTime = 0;
  775. if (this.activityVideoId == this.detailData.ActivityId) {
  776. curVideoTime = this.$store.state.videoPlay.palyCurrentTime;
  777. } else {
  778. this.$store.commit("videoPlay/playVideoActivity", this.detailData.ActivityId);
  779. }
  780. this.videoContext.seek(curVideoTime);
  781. },
  782. //视频播放结束
  783. handleVideoEnd() {
  784. // 此处因为如果不调用退出全屏方法 安卓和ios页面均会表现异常,安卓横屏不恢复竖屏,ios底部tabbar渲染异常
  785. this.videoContext.exitFullScreen();
  786. },
  787. //视频时间的更新
  788. handleVideoTimeUpdate(e) {
  789. let time = parseInt(e.detail.currentTime);
  790. this.$store.commit("videoPlay/palyTimeUpdate", time);
  791. },
  792. //视频的播放事件
  793. handelVideoPlay() {
  794. if (!this.isVideoPlay) {
  795. Home.microAideoHistoryAdd({ SourceId: this.detailData.ActivityId, SourceType: 2 });
  796. }
  797. this.isVideoPlay = true;
  798. },
  799. // 微路演留言
  800. myLeavingMessageHandler() {
  801. let title = this.detailData.FileType == 1 ? this.detailData.VoiceList.Name : this.detailData.VideoDetail.Title;
  802. uni.navigateTo({
  803. url: "/activityPages/generationAsk/generationAsk?id=" + this.detailData.ActivityId + "&type=文章&roadshow=" + this.detailData.FileType + "&roadshowTitle=" + title,
  804. });
  805. },
  806. // 微路演收藏
  807. async isCollectionHandeler() {
  808. await this.$store.dispatch("showLoginModal");
  809. const res = await Home.microRoadshowCollect({
  810. SourceId: this.detailData.FileType == 1 ? this.detailData.VoiceList.ActivityVoiceId : this.detailData.VideoDetail.Id,
  811. SourceType: this.detailData.FileType,
  812. PageRouter: this.$store.state.pageRouterReport,
  813. });
  814. if (res.Ret === 200) {
  815. uni.showToast({
  816. title: res.Msg,
  817. duration: 2000,
  818. });
  819. this.detailData.IsCollect = !this.detailData.IsCollect;
  820. }
  821. },
  822. articleLinkHandler() {
  823. if (this.detailData.ArticleList.length === 1) {
  824. uni.navigateTo({
  825. url: "/pageMy/reportDetail/reportDetail?id=" + this.detailData.ArticleList[0].ArticleId,
  826. });
  827. } else {
  828. this.selectShowLink = true;
  829. }
  830. },
  831. // 去往报名详情
  832. goSingUpDetail() {
  833. uni.navigateTo({
  834. url: "/pages-message/activityTemplate/activityTemplate?id=" + this.id,
  835. });
  836. },
  837. },
  838. onLoad(option) {
  839. this.id = option.id || "";
  840. this.isSendWx = option.IsSendWx || "";
  841. this.sourceType = option.sourceType || "";
  842. console.log(option.detailDataShare);
  843. this.detailDataShare = option.detailDataShare ? JSON.parse(decodeURIComponent(option.detailDataShare) || {}) : "";
  844. // 详情页面不写路径
  845. },
  846. onShow() {
  847. if (this.mixinIsSceneNumber == 1154) return;
  848. this.getActivityDetail();
  849. this.$store.commit("audioBg/parseIntAudio", false);
  850. this.$store.commit("setRouterReport", "活动详情");
  851. },
  852. /**
  853. * 用户点击分享
  854. */
  855. onShareAppMessage: function (res) {
  856. return {
  857. title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "活动详情",
  858. path: "/activityPages/activityDetail/activityDetail?id=" + this.id,
  859. success: (res) => {},
  860. fail: (err) => {},
  861. };
  862. },
  863. /**
  864. * 用户点击分享朋友圈
  865. */
  866. onShareTimeline() {
  867. let shaerObj = {
  868. title: this.detailData.ActivityName,
  869. time: this.detailData.ActivityTimeText,
  870. speaker: this.detailData.Speaker,
  871. host: this.detailData.Host,
  872. expert: this.detailData.ExpertText,
  873. guest: this.detailData.DistinguishedGuest,
  874. highlights: this.detailData.HighlightsText,
  875. theme: this.detailData.ThemeText,
  876. };
  877. let detailDataShare = JSON.stringify(shaerObj).replace(/%/g, "%25");
  878. console.log(detailDataShare, "--");
  879. return {
  880. title: this.detailData.ActivityName,
  881. query: "id=" + this.id + "&sourceType=微信分享&shareImag=" + this.detailData.MomentsImg + "&detailDataShare=" + encodeURIComponent(detailDataShare),
  882. imageUrl: this.detailData.ImgUrl,
  883. };
  884. },
  885. };
  886. </script>
  887. <style scoped lang="scss">
  888. .activity-detail {
  889. background-color: $uni-color-new;
  890. padding: 25rpx 34rpx 150rpx;
  891. .audio-card-activity {
  892. width: 100%;
  893. padding: 25rpx;
  894. background-color: #fff;
  895. border-radius: 16rpx;
  896. margin-bottom: 25rpx;
  897. .slider {
  898. width: 100%;
  899. margin: 0;
  900. }
  901. .slider-paly {
  902. display: flex;
  903. height: 80rpx;
  904. align-items: center;
  905. padding-left: 20rpx;
  906. }
  907. .card-title {
  908. word-break: break-all;
  909. margin: 40rpx 0 20rpx;
  910. }
  911. .card-time {
  912. display: flex;
  913. justify-content: space-between;
  914. color: #999999;
  915. font-size: 20rpx;
  916. }
  917. .title-image {
  918. display: flex;
  919. justify-content: flex-end;
  920. image {
  921. width: 48rpx;
  922. height: 48rpx;
  923. margin-left: 48rpx;
  924. }
  925. }
  926. .is-paly-card {
  927. width: 70rpx;
  928. height: 70rpx;
  929. flex-shrink: 0;
  930. margin-left: 30rpx;
  931. image {
  932. width: 70rpx;
  933. height: 70rpx;
  934. }
  935. }
  936. .fast-reverse {
  937. display: flex;
  938. align-items: center;
  939. justify-content: center;
  940. margin-top: 30rpx;
  941. .speed-button {
  942. width: 96rpx;
  943. height: 47rpx;
  944. background: #eaeaea;
  945. border-radius: 8rpx;
  946. text-align: center;
  947. line-height: 47rpx;
  948. margin: 0 70rpx;
  949. padding-left: 0;
  950. }
  951. .speed-img {
  952. width: 50rpx;
  953. height: 50rpx;
  954. }
  955. }
  956. }
  957. .video-play {
  958. width: 100%;
  959. video {
  960. width: 100%;
  961. height: 318rpx;
  962. }
  963. }
  964. .new_icon {
  965. width: 60rpx;
  966. height: 30rpx;
  967. margin: 0 20rpx 0rpx 0;
  968. display: inline-block;
  969. vertical-align: middle;
  970. }
  971. .activity-content {
  972. width: 100%;
  973. padding: 20rpx 30rpx 100rpx;
  974. background-color: #fff;
  975. border-radius: 16rpx;
  976. overflow: hidden;
  977. .notice {
  978. margin-bottom: 20rpx;
  979. }
  980. /deep/ .van-notice-bar {
  981. height: 62rpx;
  982. }
  983. .content-title {
  984. margin: 10rpx 0 30rpx;
  985. }
  986. .content-item {
  987. display: flex;
  988. font-size: 28rpx;
  989. line-height: 40rpx;
  990. color: #333;
  991. margin-bottom: 20rpx;
  992. align-items: flex-start;
  993. vertical-align: text-top;
  994. .city {
  995. display: flex;
  996. align-items: center;
  997. image {
  998. width: 28rpx;
  999. height: 28rpx;
  1000. }
  1001. }
  1002. .item-left {
  1003. width: 140rpx;
  1004. flex-shrink: 0;
  1005. }
  1006. .item-right {
  1007. color: #333;
  1008. }
  1009. .dustrial-content {
  1010. display: flex;
  1011. flex-wrap: wrap;
  1012. .item {
  1013. display: flex;
  1014. align-items: center;
  1015. padding-left: 0;
  1016. margin-left: 0;
  1017. }
  1018. .dustrial-li {
  1019. display: flex;
  1020. align-items: center;
  1021. font-size: 22rpx;
  1022. height: 40rpx;
  1023. padding: 0 13rpx;
  1024. margin: 0 20rpx 10rpx 0;
  1025. background-color: #f0f1f3;
  1026. }
  1027. .dustrial-item {
  1028. padding: 0 20rpx;
  1029. background: #e5efff;
  1030. border-radius: 4rpx;
  1031. color: $uni-color-new;
  1032. border-radius: 4rpx;
  1033. font-weight: 600;
  1034. }
  1035. }
  1036. .content-item-link {
  1037. display: flex;
  1038. .copy-link {
  1039. flex-shrink: 0;
  1040. margin-left: 20rpx;
  1041. }
  1042. }
  1043. }
  1044. .content-bottom {
  1045. margin-top: 100rpx;
  1046. font-size: 24rpx;
  1047. font-weight: 600;
  1048. .make-outbound {
  1049. color: #fff;
  1050. margin: 0 auto;
  1051. width: 504rpx;
  1052. height: 60rpx;
  1053. border-radius: 8rpx;
  1054. background-color: $uni-color-new;
  1055. }
  1056. .make-conference {
  1057. margin: 20rpx auto;
  1058. width: 504rpx;
  1059. padding: 12rpx;
  1060. line-height: 36rpx;
  1061. background-color: #e5efff;
  1062. color: $uni-color-new;
  1063. border-radius: 8rpx;
  1064. view {
  1065. font-weight: 400;
  1066. font-size: 20rpx;
  1067. }
  1068. }
  1069. .make-conference-remind {
  1070. text-align: center;
  1071. }
  1072. }
  1073. }
  1074. .top-img-box {
  1075. width: 160rpx;
  1076. height: 48rpx;
  1077. margin: -20rpx 0 0 -30rpx;
  1078. }
  1079. .sign-in-img-box {
  1080. width: 704rpx;
  1081. height: 1121rpx;
  1082. background-color: #fff;
  1083. border-radius: 8rpx;
  1084. overflow: hidden;
  1085. image {
  1086. width: 100%;
  1087. height: calc(100% - 108rpx);
  1088. }
  1089. .button-box {
  1090. display: flex;
  1091. align-items: center;
  1092. height: 102rpx;
  1093. border-top: 1rpx solid #f0f0f0;
  1094. text {
  1095. flex: 1;
  1096. height: 100%;
  1097. display: flex;
  1098. align-items: center;
  1099. justify-content: center;
  1100. }
  1101. text:last-child {
  1102. border-left: 1rpx solid #f0f0f0;
  1103. color: #3385ff;
  1104. }
  1105. }
  1106. }
  1107. .custom-class-popup {
  1108. border-radius: 8rpx;
  1109. overflow: hidden;
  1110. }
  1111. }
  1112. .product-introduction-box {
  1113. background-color: #f7f7f7;
  1114. padding: 10rpx 0;
  1115. margin-top: 60rpx;
  1116. border-radius: 16rpx;
  1117. .product-introduction {
  1118. padding: 60rpx 0 0 25rpx;
  1119. background-color: white;
  1120. .introduction-header {
  1121. margin-bottom: 40rpx;
  1122. display: flex;
  1123. .introduction-header-left {
  1124. background-color: #caaf8b;
  1125. height: 90rpx;
  1126. width: 14rpx;
  1127. margin-right: 20rpx;
  1128. }
  1129. .introduction-header-right {
  1130. text-align: left;
  1131. .introduction-title-CN {
  1132. font-weight: 500;
  1133. font-size: 34rpx;
  1134. color: #333333;
  1135. line-height: 42rpx;
  1136. margin-bottom: 8rpx;
  1137. }
  1138. .introduction-title-US {
  1139. font-weight: 400;
  1140. font-size: 28rpx;
  1141. color: #c0c4cc;
  1142. line-height: 42rpx;
  1143. }
  1144. }
  1145. }
  1146. .introduction-body {
  1147. .introduction-body-box {
  1148. text-align: left;
  1149. margin-bottom: 40rpx;
  1150. .body-row-content {
  1151. margin-bottom: 40rpx;
  1152. font-size: 34rpx;
  1153. line-height: 48rpx;
  1154. font-weight: 600;
  1155. color: #caaf8b;
  1156. .body-row-title {
  1157. margin-left: 40rpx;
  1158. }
  1159. }
  1160. .body-box-title {
  1161. font-weight: 600;
  1162. font-size: 34rpx;
  1163. line-height: 48rpx;
  1164. padding-left: 40rpx;
  1165. position: relative;
  1166. margin-bottom: 22rpx;
  1167. &::before {
  1168. content: "";
  1169. height: 20rpx;
  1170. width: 20rpx;
  1171. background-color: #caaf8b;
  1172. border-radius: 20rpx;
  1173. position: absolute;
  1174. left: 0;
  1175. top: 16rpx;
  1176. }
  1177. }
  1178. .introduction-body-row {
  1179. margin-left: 40rpx;
  1180. font-weight: 400;
  1181. font-size: 26rpx;
  1182. color: #333333;
  1183. line-height: 36rpx;
  1184. }
  1185. .highHight-text {
  1186. color: #caaf8b;
  1187. }
  1188. }
  1189. }
  1190. }
  1191. }
  1192. .btn-cont {
  1193. width: 500rpx;
  1194. height: 52rpx;
  1195. background: $uni-color-new;
  1196. color: #fff;
  1197. font-size: 24rpx;
  1198. font-weight: 600;
  1199. border-radius: 8rpx;
  1200. margin: 0 auto;
  1201. text-align: center;
  1202. line-height: 52rpx;
  1203. &.back-btn {
  1204. background: #e5efff !important;
  1205. color: $uni-color-new;
  1206. margin-top: 30rpx;
  1207. }
  1208. .btn_bg {
  1209. width: 100%;
  1210. height: 80rpx;
  1211. position: absolute;
  1212. left: 0;
  1213. top: 0;
  1214. }
  1215. .btn-txt {
  1216. width: 100%;
  1217. position: absolute;
  1218. z-index: 1;
  1219. }
  1220. }
  1221. .research-special-content {
  1222. padding: 30rpx;
  1223. text-align: center;
  1224. .text {
  1225. color: #999;
  1226. font-size: 28rpx;
  1227. margin-bottom: 35rpx;
  1228. }
  1229. .no-text {
  1230. font-size: 36rpx;
  1231. color: #333333;
  1232. margin-bottom: 20rpx;
  1233. }
  1234. }
  1235. </style>