1
0

building.json 354 B

123456789101112
  1. {
  2. "navigationBarTitleText": "营销楼盘",
  3. "navigationBarBackgroundColor":"#1598fc",
  4. "navigationBarTextStyle":"white",
  5. "backgroundTextStyle":"dark",
  6. "enablePullDownRefresh":true,
  7. "onReachBottomDistance":300,
  8. "usingComponents": {
  9. "nonedata":"../../../miniprogram/nonedata/nonedata",
  10. "wshare":"../../../miniprogram/wshare/wshare"
  11. }
  12. }