|
@@ -2,37 +2,37 @@
|
|
|
<view class="container reportDetail-container">
|
|
|
<block v-if="haveAuth === 1">
|
|
|
<web-view :src="strategyUrl + '?url=' + linkurl" v-if="linkurl">
|
|
|
- <cover-view class="search-view">
|
|
|
- <cover-view class="search-view-box">
|
|
|
- <cover-view>若对该赛道不感兴趣,可点击</cover-view>
|
|
|
- <cover-image
|
|
|
- class="search-icon"
|
|
|
- @click="cancelFollowClick"
|
|
|
- :src="reportInfo.IsFollowButton ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/close_follow.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/follow_.png'"
|
|
|
- ></cover-image>
|
|
|
- </cover-view>
|
|
|
+ <cover-view class="search-view">
|
|
|
+ <cover-view class="search-view-box" v-if="reportInfo.IsShowFollowButton">
|
|
|
+ <cover-view>若对该赛道不感兴趣,可点击</cover-view>
|
|
|
+ <cover-image
|
|
|
+ class="search-icon"
|
|
|
+ @click="isFollowHandler"
|
|
|
+ :src="reportInfo.IsFollowButton ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/close_follow.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/follow_.png'"
|
|
|
+ ></cover-image>
|
|
|
</cover-view>
|
|
|
- <cover-view class="footer-con">
|
|
|
- <cover-view class="handle-item" @click="leavingMessage">
|
|
|
- <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/leaving_message.png"></cover-image>
|
|
|
- <cover-view>留言</cover-view>
|
|
|
- </cover-view>
|
|
|
- <cover-view class="handle-item" @click="collectHandle">
|
|
|
- <cover-image
|
|
|
- class="download-img"
|
|
|
- :src="isCollection ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_act.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_ico.png'"
|
|
|
- ></cover-image>
|
|
|
- <cover-view>收藏</cover-view>
|
|
|
- </cover-view>
|
|
|
- <cover-view class="handle-item" v-if="fileLink" @click="downloadFile">
|
|
|
- <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/down_ico.png"></cover-image>
|
|
|
- <cover-view>下载</cover-view>
|
|
|
- </cover-view>
|
|
|
+ </cover-view>
|
|
|
+ <cover-view class="footer-con">
|
|
|
+ <cover-view class="handle-item" @click="leavingMessage">
|
|
|
+ <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/leaving_message.png"></cover-image>
|
|
|
+ <cover-view>留言</cover-view>
|
|
|
</cover-view>
|
|
|
- <cover-view class="footer-free-charge free-charge" v-if="isShowFree">
|
|
|
- <cover-image class="img" @click="toggle" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/free_icon.png"></cover-image>
|
|
|
- <cover-image @click="removeBton" class="remove-icon" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/free_%20remove.png"></cover-image>
|
|
|
+ <cover-view class="handle-item" @click="collectHandle">
|
|
|
+ <cover-image
|
|
|
+ class="download-img"
|
|
|
+ :src="isCollection ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_act.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_ico.png'"
|
|
|
+ ></cover-image>
|
|
|
+ <cover-view>收藏</cover-view>
|
|
|
</cover-view>
|
|
|
+ <cover-view class="handle-item" v-if="fileLink" @click="downloadFile">
|
|
|
+ <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/down_ico.png"></cover-image>
|
|
|
+ <cover-view>下载</cover-view>
|
|
|
+ </cover-view>
|
|
|
+ </cover-view>
|
|
|
+ <cover-view class="footer-free-charge free-charge" v-if="isShowFree">
|
|
|
+ <cover-image class="img" @click="toggle" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/free_icon.png"></cover-image>
|
|
|
+ <cover-image @click="removeBton" class="remove-icon" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/free_%20remove.png"></cover-image>
|
|
|
+ </cover-view>
|
|
|
</web-view>
|
|
|
</block>
|
|
|
<view class="noauth-cont" v-else-if="haveAuth === 2 || haveAuth === 3 || haveAuth === 4 || haveAuth === 5">
|
|
@@ -318,7 +318,7 @@ export default {
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
this.id = option.id ? +option.id : "";
|
|
|
- this.isSendWx = option.IsSendWx || 1;
|
|
|
+ this.isSendWx = option.IsSendWx || "";
|
|
|
if (!this.id && !this.id > 0) {
|
|
|
this.errorDetails();
|
|
|
}
|
|
@@ -374,7 +374,7 @@ export default {
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
height: 60rpx;
|
|
|
- background: #3385ff;
|
|
|
+ background: #fff;
|
|
|
z-index: 99999;
|
|
|
font-size: 24rpx;
|
|
|
box-sizing: border-box;
|