微信小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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