After Width: | Height: | Size: 679 KiB |
After Width: | Height: | Size: 594 KiB |
After Width: | Height: | Size: 671 KiB |
After Width: | Height: | Size: 434 KiB |
After Width: | Height: | Size: 346 KiB |
After Width: | Height: | Size: 348 KiB |
After Width: | Height: | Size: 205 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 568 KiB |
After Width: | Height: | Size: 502 KiB |
After Width: | Height: | Size: 656 KiB |
After Width: | Height: | Size: 357 KiB |
After Width: | Height: | Size: 362 KiB |
After Width: | Height: | Size: 346 KiB |
After Width: | Height: | Size: 263 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 727 KiB |
After Width: | Height: | Size: 508 KiB |
After Width: | Height: | Size: 781 KiB |
After Width: | Height: | Size: 542 KiB |
After Width: | Height: | Size: 239 KiB |
After Width: | Height: | Size: 394 KiB |
After Width: | Height: | Size: 157 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 600 KiB |
After Width: | Height: | Size: 580 KiB |
After Width: | Height: | Size: 685 KiB |
After Width: | Height: | Size: 388 KiB |
After Width: | Height: | Size: 490 KiB |
After Width: | Height: | Size: 404 KiB |
After Width: | Height: | Size: 219 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 685 KiB |
After Width: | Height: | Size: 557 KiB |
After Width: | Height: | Size: 728 KiB |
After Width: | Height: | Size: 440 KiB |
After Width: | Height: | Size: 239 KiB |
After Width: | Height: | Size: 318 KiB |
After Width: | Height: | Size: 264 KiB |
After Width: | Height: | Size: 1.1 MiB |
@ -1,11 +1,23 @@ |
||||
const pageStyle = [ |
||||
{ name: '风格一', key: 1, value: 1 }, |
||||
{ name: '风格二', key: 2, value: 2 }, |
||||
{ name: '风格三', key: 3, value: 3 }, |
||||
{ name: '风格四', key: 4, value: 4 }, |
||||
{ name: '风格五', key: 5, value: 5 } |
||||
{ name: '风格一', key: '1', value: '1' }, |
||||
{ name: '风格二', key: '2', value: '2' }, |
||||
{ name: '风格三', key: '3', value: '3' }, |
||||
{ name: '风格四', key: '4', value: '4' }, |
||||
{ name: '风格五', key: '5', value: '5' } |
||||
] |
||||
|
||||
const imageList = [ |
||||
{ name: '首页' }, |
||||
{ name: '领券中心' }, |
||||
{ name: '秒杀专区' }, |
||||
{ name: '排行榜' }, |
||||
{ name: '新品首发' }, |
||||
{ name: '新人首单礼' }, |
||||
{ name: '邀请有礼' }, |
||||
{ name: '预售专区' } |
||||
] |
||||
|
||||
export default { |
||||
pageStyle |
||||
pageStyle, |
||||
imageList |
||||
} |
||||
|