Commit 99cd294f3bb0b6285c51730699f1a4cc2ce3c80c

Authored by 李宇
1 parent fe62b839

1

pages/declaration/newDeclarationdetail.vue
@@ -57,27 +57,8 @@ @@ -57,27 +57,8 @@
57 </view> 57 </view>
58 </view> 58 </view>
59 </view> 59 </view>
60 - <view class="content" v-if="info.remarksField2">  
61 - <view class="message-list">  
62 - <view class="titleall-box">  
63 - <view class="titleall-left">  
64 - <view class="titleall-left-line"></view>处理结果  
65 - </view>  
66 - </view>  
67 - <view class="info-box">  
68 - <view class="info-box-list">  
69 - <view class="info-box-width" style="width: 100%;">  
70 - <view class="info-box-overflow">  
71 - {{info.remarksField2?info.remarksField2:'-'}}</view>  
72 -  
73 - </view>  
74 -  
75 - </view>  
76 - </view>  
77 - </view>  
78 - </view>  
79 - <view class="skip-btn" v-if="info.filePath">  
80 - <view class="buy-at" @click="downfile(info.filePath)"> 60 + <view class="skip-btn" v-if="info.remarksField2">
  61 + <view class="buy-at" @click="downfile(info.remarksField2)">
81 <image src="../../static/btn7.png"></image> 62 <image src="../../static/btn7.png"></image>
82 <text>批复文件下载</text> 63 <text>批复文件下载</text>
83 </view> 64 </view>