微信小程序问题总结

1、navigator不能跳转到tabBar所包含的页面

例如:

    微信小程序问题总结

 

    tabbar包含center页面,不包含page1页面,使用如下跳转:

<navigator url=‘../center/center‘>
  <text>不能跳转到tabBar包含的页面</text>
</navigator>
<navigator url=‘../page1/page1‘>
  <text>跳转到自己新建的page1页面</text>
</navigator>

    可以跳转到page1页面,但是center页面跳不了:

微信小程序问题总结

 

微信小程序问题总结

上一篇:(2)Appium定位元素


下一篇:Centos7安装python3、numpy、scipy、matplotlib、pandas等