<view class="container">
|
<view>
|
<!-- <rich-text nodes="{{ info.content }}"></rich-text> -->
|
<mp-html content="{{info.content}}"></mp-html>
|
</view>
|
<!-- footer -->
|
<view class="footer" style="padding-bottom: {{bottomLift}}px;">
|
<view class="btns">
|
<button open-type="share" class="item btn" bindtap="handleShare">
|
<image class="icon" src="../../static/icon/detail_nav_share.png" mode="widthFix"></image>
|
<view class="name">分享</view>
|
</button>
|
<view class="sub_btn" bindtap="toSever">
|
<image class="icon" src="../../static/icon/home_ic_kefu.png" mode="widthFix"></image>
|
<view>立即咨询客服</view>
|
</view>
|
</view>
|
</view>
|
</view>
|