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
860 B
18 lines
860 B
1 month ago
|
<view class="page">
|
||
|
<image class="bg" mode="widthFix" src="{{imageUrl}}za-images/1/login-bg.png?t={{Timestamp}}"></image>
|
||
|
<view class="page-container">
|
||
|
<navBar wx:if="{{pagePath != '/pages/enterInfo/index'}}" background="{{background}}" title="隐私协议"></navBar>
|
||
|
<view class="content">
|
||
|
<mp-html class="mp-html" container-style="overflow: visible" content="{{Content}}"></mp-html>
|
||
|
<!-- <view class="mask"></view> -->
|
||
|
</view>
|
||
|
<view class="footer" wx:if="{{pagePath == '/pages/enterInfo/index' || pagePath == '/pages/familyScan/index'}}">
|
||
|
<view bind:tap="handleBack" class="btn">不同意</view>
|
||
|
<view bind:tap="handleSure" class="btn sure">同意</view>
|
||
|
</view>
|
||
|
<view class="footer" wx:else>
|
||
|
<view bind:tap="handleSure" class="btn sure" data-replace="1">关闭</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|