|
@@ -1,53 +1,68 @@
|
|
|
<template>
|
|
|
- <div class="container-cygx" @copy="copyMonitor" v-if="haveData == 1" :class="reportInfo.IsResearch ? 'no-cv' : ''">
|
|
|
- <canvas id="tutorial" ref="tutorial"></canvas>
|
|
|
- <topbar class="top-box-bar" showText="弘则研究" />
|
|
|
- <div class="search">
|
|
|
- <div class="search-box" @click="btnSearch">
|
|
|
- <Icon name="search" color="#8D8D8D" />
|
|
|
- <span>搜索您想要的纪要</span>
|
|
|
+ <div>
|
|
|
+ <div class="container-cygx" @copy="copyMonitor" v-if="haveData == 1" :class="reportInfo.IsResearch ? 'no-cv' : ''">
|
|
|
+ <canvas id="tutorial" ref="tutorial"></canvas>
|
|
|
+ <topbar class="top-box-bar" showText="弘则研究" />
|
|
|
+ <div class="search">
|
|
|
+ <div class="search-box" @click="btnSearch">
|
|
|
+ <Icon name="search" color="#8D8D8D" />
|
|
|
+ <span>搜索您想要的纪要</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="z-index-content">
|
|
|
- <div class="content-top">
|
|
|
- <div class="report-title">{{ reportInfo.Title }}</div>
|
|
|
- <div class="report-text">
|
|
|
- <div class="report_desc">
|
|
|
- <span class="author">{{ reportInfo.Department }}</span>
|
|
|
- <span>{{ reportInfo.PublishDate }}</span>
|
|
|
- </div>
|
|
|
- <div class="seller-list" v-if="!reportInfo.IsResearch">
|
|
|
- <span>联系人:</span>
|
|
|
- <span v-for="(item, index) in reportInfo.SellerList" :key="index"> {{ item.SellerName }}({{ item.SellerMobile }}) </span>
|
|
|
+ <div class="z-index-content">
|
|
|
+ <div class="content-top">
|
|
|
+ <div class="report-title">{{ reportInfo.Title }}</div>
|
|
|
+ <div class="report-text">
|
|
|
+ <div class="report_desc">
|
|
|
+ <span class="author">{{ reportInfo.Department }}</span>
|
|
|
+ <span>{{ reportInfo.PublishDate }}</span>
|
|
|
+ </div>
|
|
|
+ <div class="seller-list" v-if="!reportInfo.IsResearch">
|
|
|
+ <span>联系人:</span>
|
|
|
+ <span v-for="(item, index) in reportInfo.SellerList" :key="index"> {{ item.SellerName }}({{ item.SellerMobile }}) </span>
|
|
|
+ </div>
|
|
|
+ <div class="seller-list" v-else>
|
|
|
+ <span>作者:{{ reportInfo.SellerAndMobile }} </span>
|
|
|
+ </div>
|
|
|
+ <div>注:请务必阅读<span class="tip" @click="showTips = true"> 免责声明</span></div>
|
|
|
+ <div class="container-abstract"> 摘要: {{ reportInfo.Abstract }}</div>
|
|
|
</div>
|
|
|
- <div class="seller-list" v-else>
|
|
|
- <span>作者:{{ reportInfo.SellerAndMobile }} </span>
|
|
|
- </div>
|
|
|
- <div>注:请务必阅读<span class="tip" @click="showTips = true"> 免责声明</span></div>
|
|
|
- <div class="container-abstract"> 摘要: {{ reportInfo.Abstract }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="detail-report">
|
|
|
+ <div id="report-content" v-html="reportInfo.Body"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="detail-report">
|
|
|
- <div id="report-content" v-html="reportInfo.Body"></div>
|
|
|
+ <div class="btn-returntop">
|
|
|
+ <img src="~@/assets/cygx/returntop.png" @click="scrolltop" style="width: 40px" />
|
|
|
</div>
|
|
|
+ <div class="fixed_cont">
|
|
|
+ <div class="handle-item" @click="quizBtn" v-if="reportInfo.IsResearch">
|
|
|
+ <img src="@/assets/cygx/quiz_ico.png" class="img_ico" />
|
|
|
+ <div>提问</div>
|
|
|
+ </div>
|
|
|
+ <div class="handle-item" @click="collectHandle">
|
|
|
+ <img src="@/assets/cygx/collect_act.png" class="img_ico" v-if="reportInfo.IsCollect" />
|
|
|
+ <img src="@/assets/cygx/collect_ico.png" class="img_ico" v-else />
|
|
|
+ <div v-if="reportInfo.IsResearch">
|
|
|
+ {{ `${reportInfo.CollectionNum} 人收藏` }}
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <dlg :showTips="showTips" :reportInfo="reportInfo" @hideDlg="showTips = false" />
|
|
|
</div>
|
|
|
- <div class="btn-returntop">
|
|
|
- <img src="~@/assets/cygx/returntop.png" @click="scrolltop" style="width: 40px" />
|
|
|
- </div>
|
|
|
- <dlg :showTips="showTips" :reportInfo="reportInfo" @hideDlg="showTips = false" />
|
|
|
- </div>
|
|
|
- <div v-else class="nodata">
|
|
|
- <img src="@/assets/cygx/noauth.png" mode="" class="nodata_ico" />
|
|
|
- <div v-if="haveData == 2">
|
|
|
- <p>您暂无权限查看报告</p>
|
|
|
- <p>若想查看可联系销售开通试用权限</p>
|
|
|
- </div>
|
|
|
- <div v-else>
|
|
|
- <p>您的试用权限已到期</p>
|
|
|
- <p>若想继续试用,请联系销售</p>
|
|
|
+ <div v-else class="nodata">
|
|
|
+ <img src="@/assets/cygx/noauth.png" mode="" class="nodata_ico" />
|
|
|
+ <div v-if="haveData == 2">
|
|
|
+ <p>您暂无权限查看报告</p>
|
|
|
+ <p>若想查看可联系销售开通试用权限</p>
|
|
|
+ </div>
|
|
|
+ <div v-else>
|
|
|
+ <p>您的试用权限已到期</p>
|
|
|
+ <p>若想继续试用,请联系销售</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+ <topbar v-if="haveData != 1" class="top-haveData-bar" showText="弘则研究" />
|
|
|
</div>
|
|
|
- <topbar v-if="haveData != 1" class="top-haveData-bar" showText="弘则研究" />
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
@@ -130,7 +145,7 @@ const getReport = (id) => {
|
|
|
state.reportInfo = res.Data.Detail;
|
|
|
fileLink.value = res.Data.Detail.FileLink;
|
|
|
if (state.reportInfo.IsResearch || state.reportInfo.IsBelongSummary) {
|
|
|
- waterMark( res.Data.CompanyName);
|
|
|
+ waterMark(res.Data.CompanyName);
|
|
|
}
|
|
|
$(document).on("click", "#report-content img", function (event) {
|
|
|
let imgArray = [];
|
|
@@ -152,6 +167,37 @@ const getReport = (id) => {
|
|
|
}
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
+//点击到提问页面
|
|
|
+const quizBtn = () => {
|
|
|
+ // wx.miniProgram.navigateTo({
|
|
|
+ // url: "/activityPages/generationAsk/generationAsk?id=" + state.reportInfo.ArticleId + "&type=文章",
|
|
|
+ // });
|
|
|
+ router.push({
|
|
|
+ path: "/htgj/quiz",
|
|
|
+ query: {
|
|
|
+ id: rerportId.value,
|
|
|
+ },
|
|
|
+ });
|
|
|
+};
|
|
|
+
|
|
|
+/* 收藏 */
|
|
|
+const collectHandle = () => {
|
|
|
+ RaiApi.collectRpt({
|
|
|
+ ArticleId: Number(rerportId.value),
|
|
|
+ }).then((res) => {
|
|
|
+ if (res.Ret === 200) {
|
|
|
+ state.reportInfo.IsCollect = !state.reportInfo.IsCollect;
|
|
|
+ if (res.Data.Status == 2) {
|
|
|
+ state.reportInfo.CollectionNum -= 1;
|
|
|
+ } else {
|
|
|
+ state.reportInfo.CollectionNum += 1;
|
|
|
+ }
|
|
|
+ Toast(res.Msg);
|
|
|
+ }
|
|
|
+ });
|
|
|
+};
|
|
|
+
|
|
|
onMounted(() => {
|
|
|
if (route.query.id) {
|
|
|
rerportId.value = route.query.id;
|
|
@@ -180,6 +226,38 @@ const { reportInfo } = toRefs(state);
|
|
|
position: relative;
|
|
|
z-index: 5;
|
|
|
}
|
|
|
+ .fixed_cont {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
+ border-top: 1px solid #ddd;
|
|
|
+ padding-bottom: calc(5px + constant(safe-area-inset-bottom));
|
|
|
+ padding-bottom: calc(5px + env(safe-area-inset-bottom));
|
|
|
+ background-color: #fff;
|
|
|
+ z-index: 9;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .handle-item {
|
|
|
+ padding-top: 14px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 33px;
|
|
|
+ font-size: 20px;
|
|
|
+ color: #888888;
|
|
|
+ width: 130px;
|
|
|
+ img {
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ div {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
.top-box-bar {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
@@ -193,7 +271,7 @@ const { reportInfo } = toRefs(state);
|
|
|
img {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
-}
|
|
|
+ }
|
|
|
.search {
|
|
|
width: 100%;
|
|
|
padding: 20px 20px;
|
|
@@ -351,14 +429,14 @@ const { reportInfo } = toRefs(state);
|
|
|
user-select: none;
|
|
|
}
|
|
|
.top-box-bar {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 40px;
|
|
|
- background-color: #fff;
|
|
|
- margin-top: 15px;
|
|
|
- z-index: 10;
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ background-color: #fff;
|
|
|
+ margin-top: 15px;
|
|
|
+ z-index: 10;
|
|
|
}
|
|
|
#tutorial {
|
|
|
position: absolute;
|