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.
|
-
- <import src="/templates/global/global"/>
- <template is="toast" data="{{...toastData}}"></template>
- <view class="container" style="background: url('../../../image/login/container_bg.jpg') center center no-repeat; background-size: 100% auto;">
- <view class="header" >
- <view class="principal">农村事项审批与记账</view>
- <view class="instructions">报账简单,操作便捷</view>
- </view>
- <view class="quick-login" style="bottom:{{isIPhoneX?'8vh':'5vh'}}">
- <button class="key-login" type='primary' open-type='getPhoneNumber' bindgetphonenumber="getPhoneNumber">微信一键登录</button >
- <view class="authorization" style="margin-top:{{isIPhoneX?'5vh':'3vh'}}">
- <checkbox-group bindchange="checkboxChange">
- <label>
- <checkbox value="privacy" checked="{{privacyCheck}}" class="changeSize" />
- <text>我已阅读并同意用户协议和隐私政策</text>
- </label>
- </checkbox-group>
- </view>
- </view>
- </view>
|