|
12345678910111213141516171819202122 |
-
- <import src="/templates/global/global"/>
- <template is="toast" data="{{...toastData}}"></template>
- <view class="container" style="background: url('https://dazu.nongshen.net/api/profile/wechat/container_bg.jpg') center center no-repeat; background-size: 100% auto;">
- <view class="header" style="text-align: center;" >
- <!-- <view class="principal">农村事项审批与记账</view>
- <view class="instructions">报账简单,操作便捷</view> -->
- <image src="/image/login/login_text.png" style="width: 80%;margin: 0 auto;" mode="widthFix"></image>
- </view>
- <view class="quick-login" style="bottom:{{isIPhoneX?'6vh':'4vh'}}">
- <button class="key-login" type='primary' open-type='getPhoneNumber' bindgetphonenumber="getPhoneNumber">微信一键登录</button >
- <view class="authorization" style="margin-top:{{isIPhoneX?'2vh':'2vh'}}">
- <checkbox-group bindchange="checkboxChange">
- <label>
- <checkbox value="privacy" checked="{{privacyCheck}}" class="changeSize" />
- <text>我已阅读并同意用户协议和隐私政策</text>
- </label>
- </checkbox-group>
- </view>
- <text style="display: block;text-align: center;color: #fff;margin-top: 3vh;">北京农燊高科信息技术有限公司</text>
- </view>
- </view>
|