<navigator wx:for="{{item1.children}}" wx:for-index="index2" wx:for-item="item2" wx:key="cat_id" url="/pages/goods_list/index?cid={{item2.cat_id}}"
>
這裏代碼存在一個問題若是你點擊頁面他不會跳轉,由於你的tabar也包含了該連接頁面,因此這裏須要添加html
<navigator wx:for="{{item1.children}}" wx:for-index="index2" wx:for-item="item2" wx:key="cat_id" url="/pages/goods_list/index?cid={{item2.cat_id}}" open-type="switchTab" >
這樣就解決了navigator的跳轉問題url