C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
375 B

  1. {
  2. "usingComponents": {
  3. "c-banner": "../../components/banner/index",
  4. "c-rushToBuy": "./rushToBuy/index",
  5. "c-coupons": "./coupons/index"
  6. },
  7. "enablePullDownRefresh": false,
  8. "navigationBarBackgroundColor": "#ffffff",
  9. "navigationBarTextStyle": "black",
  10. "navigationBarTitleText": "首页",
  11. "backgroundColor": "#eeeeee",
  12. "backgroundTextStyle": "light"
  13. }