4 Star 0 Fork 0

尤晓玲/6-20

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Data.js 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
尤晓玲 提交于 2024-06-20 14:45 . first commit
// 数据的导出
export const image_server_url = "http://127.0.0.1:5500/static/"
export const imagePath = {
"ic_eshop": "ic_eshop.png",
"ic_scan": 'ic_scan.png',
"ic_search": 'ic_search.png',
"product001": 'product001.png',
"product002": 'product002.png',
"product003": 'product003.png',
"product004": 'product004.png',
"product005": 'product005.png',
}
for (let prop in imagePath) {
let val = imagePath[prop];
val = image_server_url + val;
imagePath[prop] = val;
}
export const prodList = [{
id: 1,
name: '商品1',
intro: '111111111111',
price: 1888,
pic: imagePath.product001,
picList: [
imagePath.product001,
imagePath.product002,
imagePath.product003,
],
tag: '赠送积分'
},
{
id: 2,
name: '商品2',
intro: '2222222',
price: 2888,
pic: imagePath.product002,
picList: [
imagePath.product003,
imagePath.product004,
imagePath.product005,
],
tag: '新品'
},
{
id: 3,
name: '商品3',
intro: '3333333',
price: 3888,
pic: imagePath.product003,
picList: [
imagePath.product001,
imagePath.product002,
imagePath.product003,
],
tag: '新品'
},
{
id: 4,
name: '商品4',
intro: '444444',
price: 4888,
pic: imagePath.product004,
picList: [
imagePath.product003,
imagePath.product004,
imagePath.product005,
],
tag: '赠送积分'
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fufuv587/6-20.git
git@gitee.com:fufuv587/6-20.git
fufuv587
6-20
6-20
master

搜索帮助