- <import src="../../../Component/aParse/aParse.axml"/>
- <view>
- <view class="title">
- <view style="margin-bottom:10rpx;font-size:36rpx;font-weight:600">{{obj.name}}</view>
- <view style="font-size:24rpx;color:#999">{{obj.create_time}} {{obj.employee_name}}发布</view>
- </view>
- <view style="padding:28rpx;">
- <template is="aParse" data="{{aParseData:article.nodes}}"/>
- </view>
- <view a:if="{{obj.file_list}}">
- <image mode="widthFix" src="{{obj.file_list}}" style="width:auto" />
- </view>
- </view>
|