-
Notifications
You must be signed in to change notification settings - Fork 0
/
mock.js
77 lines (76 loc) · 2.72 KB
/
mock.js
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
const mock = [
{
id: "461a5dd5c2e0478c84d7170dc6103fa3",
autoId: 12,
activityType: "at_speed_kill",
name: "智能挪车贴, 奇特暑期游",
description:
'[{"type":"image","value":"new_ta_detail_01.jpg"},{"type":"image","value":"ta_detail_02.jpg"},{"type":"image","value":"ta_detail_03.jpg"},{"type":"image","value":"ta_detail_04.jpg"},{"type":"image","value":"ta_detail_05.jpg"},{"type":"image","value":"ta_detail_06.jpg"}]',
institutionId: "dc472aad2a0b4e508e60277435bf0f93",
dateStart: "2019-07-08T12:40:03.000Z",
dateEnd: "2019-08-31T15:59:59.000Z",
totalCount: 1,
status: 1,
createTime: "2019-07-08T12:45:45.000Z",
displayOrder: null,
grades:
"6f08ac40a08f487085894e9e53efa5c8,4998aa73f5f24be4930b49ba290b445a,3458f5c5fe504b1093586fab14f87527,b3a758197c9142598adf8d047c62198e,cfa3f7357e384a7aa96581545634ec5a,ff20f95526dc4f48b0b9ce6be709c46d,25e291e971cb4ec7a9593bd350ca467c,2fdef222d18745b586f9fa77aa49681b",
salesmanCount: 407,
customCount: 14,
images: [
{
id: "ea1f82902ba644a3982d5a7761ea36c2",
activityId: "461a5dd5c2e0478c84d7170dc6103fa3",
url: "20190709170949_2337__ta_main.jpg",
isMain: "1",
displayOrder: 0
},
{
id: "1cddfd32421f4f9da3e8f6dd8c0d503f",
activityId: "461a5dd5c2e0478c84d7170dc6103fa3",
url: "201907181441_8749__ta_poster.jpeg",
isMain: "0",
displayOrder: 1
}
],
institution: {
id: "dc472aad2a0b4e508e60277435bf0f93",
name: "天安人寿河南分公司",
code: null,
status: 1
},
gifts: {},
products: [
{
id: "3609c98a8d5d4f5d848e88ab728a0b06",
title: "专属定制 扫码挪车",
price: 100.99,
activityPrice: 39.99,
status: 1,
mainImageUrl: "20190702160321_8447__1.jpg",
status: "waiting",
residue: 2312312332, // 这个是剩余时长
beginTime: "2019-08-05T18:40:03.000Z",
finishTime: "2019-08-31T15:59:59.000Z",
totalCount: 1,
_pivot_activityId: "461a5dd5c2e0478c84d7170dc6103fa3",
_pivot_productId: "3609c98a8d5d4f5d848e88ab728a0b06"
},
{
id: "3609c98a8d5d4f5d848e88ab728a0b05",
title: "测试用的商品名称",
price: 100.99,
activityPrice: 39.99,
status: 1,
mainImageUrl: "20190702160321_8447__1.jpg",
status: "waiting",
residue: 2312312332, // 这个是剩余时长
beginTime: "2019-08-05T12:40:03.000Z",
finishTime: "2019-08-31T15:59:59.000Z",
totalCount: 1,
_pivot_activityId: "461a5dd5c2e0478c84d7170dc6103fa3",
_pivot_productId: "3609c98a8d5d4f5d848e88ab728a0b06"
}
]
}
];