-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.html
More file actions
60 lines (56 loc) · 4.29 KB
/
data.html
File metadata and controls
60 lines (56 loc) · 4.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
<script>
var arr = [
{
"name": "DENIMIZE Men Solid Regular Fit Casual Shirt",
"price": "1555",
"image": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880449-Blue-Navy-1000009880449_01-2100.jpg",
"image1": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880449-Blue-Navy-1000009880449_02-2100.jpg",
"image2": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880449-Blue-Navy-1000009880449_03-2100.jpg",
"image3": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880449-Blue-Navy-1000009880449_04-2100.jpg",
"color": "black",
"brand": "denimize"
},
{
"name": "FORCA Men Checked Regular Fit Casual Shirt",
"price": "1999",
"image": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000010077712-Red-Red-1000010077712_01-2100.jpg",
"image1": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000010077712-Red-Red-1000010077712_02-2100.jpg",
"image2": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000010077712-Red-Red-1000010077712_03-2100.jpg",
"image3": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000010077712-Red-Red-1000010077712_04-2100.jpg",
"color": "red",
"brand": "forca"
},
{
"name": "FAME FOREVER Men Solid Slim Fit Casual Shirt",
"price": "1999",
"image": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880582-Var8-Red-Rust-1000009880582-Var8_01-2100.jpg",
"image1": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880582-Var8-Red-Rust-1000009880582-Var8_02-2100.jpg",
"image2": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880582-Var8-Red-Rust-1000009880582-Var8_03-2100.jpg",
"image3": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009880582-Var8-Red-Rust-1000009880582-Var8_04-2100.jpg",
"color": "orange",
"brand": "fame"
},
{
"name": "CODE Men Printed Full Sleeves Casual Shi",
"price": "3999",
"image": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009928655-Black-Black-1000009928655_01-2100.jpg",
"image1": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009928655-Black-Black-1000009928655_02-2100.jpg",
"image2": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009928655-Black-Black-1000009928655_03-2100.jpg",
"image3": "https://lmsin.net/cdn-cgi/image/h=831,w=615,q=60,fit=cover/https://aaeff43fe32172cbcecc-ae2a4e9a8cbc330ede5588dedf56886e.lmsin.net/lifestyle/1000009928655-Black-Black-1000009928655_04-2100.jpg",
"color": "black",
"brand": "code"
}
]
localStorage.setItem("productListt",JSON.stringify(arr))
</script>