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
324 B

  1. {
  2. "navigationBarTitleText": "积分商城",
  3. "navigationBarBackgroundColor": "#FD832D",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "c-banner": "../../components/spellbanner/index",
  8. "i-tab": "../../../dist/tab/index",
  9. "i-tabs": "../../../dist/tabs/index"
  10. }
  11. }