generated from JX3BOX/jx3box-vue-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
新增cardbannerlist通用组件 优化替换掉原先的list通用组件,目前已经对原先使用的地方都进行了替换
- Loading branch information
Showing
18 changed files
with
432 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
{ | ||
"list": [ | ||
{ | ||
"type": "", | ||
"value": -1, | ||
"name": "全部", | ||
"label": "全部", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
}, | ||
{ | ||
"type": 0, | ||
"value": 1, | ||
"name": "普通坐骑", | ||
"label": "普通坐骑", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
}, | ||
{ | ||
"type": 1, | ||
"value": 2, | ||
"name": "奇趣坐骑", | ||
"label": "奇趣坐骑", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
}, | ||
{ | ||
"type": 2, | ||
"value": 3, | ||
"name": "马具", | ||
"label": "马具", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
} | ||
], | ||
"searchType": [ | ||
{ | ||
"key": "feed", | ||
"type": "checkbox", | ||
"name": "喂食饲料", | ||
"list": [], | ||
"checked": [] | ||
}, | ||
{ | ||
"key": "attr", | ||
"type": "checkbox", | ||
"name": "属性", | ||
"list": [], | ||
"checked": [] | ||
} | ||
], | ||
"showTypes": [ | ||
{ | ||
"value": "list", | ||
"label": "列表" | ||
}, | ||
{ | ||
"value": "card", | ||
"label": "卡片" | ||
} | ||
] | ||
} | ||
{ | ||
"list": [ | ||
{ | ||
"type": "", | ||
"value": -1, | ||
"name": "全部", | ||
"label": "全部", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
}, | ||
{ | ||
"type": 0, | ||
"value": 1, | ||
"name": "普通坐骑", | ||
"label": "普通坐骑", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
}, | ||
{ | ||
"type": 1, | ||
"value": 2, | ||
"name": "奇趣坐骑", | ||
"label": "奇趣坐骑", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
}, | ||
{ | ||
"type": 2, | ||
"value": 3, | ||
"name": "马具", | ||
"label": "马具", | ||
"page": 1, | ||
"pages": 1, | ||
"list": [] | ||
} | ||
], | ||
"searchType": [ | ||
{ | ||
"key": "feed", | ||
"type": "checkbox", | ||
"name": "喂食饲料", | ||
"list": [], | ||
"checked": [] | ||
}, | ||
{ | ||
"key": "attr", | ||
"type": "checkbox", | ||
"name": "属性", | ||
"list": [], | ||
"checked": [] | ||
} | ||
], | ||
"showTypes": [ | ||
{ | ||
"value": "list", | ||
"label": "列表" | ||
}, | ||
{ | ||
"value": "card", | ||
"label": "卡片" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.