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.

index.wxml 547B

1 year ago
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>