|
@@ -112,8 +112,8 @@
|
|
{{else if eq .T.orderType "analysisReport"}}
|
|
{{else if eq .T.orderType "analysisReport"}}
|
|
<p style="margin-top: 6px;"> 购买成功!</p>
|
|
<p style="margin-top: 6px;"> 购买成功!</p>
|
|
<p class="file-info datapackage-money-tip-group">¥<span name="file-price"></span></p>
|
|
<p class="file-info datapackage-money-tip-group">¥<span name="file-price"></span></p>
|
|
- <p class="target-level-module analysis-report-container file-info" style="margin-top: 20px">芝麻信用共建分析报告</p>
|
|
|
|
- <p class="target-level-module analysis-report-container file-info is-bold">权益卡:<span name="target-level"></span></p>
|
|
|
|
|
|
+ <p class="target-level-module analysis-report-container file-info" style="margin-top: 20px;display: none;">芝麻信用共建分析报告</p>
|
|
|
|
+ <p class="target-level-module analysis-report-container file-info is-bold" style="display: none;">权益卡:<span name="target-level"></span></p>
|
|
|
|
|
|
<p class="analysis-report-container file-info" style="margin-top: 16px">PDF版报告将发送至您的邮箱,请留意查收。</p>
|
|
<p class="analysis-report-container file-info" style="margin-top: 16px">PDF版报告将发送至您的邮箱,请留意查收。</p>
|
|
<p class="analysis-report-container file-info is-hight"><span name="target-email">{{.T.email}}</span></p>
|
|
<p class="analysis-report-container file-info is-hight"><span name="target-email">{{.T.email}}</span></p>
|
|
@@ -256,7 +256,7 @@
|
|
$("#analysis-report-countdown").text(count--);
|
|
$("#analysis-report-countdown").text(count--);
|
|
if (count < 1) {
|
|
if (count < 1) {
|
|
clearInterval(window.__report_timer__)
|
|
clearInterval(window.__report_timer__)
|
|
- window.location.href = "/swordfish/page_big_pc/report/analysis/detail?code={{.T.orderCode}}";
|
|
|
|
|
|
+ // window.location.href = "/swordfish/page_big_pc/report/analysis/detail?code={{.T.orderCode}}";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|