17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
|
<view class="weui-half-screen-dialog" style="border-color:#ddd; border-style:solid; border-width:2px; position: fixed; bottom:{{height}}px" wx:if="{{innerShow}}">
|
||
|
<view class="weui-half-screen-dialog__hd">
|
||
|
<text class="weui-half-screen-dialog__title">{{title}}</text>
|
||
|
</view>
|
||
|
<view class="weui-half-screen-dialog__bd">
|
||
|
<text class="weui-half-screen-dialog__tips">{{desc1}}</text>
|
||
|
<text bindtap="openPrivacyContract" class="weui-half-screen-dialog__tips" style="color:blue">{{urlTitle}}</text>
|
||
|
<text class="weui-half-screen-dialog__tips">{{desc2}}</text>
|
||
|
</view>
|
||
|
<view class="weui-half-screen-dialog__ft">
|
||
|
<view class="weui-half-screen-dialog__btn-area">
|
||
|
<button bindtap="handleDisagree" class="weui-btn" id="disagree-btn" type="default">拒绝</button>
|
||
|
<button bindagreeprivacyauthorization="handleAgree" class="weui-btn" id="agree-btn" openType="agreePrivacyAuthorization" type="primary">同意</button>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|