QQ小程序 頁面配置

2020-06-30 10:12 更新

每一個小程序頁面也可以使用.json文件來對本頁面的窗口表現(xiàn)進行配置。

頁面的配置只能設(shè)置 app.json 中部分 window 配置項的內(nèi)容,頁面中配置項會覆蓋

app.json 的 window 中相同的配置項。

配置示例

{
  "navigationBarBackgroundColor": "#ffffff",
  "navigationBarTextStyle": "black",
  "navigationBarTitleText": "QQ接口功能演示",
  "backgroundColor": "#eeeeee",
  "backgroundTextStyle": "light"
}

頁面配置項列表

屬性 類型 默認值 描述
navigationBarBackgroundColor HexColor #000000 導(dǎo)航欄背景顏色,如 #000000
navigationBarTextStyle String white 導(dǎo)航欄標題顏色,僅支持 black / white
navigationBarTitleText String 導(dǎo)航欄標題文字內(nèi)容
navigationStyle String default 導(dǎo)航欄樣式,僅支持以下值: default 默認樣式 custom 自定義導(dǎo)航欄,只保留右上角膠囊按鈕
backgroundColor HexColor #ffffff 窗口的背景色
backgroundTextStyle String dark 下拉 loading 的樣式,僅支持 dark / light
backgroundColorTop String #ffffff 頂部窗口的背景色,僅 iOS 支持
backgroundColorBottom String #ffffff 底部窗口的背景色,僅 iOS 支持
enablePullDownRefresh Boolean false 是否全局開啟下拉刷新。 詳見 Page.onPullDownRefresh
pageOrientation String portrait 屏幕旋轉(zhuǎn)設(shè)置,支持 auto / portrait / landscape 詳見 響應(yīng)顯示區(qū)域變化

頁面的.json只能設(shè)置 window 相關(guān)的配置項,以決定本頁面的窗口表現(xiàn),所以無需寫 window 這個屬性。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號