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.

index.json 239 B

123456789
  1. {
  2. "navigationBarTitleText": "积分换礼",
  3. "navigationBarBackgroundColor": "#F13C42",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "navbar": "../../../components/navbar/navbar"
  8. }
  9. }