search
HomeWeChat AppletMini Program DevelopmentWeChat Mini Program Component: Interpretation and Analysis of Navigator Page Links

navigator page link component description:

Page link.


Navigator page link component usage:

Tip:

Official regulations stipulate that a mini program can only have a maximum of five pages existing at the same time, which means that the page cannot be closed In this case, up to five new pages can be opened, and the page depth is 5. When the page stack reaches 5, it will not be able to jump.

When the navigator component has a redirect attribute (regardless of whether the redirect value is true or false), the current page will be closed and jumped to the target page, and the page stack will not change.

When the redirect attribute does not exist in the navigator component, the current page is retained, jumps to the target page, and the page stack is increased by 1.

The navigator page link sample code runs as follows:

 微信小程序组件:navigator页面链接解读和分析

The following is the WXML code:

<!-- sample.下面是WXML代码: -->
<view>
  <navigator>跳转到新页面</navigator>
  <navigator>在当前页打开</navigator>
</view>
<!-- navigator.下面是WXML代码: -->
<view> {{title}} </view>
<view> 点击左上角返回回到之前页面 </view>
<!-- redirect.下面是WXML代码: -->
<view> {{title}} </view>
<view> 点击左上角返回回到上级页面 </view>

The following is the JS code:

// redirect.下面是JS代码: navigator.下面是JS代码:
Page({
  onLoad: function(options) {
    this.setData({
      title: options.title
    })
  }
}

The following is the WXSS code:

/** 下面是WXSS代码: **/
/** 修改默认的navigator点击态 **/
.navigator-hover {
    color:blue;
}
/** 自定义其他点击态样式类 **/
.other-navigator-hover {
    color:red;
}
.title{
    text-align:center;
}

 微信小程序组件:navigator页面链接解读和分析

The above is the detailed content of WeChat Mini Program Component: Interpretation and Analysis of Navigator Page Links. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools