index.wxml 352 B

12345678
  1. <view class="ipad_auth">
  2. <view class="ipad_auth_content">
  3. <image src="../../static/images/computer.svg" class="computer_img"></image>
  4. <text>登录Pad端SagaCare</text>
  5. <button class="com-btn comfirm-btn" bindtap="confirmLogin">登录</button>
  6. <button class="com-btn cancel-btn" bindtap="cancelLoginn">取消登录</button>
  7. </view>
  8. </view>