You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
550 B
18 lines
550 B
<cu-custom bgColor="bg-blue" isCustom="{{true}}">
|
|
<view slot="backText">返回</view>
|
|
<view slot="content">信息详情</view>
|
|
</cu-custom>
|
|
|
|
<view class="cu-bar bg-white solid-bottom">
|
|
<view class='action'>
|
|
<text class='cuIcon-titles text-orange '></text> 信息详情
|
|
</view>
|
|
</view>
|
|
|
|
<view class="bg-white padding">
|
|
<view class="padding-sm">
|
|
<view class="text-center">{{data.title}}</view>
|
|
<view class="solid-bottom padding-bottom"></view>
|
|
<rich-text nodes="{{data.content}}" class="padding"></rich-text>
|
|
</view>
|
|
</view>
|