Micro-channel routing applet page

First, the tag jump 
page routes: 
implementing routing tag or jump API manner by 

tag jump < Navigator > </ Navigator > : Components -> Navigation -> Navigator 
    Navigator tag attributes are not supported :( jump tabbar We need to set the page jump method) 
        url: current jump links within the applet 
        open-type: jump method (there are many legitimate value) switchTab only supports Jump tabbar page 
< Navigator url = '/ pages and the / index / index' Open -type = 'switchTab' > Go </ Navigator > 
        
        legal value navigate open-type of support only non tabbar page jump 
< Navigator URL = '/ pages / List / List' Open-type = 'Navigate' > Jump </navigator>
            
        Legal value reLaunch open-type can jump to any page

 

 

Two, API jump all wx. API methods are

 

Guess you like

Origin www.cnblogs.com/home-/p/11607040.html