shopinfo.json 305 B

1234567891011121314
  1. {
  2. "usingComponents": {
  3. "comments":"../../componets/comments/index",
  4. "mp-icon": "weui-miniprogram/icon/icon"
  5. },
  6. "navigationBarBackgroundColor": "#fff",
  7. "navigationBarTextStyle": "black",
  8. "navigationBarTitleText": "门店",
  9. "backgroundColor": "#fff",
  10. "backgroundTextStyle": "light"
  11. }