wx.switchTab(OBJECT),小程序跳轉(zhuǎn)到 tabBar 頁(yè)面
2017-12-12
導(dǎo)讀:跳轉(zhuǎn)到 tabBar 頁(yè)面,并關(guān)閉其他所有非 tabBar 頁(yè)面 OBJECT 參數(shù)說(shuō)明: 參數(shù) 類型 必填 說(shuō)明 url String 是 需要跳轉(zhuǎn)的 tabBar 頁(yè)面的路徑(需在 app.json 的 tabBar 字段定義的頁(yè)面),路徑后不能帶...
跳轉(zhuǎn)到 tabBar 頁(yè)面,并關(guān)閉其他所有非 tabBar 頁(yè)面
OBJECT 參數(shù)說(shuō)明:
參數(shù) | 類型 | 必填 | 說(shuō)明 |
---|---|---|---|
url | String | 是 | 需要跳轉(zhuǎn)的 tabBar 頁(yè)面的路徑(需在 app.json 的 tabBar 字段定義的頁(yè)面),路徑后不能帶參數(shù) |
success | Function | 否 | 接口調(diào)用成功的回調(diào)函數(shù) |
fail | Function | 否 | 接口調(diào)用失敗的回調(diào)函數(shù) |
complete | Function | 否 | 接口調(diào)用結(jié)束的回調(diào)函數(shù)(調(diào)用成功、失敗都會(huì)執(zhí)行) |
示例代碼:
{
"tabBar": {
"list": [{
"pagePath": "index",
"text": "首頁(yè)"
},{
"pagePath": "other",
"text": "其他"
}]
}
}
更多微信小程序開發(fā)教程,關(guān)注hi小程序。
第二部分:如何開通一個(gè)小商店