- <!--components/popup/index.wxml-->
- <view wx:if="{{innerShow}}" class="wx-popup" catchtouchmove="{{true}}" scroll-top="0" bind:tap="disPopUp">
- <view class="content" catch:tap="asd">
- <view class="title">用户隐私保护提示</view>
- <view class="text">感谢您使用本应用,您使用本应用的服务之前请仔细阅读并同意
- <text class="file-name" catch:tap="openPrivacyContract">《用户隐私保护》</text>,<text class="file-name" catch:tap="openUserXieyi">《用户协议》</text>。当您点击同意并开始使用产品服务时,即表示你已理解并同意该条款内容,该条款将对您产生法律约束力。如您拒绝,将无法使用相应服务。</view>
- <!-- <button open-type="getPhoneNumber" class="confirm" bindgetphonenumber="confirm">同意并继续</button> -->
- <button class="confirm" bind:tap="confirm">同意并继续</button>
- <button class="cancel" bind:tap="disPopUp">不同意</button>
- </view>
- </view>
|