helpfarm.json 218 B

123456789
  1. {
  2. "navigationBarTitleText": "我要团购",
  3. "backgroundColor": "#f3f3f3",
  4. "backgroundTextStyle": "dark",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "currency": "../../component/currency/currency"
  8. }
  9. }