arLogin.axml 687 B

12345678910111213141516
  1. <view>
  2. <view a:if="{{isShow}}">
  3. <view class="noData" style="text-align:center">
  4. <image mode="scaleToFill" src="../../image/logo.png" class="initImg"/>
  5. </view>
  6. <view class="flex-box-v flex-center-center fontColorC" style="font-size:28rpx;margin:0.4rem 0">
  7. <text>网页版[功道云积分制]登录确认</text>
  8. <text>请确认使用本人账号登录</text>
  9. </view>
  10. <button type="primary" style="margin:0 0.4rem;" catchTap="loginAll">授权登录</button>
  11. <view class="fontColorC footer" catchTap="loginAll2">取消登录</view>
  12. </view>
  13. <view a:else>
  14. <no-data content="暂无权限,请联系管理员"></no-data>
  15. </view>
  16. </view>