liukangdong
2024-07-23 7a2084c90ed29a4ec9d4267deb2b78f0d49c904d
wechat_jiaxuan/pages/auth/auth.wxml
@@ -21,9 +21,9 @@
    </view>
  </view>
  <!--  -->
  <van-popup show="{{ showModal }}" round bind:close="onClose">
  <van-popup position="bottom" show="{{ showModal }}" round bind:close="onClose">
    <view class="modal">
      <rich-text nodes="{{activeHtml}}"></rich-text>
      <mp-html content="{{activeHtml}}"></mp-html>
    </view>
  </van-popup>
</view>