order.json 308 字节
Newer Older
D
devil 已提交
1 2 3 4 5 6 7 8 9 10 11
{
  "enablePullDownRefresh": true,
  "navigationBarBackgroundColor": "#1d1611",
  "backgroundColorTop": "#1d1611",
  "backgroundColorBottom": "#f5f5f5",
  "backgroundTextStyle": "light",
  "navigationBarTitleText": "订单列表",
  "usingComponents": {
    "component-popup": "/components/popup/popup"
  }
}