You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
736 B
Plaintext
12 lines
736 B
Plaintext
<view class="p10">
|
|
<view class="bgf br4" style="padding:12px 16px;border-radius: 4px;">
|
|
<view class="f18 c3 tc fw500">{{record.articleTitle}}</view>
|
|
<view class="f14 c9 tc mb16">发布时间 : {{record.updateTime}}</view>
|
|
<view>
|
|
<!-- <rich-text nodes="{{html}}"></rich-text> -->
|
|
|
|
<!-- <web-view src="http://a.matripe.com.cn/#/ShowPdf?url=https%3A%2F%2Fmatripe-cms.oss-cn-beijing.aliyuncs.com%2F2022-08-19%2F4d863b11-b0d9-4620-85b8-09ca7b8ed530_%E9%A1%B9%E7%9B%AE%E9%83%A8%E5%AE%BF%E8%88%8D%E7%AE%A1%E7%90%86%E8%A7%84%E5%AE%9A3.pdf" bindmessage=""></web-view> -->
|
|
<mp-html content="{{html}}" tag-style="{{tagStyle}}" container-style="font-size:14px;color:#333" scroll-table="true"/>
|
|
</view>
|
|
</view>
|
|
</view> |