begin.axml 415 B

12345678
  1. <view>
  2. <view class="noData flex-box-v flex-center-center">
  3. <image mode="scaleToFill" src="../../image/logo.png" class="initImg"/>
  4. <text class="text">{{str}}</text>
  5. <button type="primary" a:if="{{str=='企业授权已过期'}}" class="btn" catchTap="loginAll2">去续费</button>
  6. <button type="primary" a:if="{{num==3}}" class="btn" catchTap="loginAll">同步企业信息</button>
  7. </view>
  8. </view>