/* * 公用变量 * */ const menus = [{ id: 1, name: '疯狂星期四', img: require("@/static/menu3.png") }, { id: 2, name: '畅销排行榜', img: require("@/static/menu4.png") }, { id: 3, name: '下午茶', img: require("@/static/menu5.png") }, { id: 4, name: '疯狂星期四', img: require("@/static/menu6.png") }, { id: 5, name: '畅销排行榜', img: require("@/static/menu7.png") }, { id: 6, name: '下午茶', img: require("@/static/menu8.png") }, { id: 7, name: '疯狂星期四', img: require("@/static/menu9.png") }, { id: 8, name: '畅销排行榜', img: require("@/static/menu10.png") }, { id: 9, name: '下午茶', img: require("@/static/menu11.png") }, { id: 10, name: '疯狂星期四', img: require("@/static/menu12.png") }, { id: 11, name: '畅销排行榜', img: require("@/static/menu13.png") }, { id: 12, name: '下午茶', img: require("@/static/menu14.png") }] const goods = [{ id: 1, name: '疯狂星期四', list: [{ name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }, { name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }, { name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }, { name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }, { name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }, { name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }, { name: '秘汁全鸡1份', price: '29', original_price: '29.9', reduce_price: '0.9', img: require("@/static/img.jpg"), num: 0 }] }] export { menus, goods }