Commit dda9dbc7 authored by GuanHua's avatar GuanHua

feat:修改模板预览模拟数据

parent ecfe8176
......@@ -79,7 +79,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/53caa906bde04a8c8d042de721a6f8e71601283425278.jpg",
"goodsPrice": "1000.0",
"categoryName": "工控设备",
"brandName": "友飞翔"
"brandName": "友飞翔",
"priceType": 1
},
{
"goodsId": 21,
......@@ -87,7 +88,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/2aa8143601ef4b0fbe736db6339e552a1601379088893.png",
"goodsPrice": "1300.0",
"categoryName": "工控设备",
"brandName": "火狐热控"
"brandName": "火狐热控",
"priceType": 1
},
{
"goodsId": 22,
......@@ -95,7 +97,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/57dd9e8027b04e24a40a26af4f5a97f01601282964802.jpg",
"goodsPrice": "987.0",
"categoryName": "工控设备",
"brandName": "友飞翔"
"brandName": "友飞翔",
"priceType": 1
},
{
"goodsId": 28,
......@@ -103,7 +106,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/80a5abfdae394da5ab1dc62893e1f1821601284763925.jpg",
"goodsPrice": "4.6",
"categoryName": "变送器",
"brandName": "友昌振兴"
"brandName": "友昌振兴",
"priceType": 1
}
]
},
......@@ -123,7 +127,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/a0561fc936364f969d9216027138737b1601278766489.jpg",
"goodsPrice": "10000.0",
"categoryName": "挖掘机",
"brandName": "数商云"
"brandName": "数商云",
"priceType": 1
},
{
"goodsId": 31,
......@@ -131,7 +136,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/9c535ba9c3374307ae6afbbf535a311e1601364018708.jpeg",
"goodsPrice": "20000.0",
"categoryName": "立式包装机",
"brandName": "合能为"
"brandName": "合能为",
"priceType": 1
},
{
"goodsId": 30,
......@@ -139,7 +145,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/a748f76ebffc4912a104ad5a1e2727851601364061691.jpeg",
"goodsPrice": "30000.0",
"categoryName": "挖掘机",
"brandName": "友飞翔"
"brandName": "友飞翔",
"priceType": 1
},
{
"goodsId": 26,
......@@ -147,7 +154,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/03f5168b495b428baea67c7ad87f82361601364173457.jpeg",
"goodsPrice": "20000.0",
"categoryName": "挖掘机",
"brandName": "鹏飞宏"
"brandName": "鹏飞宏",
"priceType": 1
}
]
}
......
......@@ -86,7 +86,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/53caa906bde04a8c8d042de721a6f8e71601283425278.jpg",
"goodsPrice": "1000.0",
"categoryName": "工控设备",
"brandName": "友飞翔"
"brandName": "友飞翔",
"priceType": 1
},
{
"goodsId": 21,
......@@ -94,7 +95,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/2aa8143601ef4b0fbe736db6339e552a1601379088893.png",
"goodsPrice": "1300.0",
"categoryName": "工控设备",
"brandName": "火狐热控"
"brandName": "火狐热控",
"priceType": 1
},
{
"goodsId": 22,
......@@ -102,7 +104,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/57dd9e8027b04e24a40a26af4f5a97f01601282964802.jpg",
"goodsPrice": "987.0",
"categoryName": "工控设备",
"brandName": "友飞翔"
"brandName": "友飞翔",
"priceType": 1
},
{
"goodsId": 28,
......@@ -110,7 +113,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/80a5abfdae394da5ab1dc62893e1f1821601284763925.jpg",
"goodsPrice": "4.6",
"categoryName": "变送器",
"brandName": "友昌振兴"
"brandName": "友昌振兴",
"priceType": 1
}
]
},
......@@ -130,7 +134,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/a0561fc936364f969d9216027138737b1601278766489.jpg",
"goodsPrice": "10000.0",
"categoryName": "挖掘机",
"brandName": "数商云"
"brandName": "数商云",
"priceType": 1
},
{
"goodsId": 31,
......@@ -138,7 +143,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/9c535ba9c3374307ae6afbbf535a311e1601364018708.jpeg",
"goodsPrice": "20000.0",
"categoryName": "立式包装机",
"brandName": "合能为"
"brandName": "合能为",
"priceType": 1
},
{
"goodsId": 30,
......@@ -146,7 +152,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/a748f76ebffc4912a104ad5a1e2727851601364061691.jpeg",
"goodsPrice": "30000.0",
"categoryName": "挖掘机",
"brandName": "友飞翔"
"brandName": "友飞翔",
"priceType": 1
},
{
"goodsId": 26,
......@@ -154,7 +161,8 @@ const ShopPreview: React.FC<ShopPreviewPropsType> = (props) => {
"goodsPicUrl": "https://shushangyun01.oss-cn-shenzhen.aliyuncs.com/03f5168b495b428baea67c7ad87f82361601364173457.jpeg",
"goodsPrice": "20000.0",
"categoryName": "挖掘机",
"brandName": "鹏飞宏"
"brandName": "鹏飞宏",
"priceType": 1
}
]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment