noteAndViewpoint.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. <template>
  2. <view class="container note-and-viewpoint" v-if="detailDataForm.HasPermission == 1">
  3. <view class="content-item">
  4. <view class="author-name">
  5. <view class="img-box">
  6. <image :src="detailDataForm.HeadImg" @click="goDetailPages"></image>
  7. </view>
  8. <text style="margin-left: 10rpx">{{ detailDataForm.NickName }}</text>
  9. </view>
  10. <view class="type-time">
  11. <view class="type"> {{ detailDataForm.Type == 1 ? "笔 记" : "观 点" }} </view>
  12. <view class="time">{{ detailDataForm.PublishTime }}</view>
  13. </view>
  14. <view class="title-item global_title"> {{ detailDataForm.Title }}</view>
  15. <view class="text-conten">
  16. <mp-html :content="isUserBindingPhoneNumber ? detailDataForm.Content : detailDataForm.Content.slice(0, 80)" />
  17. </view>
  18. <block v-if="isUserBindingPhoneNumber">
  19. <block v-if="detailDataForm.Docs && detailDataForm.Docs.length > 0">
  20. <view @click="goFilePages(item)" class="file-item text_oneLine" v-for="(item, index) in detailDataForm.Docs" :key="index">
  21. <image :src="item.DocIcon"></image>
  22. {{ item.DocName }}
  23. </view>
  24. </block>
  25. <view class="image-conten">
  26. <image v-for="key in dataProcessing(detailDataForm.ImgUrl)" :key="key" :src="key" @click="previewImageMediahandler(key)"></image>
  27. </view>
  28. <view class="lable-conten">
  29. <view class="item" v-for="key in dataProcessing(detailDataForm.Tags)" :key="key">{{ key }}</view>
  30. </view>
  31. </block>
  32. </view>
  33. <block v-if="isUserBindingPhoneNumber">
  34. <view class="statement-content" v-if="detailDataForm.Status == 3">
  35. <text>郑重声明:</text>
  36. 本文为用户投稿,用户在平台中发表的所有资料、言论等仅代表个人或嘉宾观点,与本网站、任何公司与任何机构立场无关。本平台对文中陈述、观点判断保持中立,不对所包含内容及数据的真实性、准确性、可靠性或完整性提供任何明示或暗示的保证。
  37. 股市波动与很多因素有关,任何用户或嘉宾的发言,都有其特定立场,投资决策是个人基于自己的研究分析所做的决定,本文章或会议目的在于事实、观点分享,不构成任何的投资建议。投资者应当自主进行投资决策,对投资者因依赖上述信息进行投资决策而导致的财产损失,本平台不承担法律责任。
  38. 本文章或会议未经本平台和作者的书面许可,任何机构和个人不得以任何形式转发、转载、翻版、复制、刊登、发表、修改、仿制或引用文章或会议的全部或部分内容。本平台对任何第三方的未经授权行为所产生的的影响不承担任何责任,同时保持实施法律行动的权利。
  39. </view>
  40. <view class="collect-conten">
  41. <image @click="collectHandler(2)" v-if="detailDataForm.IsCollect == 1" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/collected_icon.png"></image>
  42. <image @click="collectHandler(1)" v-else src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/collect_ico.png"></image>
  43. {{ detailDataForm.IsCollect == 1 ? "已收藏" : "收藏" }}
  44. </view>
  45. </block>
  46. <view v-else class="please-login" @click="pleaseGoLogin">请登录后查看更多内容</view>
  47. <Loading />
  48. </view>
  49. <view class="noauth-cont" v-else>
  50. <block v-if="isSpecialArticle_report">
  51. <image src="https://hzstatic.hzinsights.com/cygx/czbk/noauth.png" class="noauth-ico"></image>
  52. <view class="tip" v-if="detailDataForm.HasPermission === 3">
  53. 需要升级行业套餐权限才可查看此报告,请联系对口销售
  54. <view class="btn-cont back-btn" @click="backIndex"> 返回 </view>
  55. </view>
  56. </block>
  57. <block v-else>
  58. <image src="https://hzstatic.hzinsights.com/cygx/czbk/noauth.png" class="noauth-ico"></image>
  59. <block v-if="detailDataForm.HasPermission !== 3">
  60. <view class="research-noauth">
  61. 暂无 <text class="strong-text">买方研选</text> 权限
  62. <text style="margin-bottom: 30rpx"> 您可申请开通试用 </text>
  63. </view>
  64. <view class="btn-cont" @click="applyAuth">{{ "立即申请" }} </view>
  65. </block>
  66. <view class="tip" v-if="detailDataForm.HasPermission === 3">
  67. <view class="research-noauth">
  68. 暂无 <text class="strong-text">买方研选</text> 权限
  69. <text> 点击提交申请,提醒对口销售为你开通试用 </text>
  70. </view>
  71. </view>
  72. <view v-if="detailDataForm.HasPermission === 3" class="btn-cont" @click="sellerApplyAuth"> {{ isShowText ? "提交申请" : "立即申请" }}</view>
  73. <view class="btn-cont back-btn" @click="backIndex"> 返回 </view>
  74. <view class="product-introduction-box">
  75. <view class="product-introduction">
  76. <view class="introduction-header">
  77. <view class="introduction-header-left"></view>
  78. <view class="introduction-header-right">
  79. <view class="introduction-title-CN"> 产品介绍 </view>
  80. <view class="introduction-title-US"> Product Introduction </view>
  81. </view>
  82. </view>
  83. <view class="introduction-body">
  84. <view class="introduction-body-box">
  85. <view class="body-box-title"> 独家亮点 </view>
  86. <view class="introduction-body-row"><span class="highHight-text">低至1000元</span>起访谈优质专家</view>
  87. <view class="introduction-body-row">重点公司小范围交流<span class="highHight-text">破圈</span>参加</view>
  88. <view class="introduction-body-row"><span class="highHight-text">海量</span>调研过程及纪要共享</view>
  89. </view>
  90. <view class="introduction-body-box">
  91. <view class="body-box-title"> 优质资源 </view>
  92. <view class="introduction-body-row"><span class="highHight-text">500+</span>篇/年调研纪要更新,</view>
  93. <view class="introduction-body-row"><span class="highHight-text">300+</span>场/年海内外重点公司小范围交流,</view>
  94. <view class="introduction-body-row"><span class="highHight-text">100+</span>场/年热点线下调研,</view>
  95. <view class="introduction-body-row"><span class="highHight-text">30000+</span>名优质行业专家长期合作,</view>
  96. <view class="introduction-body-row"><span class="highHight-text">1000+</span>名优秀买方汇集,</view>
  97. </view>
  98. <view class="introduction-body-box">
  99. <view class="body-box-title" style="margin-bottom: 18rpx"> 服务报价 </view>
  100. <view class="body-row-content">
  101. <view class="body-row-title"> 3万/年 </view>
  102. <view class="introduction-body-row">含无限量调研纪要查阅</view>
  103. <view class="introduction-body-row"><span class="highHight-text">以及3次</span>公开专家访谈;</view>
  104. </view>
  105. <view class="body-row-content">
  106. <view class="body-row-title"> 5万/年 </view>
  107. <view class="introduction-body-row">含无限量调研纪要查阅</view>
  108. <view class="introduction-body-row"> <span class="highHight-text">以及15次</span>公开专家访谈<span class="highHight-text">或30次</span>重点公司、专家小范围交流; </view>
  109. </view>
  110. <view class="body-row-content" style="margin-bottom: 0">
  111. <view class="body-row-title"> 10万/年 </view>
  112. <view class="introduction-body-row">含无限量调研纪要查阅</view>
  113. <view class="introduction-body-row">
  114. <span class="highHight-text">以及40次</span>公开专家访谈 <span class="highHight-text">或80次</span>重点公司、专家小范围交流 <span class="highHight-text">或20次</span>私享专家一对一。
  115. </view>
  116. </view>
  117. </view>
  118. </view>
  119. </view>
  120. </view>
  121. </block>
  122. </view>
  123. </template>
  124. <script>
  125. import { purchaserApi, User } from "@/config/api";
  126. export default {
  127. data() {
  128. return {
  129. detailDataForm: "",
  130. detailId: 0,
  131. readTiem: 0,
  132. setIntervalTiem: null,
  133. };
  134. },
  135. methods: {
  136. previewImageMediahandler(key) {
  137. uni.previewImage({
  138. urls: [key], //查看图片的数组
  139. });
  140. },
  141. // 获取专栏详情
  142. async getDetaliData() {
  143. const res = await purchaserApi.yanxuanSpecialDetail({
  144. Id: this.detailId,
  145. });
  146. if (res.Ret === 200) {
  147. this.detailDataForm = res.Data;
  148. let str = this.detailDataForm.Type == 1 ? "笔记" : "观点";
  149. wx.setNavigationBarTitle({
  150. title: `${str}详情`,
  151. });
  152. }
  153. },
  154. // 数据处理
  155. dataProcessing(item) {
  156. return item ? item.split(",") : [];
  157. },
  158. // 收藏
  159. async collectHandler(type) {
  160. await this.$store.dispatch("checkHandle");
  161. if (!this.$store.state.isAuth && !this.$store.state.isBind) {
  162. const res = await purchaserApi.yanxuanSpecialCollect({
  163. Id: this.detailDataForm.Id,
  164. Status: type,
  165. });
  166. if (res.Ret === 200) {
  167. this.$util.toast(res.Msg);
  168. this.getDetaliData();
  169. }
  170. }
  171. },
  172. // 去往预览文件
  173. goFilePages(item) {
  174. wx.downloadFile({
  175. // 示例 url,并非真实存在
  176. url: item.DocUrl,
  177. success: function (res) {
  178. const filePath = res.tempFilePath;
  179. wx.openDocument({
  180. filePath: filePath,
  181. });
  182. },
  183. });
  184. },
  185. goDetailPages() {
  186. uni.navigateTo({ url: "/pages-purchaser/columnDetail/columnDetail?id=" + this.detailDataForm.UserId });
  187. },
  188. /* 无权限申请开通权限 */
  189. applyAuth() {
  190. /* 区分是否是潜在用户 */
  191. this.detailDataForm.HasPermission === 2
  192. ? User.applyTry({
  193. ApplyMethod: 3,
  194. TryType: "Article",
  195. DetailId: this.detailId,
  196. }).then((res) => {
  197. if (res.Ret === 200) {
  198. uni.navigateTo({
  199. url: "/pageMy/applyResult/applyResult",
  200. });
  201. }
  202. })
  203. : this.detailDataForm.HasPermission === 4
  204. ? uni.navigateTo({
  205. url: "/pageMy/applyTrial/applyTrial?tryType=Article&detailId=" + this.detailId,
  206. })
  207. : uni.showModal({
  208. title: "",
  209. content: "您已经提交过申请了,请耐心等待",
  210. showCancel: false,
  211. confirmColor: "#365595",
  212. success: function (res) {},
  213. });
  214. },
  215. // 销售的立即申请
  216. sellerApplyAuth() {
  217. User.applyTry({
  218. TryType: "Article",
  219. DetailId: this.id,
  220. }).then((res) => {
  221. if (res.Ret === 200) {
  222. uni.showModal({
  223. title: "",
  224. content: "提交申请成功,请耐心等待",
  225. showCancel: false,
  226. confirmColor: "#365595",
  227. success: function (res) {
  228. this.backIndex();
  229. },
  230. });
  231. }
  232. });
  233. },
  234. // 返回首頁
  235. backIndex() {
  236. uni.navigateBack({
  237. fail() {
  238. uni.switchTab({
  239. url: "/pages/index/index",
  240. });
  241. },
  242. });
  243. },
  244. },
  245. onLoad(options) {
  246. this.detailId = Number(options.id) || 0;
  247. this.detailId > 0 && this.getDetaliData();
  248. },
  249. onShow() {
  250. this.readTiem = 0;
  251. this.setIntervalTiem = setInterval(() => {
  252. this.readTiem++;
  253. }, 1000);
  254. },
  255. onHide() {
  256. //页面退出
  257. if (this.detailId && this.detailId > 0) {
  258. clearInterval(this.setIntervalTiem);
  259. purchaserApi
  260. .YanxuanSpecialRecord({
  261. SpecialId: this.detailId,
  262. StopTime: this.readTiem,
  263. })
  264. .then((res) => {});
  265. }
  266. },
  267. onUnload() {
  268. if (this.detailId && this.detailId > 0) {
  269. //页面返回
  270. clearInterval(this.setIntervalTiem);
  271. purchaserApi
  272. .YanxuanSpecialRecord({
  273. SpecialId: this.detailId,
  274. StopTime: this.readTiem,
  275. })
  276. .then((res) => {});
  277. }
  278. },
  279. /** 用户点击分享 */
  280. onShareAppMessage: function (res) {
  281. return {
  282. title: this.detailDataForm.Title,
  283. path: "/pages-purchaser/noteAndViewpoint/noteAndViewpoint?id=" + this.detailId,
  284. };
  285. },
  286. };
  287. </script>
  288. <style lang="scss" scope>
  289. .note-and-viewpoint {
  290. padding: 30rpx;
  291. background: $uni-bg-color;
  292. .content-item {
  293. padding: 40rpx;
  294. background-color: #fff;
  295. .type-time {
  296. display: flex;
  297. align-items: center;
  298. justify-content: space-between;
  299. color: #666666;
  300. .type {
  301. width: 110rpx;
  302. height: 42rpx;
  303. line-height: 42rpx;
  304. text-align: center;
  305. border-radius: 38rpx;
  306. color: #928563;
  307. background-color: #fff6de;
  308. font-weight: 500;
  309. }
  310. }
  311. .title-item {
  312. margin: 10rpx 0 20rpx;
  313. line-height: 46rpx;
  314. }
  315. .file-item {
  316. width: 100%;
  317. height: 42rpx;
  318. margin: 20rpx 0;
  319. display: flex;
  320. align-items: center;
  321. background-color: #f8f8fa;
  322. color: #376cbb;
  323. image {
  324. margin-right: 15rpx;
  325. width: 27rpx;
  326. height: 27rpx;
  327. }
  328. }
  329. .text-conten {
  330. font-size: 32rpx;
  331. line-height: 44rpx;
  332. }
  333. .image-conten {
  334. display: flex;
  335. flex-wrap: wrap;
  336. image {
  337. width: 144rpx;
  338. height: 144rpx;
  339. margin-right: 20rpx;
  340. }
  341. }
  342. .lable-conten {
  343. display: flex;
  344. flex-wrap: wrap;
  345. margin: 20rpx 0;
  346. font-size: 24rpx;
  347. .item {
  348. display: flex;
  349. align-items: center;
  350. height: 34rpx;
  351. border-radius: 44rpx;
  352. padding: 0 35rpx;
  353. background-color: #f0f1f3;
  354. margin: 0 20rpx 20rpx 0;
  355. }
  356. }
  357. .author-name {
  358. display: flex;
  359. align-items: center;
  360. margin-bottom: 50rpx;
  361. .img-box {
  362. width: 48rpx;
  363. height: 48rpx;
  364. overflow: hidden;
  365. font-size: 28rpx;
  366. color: #333;
  367. image {
  368. width: 100%;
  369. height: 100%;
  370. }
  371. }
  372. }
  373. }
  374. .collect-conten {
  375. position: fixed;
  376. bottom: 0;
  377. left: 0;
  378. width: 100%;
  379. padding: 20rpx 0 10rpx;
  380. background-color: #fff;
  381. padding-bottom: constant(safe-area-inset-bottom);
  382. padding-bottom: env(safe-area-inset-bottom);
  383. display: flex;
  384. flex-direction: column;
  385. align-items: center;
  386. color: #666666;
  387. font-size: 24rpx;
  388. line-height: 28rpx;
  389. image {
  390. display: inline-block;
  391. flex-shrink: 0;
  392. width: 44rpx;
  393. height: 44rpx;
  394. }
  395. }
  396. .statement-content {
  397. margin-top: 20rpx;
  398. padding-bottom: 200rpx;
  399. font-size: 28rpx;
  400. line-height: 48rpx;
  401. color: #666;
  402. text {
  403. font-weight: 500;
  404. font-size: 34rpx;
  405. line-height: 48rpx;
  406. }
  407. }
  408. .please-login {
  409. margin: 50rpx auto 150rpx;
  410. width: 556rpx;
  411. height: 64rpx;
  412. color: #fff;
  413. font-size: 24rpx;
  414. font-weight: 600;
  415. background-color: #376cbb;
  416. display: flex;
  417. align-items: center;
  418. justify-content: center;
  419. border-radius: 9rpx;
  420. }
  421. }
  422. </style>