@@ -22,7 +22,9 @@
<view class="detail-data">{{formatDate.join('-') }}</view>
<!-- 富文本 -->
<MtaMpHtml class="dljt-editor-box" :content="data.info.content" ></MtaMpHtml>
-
+ <view class="return-footer-box" v-if="data.info.pdfUrl">
+ <view class="dljt-down-btn" @click="handleDownFile"></view>
+ </view>
</view>
@@ -65,7 +67,6 @@
data.id = id;
pageInit();
})
function handleGo(code) {
if (code == 'shouye') {
@@ -22,7 +22,10 @@
+ <!-- 附件 -->