activityDetail.vue 50 KB

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