|
@@ -1112,8 +1112,8 @@ var IframeOnClick = {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="c-a-r-option">
|
|
|
- <div class="c-view-report c-view-common">查看完整报告</div>
|
|
|
- <div class="c-view-interest c-view-common">感兴趣点我</div>
|
|
|
+ <div class="c-view-report c-view-common" @click="viewReportData">查看完整报告</div>
|
|
|
+ <div class="c-view-interest c-view-common" @click="getInterested">感兴趣点我</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="c-a-r-chart">
|
|
@@ -2391,6 +2391,14 @@ if(sessionselect){
|
|
|
window.removeEventListener('scroll', this.watchScroll)
|
|
|
},
|
|
|
methods: {
|
|
|
+ // 查看完整报告
|
|
|
+ viewReportData () {
|
|
|
+ location.href = '/swordfish/page_big_pc/desktop/report_analysis'
|
|
|
+ },
|
|
|
+ // 感兴趣点我
|
|
|
+ getInterested () {
|
|
|
+
|
|
|
+ },
|
|
|
// 定制化分析报告&&超前项目推荐数据请求
|
|
|
getCustomReportData () {
|
|
|
$('#customerChart').hide()
|