浅水湾访客系统
This commit is contained in:
parent
2944171f23
commit
cb32217c05
1
.babelrc
1
.babelrc
|
@ -2,4 +2,5 @@
|
|||
"presets": ["es2015", "stage-2"],
|
||||
"plugins": ["transform-runtime"],
|
||||
"comments": false
|
||||
|
||||
}
|
||||
|
|
|
@ -5,5 +5,6 @@ charset = utf-8
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
|
|
@ -3,4 +3,5 @@ node_modules/
|
|||
resource/
|
||||
dist/
|
||||
npm-debug.log
|
||||
|
||||
.idea
|
|
@ -87,6 +87,7 @@
|
|||
"icon": "http://fuss10.elemecdn.com/c/cd/c12745ed8a5171e13b427dbc39401jpeg.jpeg?imageView2/1/w/114/h/114",
|
||||
"image": "http://fuss10.elemecdn.com/c/cd/c12745ed8a5171e13b427dbc39401jpeg.jpeg?imageView2/1/w/750/h/750"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "扁豆焖面",
|
||||
"price": 14,
|
||||
|
|
|
@ -6,8 +6,10 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
<link rel="stylesheet" href="static/css/reset.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"description": "蜂鸟专送",
|
||||
"deliveryTime": 38,
|
||||
"score": 4.2,
|
||||
|
||||
"serviceScore": 4.1,
|
||||
"foodScore": 4.3,
|
||||
"rankRate": 69.2,
|
||||
|
|
Loading…
Reference in New Issue