communitycase.json 423 B

123456789101112
  1. {
  2. "navigationBarTitleText": "装修案例",
  3. "navigationBarBackgroundColor":"#1598fc",
  4. "navigationBarTextStyle":"white",
  5. "backgroundTextStyle":"dark",
  6. "enablePullDownRefresh":true,
  7. "usingComponents": {
  8. "mp-index-list": "/miniprogram/miniprogram_npm/@miniprogram-component-plus/index-list/index",
  9. "nonedata":"../../../miniprogram/nonedata/nonedata",
  10. "wshare":"../../../miniprogram/wshare/wshare"
  11. }
  12. }