- <!--pages/agreement/userAgreement.wxml-->
- <!-- <web-view src="https://jqcs.pjnes.com/web/profile/avatar/user.html"></web-view> -->
- <view class="page-body">
- <view class="page-section page-section-gap">
- <web-view src="{{baseUrl}}/web/profile/avatar/user.html" bindload='htmlLoad'></web-view>
- </view>
- </view>
|