2019-08-11

关于微信小程序 tabar多层嵌套问题

底部就不多说,中间是 wx:if  控制

   

      one

   

   

      two

   

   

      three

   

   

      four

   

 

 

   

   

   

   

 

在index.json  中注册

"component": true,

  "usingComponents": {

    "one": "./one/one",

    "two": "./two/two",

    "three": "./three/three",

    "frou": "./frou/frou"

  }

你可能感兴趣的:(2019-08-11)