navigator.axml 384 B

12345678
  1. <view class="page">
  2. <view class="page-section">
  3. <button type="primary" onTap="navigateTo">跳转新页面</button>
  4. <button type="primary" onTap="navigateBack">返回上一页</button>
  5. <button type="primary" onTap="redirectTo">在当前页面打开 - 获取用户信息</button>
  6. <button type="primary" onTap="switchTab">跳转 Tab - 组件</button>
  7. </view>
  8. </view>