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.

11 lines
323 B

  1. {
  2. "navigationBarTitleText": "拼团专场",
  3. "enablePullDownRefresh": true,
  4. "navigationBarBackgroundColor":"#F13C42",
  5. "navigationBarTextStyle": "white",
  6. "usingComponents": {
  7. "c-banner": "../../components/spellbanner/index",
  8. "i-tab": "../../../dist/tab/index",
  9. "i-tabs": "../../../dist/tabs/index"
  10. }
  11. }