Files
FirstUI-vue/pages/component/layout/horizontal-scroll/index.js
2023-08-17 21:28:49 +08:00

89 lines
2.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 本文件由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
}