2024-01-16 22:53:42 +08:00

87 lines
2.6 KiB
Plaintext

<view class="data-v-14559edd">
<view class="container data-v-14559edd">
<image
bindtap="{{b}}"
class="data-v-14559edd"
hidden="{{!a}}"
src="/static/images/icon_checked_1.png"
></image>
<image
bindtap="{{d}}"
class="data-v-14559edd"
hidden="{{!c}}"
src="/static/images/icon_unchecked_1.png"
></image>
<text class="data-v-14559edd">
<text bindtap="{{e}}" class="data-v-14559edd">我已阅读并同意</text>
<text bindtap="{{f}}" class="agreement data-v-14559edd"
>《用户协议》</text
>
<text class="data-v-14559edd">和</text>
<text bindtap="{{g}}" class="agreement data-v-14559edd"
>《用户须知》</text
>
</text>
</view>
<uni-popup
bind:__l="__l"
class="r data-v-14559edd"
uI="14559edd-0"
uP="{{q}}"
uR="popup"
uS="{{['d']}}"
wx:if="{{q}}"
>
<view class="popup data-v-14559edd">
<view class="popup-title data-v-14559edd">用户须知</view>
<view class="popup-content data-v-14559edd">
<view class="tip data-v-14559edd">
<text class="data-v-14559edd">使用本服务意味着您已阅读并同意</text>
<text bindtap="{{h}}" class="agreement data-v-14559edd"
>《用户协议》</text
>
<text class="data-v-14559edd">和</text>
<text bindtap="{{i}}" class="agreement data-v-14559edd"
>《用户须知》</text
>
</view>
<view bindtap="{{l}}" class="confirm data-v-14559edd">
<image
class="data-v-14559edd"
hidden="{{!j}}"
src="/static/images/icon_checked_1.png"
></image>
<image
class="data-v-14559edd"
hidden="{{!k}}"
src="/static/images/icon_unchecked_1.png"
></image>
<view class="data-v-14559edd">
<text class="data-v-14559edd">我已阅读以上协议并确认是</text>
<text class="important data-v-14559edd">车主本人/经过车主授权</text>
<text class="data-v-14559edd">同意使用该服务</text>
</view>
</view>
</view>
<view class="popup-buttons data-v-14559edd">
<view
bindtap="{{m}}"
class="button normal data-v-14559edd"
hoverClass="hover-class"
hoverStayTime="100"
>
取消
</view>
<view
bindtap="{{o}}"
class="{{['button','data-v-14559edd',n]}}"
hoverClass="hover-class"
hoverStayTime="100"
>
确认
</view>
</view>
</view>
</uni-popup>
</view>