liukangdong
2024-07-29 26fb0b3e76f52212a2cef49a0bc0b94e7425880c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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"   >
        <image class="icon" src="../../static/icon/home_ic_kefu.png" mode="widthFix"></image>
        <button class="sub_btn1" open-type="contact" bindcontact="handleContact">立即咨询客服</button>
        <!-- <view>立即咨询客服</view> -->
      </view>
    </view>
  </view>
</view>