Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.wxml 547B

123456789101112131415
  1. <view class="login-box">
  2. <view class="title">登录</view>
  3. <view class="sub-title">请登录以进行就业信息服务</view>
  4. <button class="custom-border" bindtap="getUserProfile">
  5. <view class="login-method">
  6. <view class="image-box">
  7. <image src="/icons/@2x/gzh.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;" />
  8. </view>
  9. <text class="sub-image">请使用微信登录</text>
  10. </view>
  11. </button>
  12. </view>
  13. <view class="login-footer primary" bind:tap="getMessage">
  14. <text >登录须知</text>
  15. </view>