我是小白,刚接触微信小程序开发,求大神帮帮我。
想做成这样的效果图:
结果变成这样:
home.js代码:
home.wxml的代码:
home.wxss的代码:
class="item{{currentTab==index?‘active’:’’}}"这个地方item后面少了个空格
.navbar{
display: flex;
justify-content: space-around;
width: 100%;
}