- {
- "path": "pages/gameLogin/gameLogin",
- "style": {
- "navigationStyle":"custom",
- "app-plus":{
- "titleView":false
- }
- }
- }
uni.navigateBack()
可以返回到原页面- uni.navigateTo({
- url: '/pages/buyCoin/buyCoin'
- });
- uni.redirectTo({
- url: '/pages/home/home'
- });
- uni.redirectTo({
- url: '/pages/home/home?id=1'
- });
- onLoad(props) {
- console.log(props.id);
- }