| 123456789101112131415161718192021222324252627282930313233343536373839 | 
							- <view class="box">
 
-     <!-- 供需标题和用户信息 -->
 
-     <view class="title-and-usercenter">
 
-         <view class="title-and-userMessage">
 
-             <view class="header-title">{{msgObj.ftitle}}</view>
 
-             <view class="header-userMessage">
 
-                 <view class="header-userMessage-img">
 
-                     <image wx:if="{{msgObj.headportraiturl}}" src="{{msgObj.headportraiturl}}" mode="aspectFill"></image>
 
-                     <image wx:else src="/static/tacitly-approve/MRuserImg.png" mode="aspectFill"></image>
 
-                 </view>
 
-                 <view class="header-userMessage-textMsg">{{msgObj.changeby}} {{msgObj.checkdate}}</view>
 
-             </view>
 
-         </view>
 
-     </view>
 
-     <scroll-view scroll-y style="flex: 1; height: 1px;">
 
-         <!-- 产品详情 -->
 
-         <view class="header-box">
 
-             <view style="overflow-wrap: break-word;">
 
-                 <import src="../../wxParse/wxParse.wxml" />
 
-                 <template is="wxParse" data="{{wxParseData:article.nodes}}" />
 
-             </view>
 
-         </view>
 
-         <view style="width: 702rpx;height: 2rpx;margin:0 auto; background-color: rgba(151,151,151, .1); margin-bottom: 18rpx;"></view>
 
-         <!-- 更多推荐 -->
 
-         <block wx:if="{{defaultFiles.length>=1}}">
 
-             <My_CenterTheTitle title='附件查看'></My_CenterTheTitle>
 
-             <view class="filesList">
 
-                 <navigator url="#" class="files-item" wx:for="{{defaultFiles}}" data-index="{{index}}" catchtap="downLoadFiles">
 
-                     <view class="files-item-img">
 
-                         <image src="/static/annunciate/icon-file.png"></image>
 
-                     </view>
 
-                     <view class="files-item-name u-line-1">{{item.postfix}}附件<image src="/static/annunciate/icon-downLoad.png"></image>
 
-                     </view>
 
-                 </navigator>
 
-             </view>
 
-         </block>
 
-         <view style="height: 40px;"></view>
 
-     </scroll-view>
 
- </view>
 
 
  |