activityDetail.vue 50 KB

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