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.
17 lines
884 B
17 lines
884 B
<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 != '/patient/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 == '/patient/pages/enterInfo/index' || pagePath == '/patient/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>
|
|
|