feat: 首次提交
This commit is contained in:
89
pages/component/layout/horizontal-scroll/index.js
Normal file
89
pages/component/layout/horizontal-scroll/index.js
Normal file
@ -0,0 +1,89 @@
|
||||
// 本文件由FirstUI授权予新疆天衡创新研究院有限公司(手机号: 18614 0 7 2 54 9,身份证尾号:5A07X5)专用,请尊重知识产权,勿私下传播,违者追究法律责任。
|
||||
const goodsList = [{
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_008.jpeg',
|
||||
price: '2800.00'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_006.jpeg',
|
||||
price: '48.00'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_010.jpeg',
|
||||
price: '29.90',
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_011.jpeg',
|
||||
price: '8.90'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_008.jpeg',
|
||||
price: '2800.00'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_006.jpeg',
|
||||
price: '48.00'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_010.jpeg',
|
||||
price: '29.90',
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_011.jpeg',
|
||||
price: '8.90'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_008.jpeg',
|
||||
price: '2800.00'
|
||||
}, {
|
||||
src: 'https://res.firstui.cn/static/images/component/waterfall/P_006.jpeg',
|
||||
price: '48.00'
|
||||
}]
|
||||
|
||||
const menuList = [
|
||||
[{
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '百亿补贴'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '查快递'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '实时低价'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '摇现金'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '家电清洗'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '活动日历'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '资质规则'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '限时秒杀'
|
||||
}],
|
||||
[{
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '签到'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '医药馆'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '断码清仓'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '爱回收'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '买车养车'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '家用电器'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '免费水果'
|
||||
}, {
|
||||
icon: '/static/images/common/icon_tabbar_2x.png',
|
||||
text: '充值中心'
|
||||
}]
|
||||
]
|
||||
export default {
|
||||
goodsList,
|
||||
menuList
|
||||
}
|
Reference in New Issue
Block a user