Skip to content

Commit

Permalink
优化页面
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyunpeng committed Aug 21, 2017
1 parent 7f5a56a commit dcdde7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/server/site/data/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
"id": 2,
"img": "/static/images/demo05.png",
"store_name": "新奕映像摄影机构",
"star": 1.5,
"star": 1.6,
"url": "http://www.baidu.com",
"desc": "拍婚照对于大多数人来说,人生也就一次,我们花了钱就一定是想有好的拍摄体验和成片效果的拍婚照对于大多数人来说,人生也就一次,我们花了钱就一定是想有好的拍摄体验和成片效果的拍婚照对于大多数人来说,人生也就一次,我们花了钱就一定是想有好的拍摄体验和成片效果的拍婚照对于大多数人来说,人生也就一次,我们花了钱就一定是想有好的拍摄体验和成片效果的."
},
{
"id": 3,
"img": "http://marriage-1252045209.image.myqcloud.com/2017072520170725144950.jpg?imageView2/0/w//h/",
"store_name": "郑州艾维美婚纱摄影(高新区店)",
"star": 0.9,
"star": 5.0,
"url": "http://www.baidu.com",
"desc": "拍婚照对于大多数人来说,人生也就一次,我们花了钱就一定是想有好的拍摄体验和成片效果的... ..."
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/star.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
result.push(CLS_ON);
}
if(decimal == 0){
result.push(CLS_OFF);
// result.push(CLS_OFF);
}else if(decimal < 0.4){
result.push(CLS_LITTLE);
}else if(decimal < 0.7){
Expand Down

0 comments on commit dcdde7b

Please sign in to comment.