亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

WeChat applet development documentation / 微信小程序API 設(shè)置導(dǎo)航條

微信小程序API 設(shè)置導(dǎo)航條

wx.setNavigationBarTitle(OBJECT)


動態(tài)設(shè)置當(dāng)前頁面的標題

OBJECT參數(shù)說明:

QQ截圖20170208131958.png

示例代碼:

wx.setNavigationBarTitle({
  title:"當(dāng)前頁面"
})

wx.showNavigationBarLoading()


在當(dāng)前頁面顯示導(dǎo)航條加載動畫

wx.hideNavigationBarLoading()


隱藏導(dǎo)航條加載動畫