navigator.wxml
484 Bytes
<import src="../../../common/head.wxml" />
<import src="../../../common/foot.wxml" />
<view class="container">
<template is="head" data="{{title: 'navigateTo/Back, redirectTo'}}"/>
<view class="page-body">
<view class="btn-area">
<button bindtap="navigateTo">跳转新页面</button>
<button bindtap="navigateBack">返回上一页</button>
<button bindtap="redirectTo">在当前页面打开</button>
</view>
</view>
<template is="foot" />
</view>