|
|
@@ -5,22 +5,32 @@
|
|
|
<view class="header-title">{{msgObj.ftitle}}</view>
|
|
|
<view class="header-userMessage">
|
|
|
<view class="header-userMessage-img">
|
|
|
- <image wx:if="{{particulars.headportraiturl}}" src="{{particulars.headportraiturl}}" mode="aspectFit"></image>
|
|
|
- <image wx:else src="/static/tacitly-approve/MRuserImg.png" mode="aspectFit"></image>
|
|
|
+ <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">{{particulars.createby}} {{particulars.checkdate}}</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;">{{particulars.fcontent}}</view>
|
|
|
- <view class="detailed-description">
|
|
|
- <image wx:for="{{particulars.attinfos}}" src="{{item.fobsurl}}" mode="widthFix" catchtap="previewImage"></image>
|
|
|
+ <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>
|
|
|
<!-- 更多推荐 -->
|
|
|
- <My_CenterTheTitle title='附件下载'></My_CenterTheTitle>
|
|
|
+ <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>
|
|
|
</scroll-view>
|
|
|
</view>
|