|
@@ -58,6 +58,7 @@ export default {
|
58
|
58
|
defaultBg: b1,
|
59
|
59
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546637',
|
60
|
60
|
CustomerImg: '',
|
|
61
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b1.jpg',
|
61
|
62
|
ImgName: '1月',
|
62
|
63
|
Sort: 2,
|
63
|
64
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.25rem;left:50%;transform:translateX(-50%);object-fit: cover;',
|
|
@@ -68,6 +69,7 @@ export default {
|
68
|
69
|
defaultBg: b2,
|
69
|
70
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543547849',
|
70
|
71
|
CustomerImg: '',
|
|
72
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b2.jpg',
|
71
|
73
|
ImgName: '2月',
|
72
|
74
|
Sort: 3,
|
73
|
75
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.23rem;left:0.15rem;object-fit: cover;',
|
|
@@ -78,6 +80,7 @@ export default {
|
78
|
80
|
defaultBg: b3,
|
79
|
81
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546638',
|
80
|
82
|
CustomerImg: '',
|
|
83
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b3.jpg',
|
81
|
84
|
ImgName: '3月',
|
82
|
85
|
Sort: 4,
|
83
|
86
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.23rem;right:0.16rem;object-fit: cover;',
|
|
@@ -88,6 +91,7 @@ export default {
|
88
|
91
|
defaultBg: b4,
|
89
|
92
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543547851',
|
90
|
93
|
CustomerImg: '',
|
|
94
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b4.jpg',
|
91
|
95
|
ImgName: '4月',
|
92
|
96
|
Sort: 5,
|
93
|
97
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.24rem;left:50%;transform:translateX(-50.5%);object-fit: cover;',
|
|
@@ -98,6 +102,7 @@ export default {
|
98
|
102
|
defaultBg: b5,
|
99
|
103
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546640',
|
100
|
104
|
CustomerImg: '',
|
|
105
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b5.jpg',
|
101
|
106
|
ImgName: '5月',
|
102
|
107
|
Sort: 6,
|
103
|
108
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.23rem;left:0.15rem;object-fit: cover;',
|
|
@@ -108,6 +113,7 @@ export default {
|
108
|
113
|
defaultBg: b6,
|
109
|
114
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546642',
|
110
|
115
|
CustomerImg: '',
|
|
116
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b6.jpg',
|
111
|
117
|
ImgName: '6月',
|
112
|
118
|
Sort: 7,
|
113
|
119
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.24rem;right:0.16rem;object-fit: cover;',
|
|
@@ -118,6 +124,7 @@ export default {
|
118
|
124
|
defaultBg: b7,
|
119
|
125
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546643',
|
120
|
126
|
CustomerImg: '',
|
|
127
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b7.jpg',
|
121
|
128
|
ImgName: '7月',
|
122
|
129
|
Sort: 8,
|
123
|
130
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.24rem;left:50%;transform:translateX(-50%);object-fit: cover;',
|
|
@@ -128,6 +135,7 @@ export default {
|
128
|
135
|
defaultBg: b8,
|
129
|
136
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546644',
|
130
|
137
|
CustomerImg: '',
|
|
138
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b8.jpg',
|
131
|
139
|
ImgName: '8月',
|
132
|
140
|
Sort: 9,
|
133
|
141
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;left:0.17rem;object-fit: cover;',
|
|
@@ -138,6 +146,7 @@ export default {
|
138
|
146
|
defaultBg: b9,
|
139
|
147
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546645',
|
140
|
148
|
CustomerImg: '',
|
|
149
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b9.jpg',
|
141
|
150
|
ImgName: '9月',
|
142
|
151
|
Sort: 10,
|
143
|
152
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;right:0.16rem;object-fit: cover;',
|
|
@@ -148,6 +157,7 @@ export default {
|
148
|
157
|
defaultBg: b10,
|
149
|
158
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546646',
|
150
|
159
|
CustomerImg: '',
|
|
160
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b10.jpg',
|
151
|
161
|
ImgName: '10月',
|
152
|
162
|
Sort: 11,
|
153
|
163
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.24rem;left:50%;transform:translateX(-50%);object-fit: cover;',
|
|
@@ -158,6 +168,7 @@ export default {
|
158
|
168
|
defaultBg: b11,
|
159
|
169
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546647',
|
160
|
170
|
CustomerImg: '',
|
|
171
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b11.jpg',
|
161
|
172
|
ImgName: '11月',
|
162
|
173
|
Sort: 12,
|
163
|
174
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;left:0.16rem;object-fit: cover;',
|
|
@@ -168,6 +179,7 @@ export default {
|
168
|
179
|
defaultBg: b12,
|
169
|
180
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543546648',
|
170
|
181
|
CustomerImg: '',
|
|
182
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b12.jpg',
|
171
|
183
|
ImgName: '12月',
|
172
|
184
|
Sort: 13,
|
173
|
185
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;right:0.16rem;object-fit: cover;',
|
|
@@ -189,6 +201,7 @@ export default {
|
189
|
201
|
defaultBg: b1,
|
190
|
202
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543557398',
|
191
|
203
|
CustomerImg: '',
|
|
204
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b1.jpg',
|
192
|
205
|
ImgName: '1月',
|
193
|
206
|
Sort: 2,
|
194
|
207
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.25rem;left:50%;transform:translateX(-50%);object-fit: cover;',
|
|
@@ -199,6 +212,7 @@ export default {
|
199
|
212
|
defaultBg: b2,
|
200
|
213
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556811',
|
201
|
214
|
CustomerImg: '',
|
|
215
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b2.jpg',
|
202
|
216
|
ImgName: '2月',
|
203
|
217
|
Sort: 3,
|
204
|
218
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.23rem;left:0.15rem;object-fit: cover;',
|
|
@@ -209,6 +223,7 @@ export default {
|
209
|
223
|
defaultBg: b3,
|
210
|
224
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543557399',
|
211
|
225
|
CustomerImg: '',
|
|
226
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b3.jpg',
|
212
|
227
|
ImgName: '3月',
|
213
|
228
|
Sort: 4,
|
214
|
229
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.23rem;right:0.16rem;object-fit: cover;',
|
|
@@ -219,6 +234,7 @@ export default {
|
219
|
234
|
defaultBg: b4,
|
220
|
235
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543557400',
|
221
|
236
|
CustomerImg: '',
|
|
237
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b4.jpg',
|
222
|
238
|
ImgName: '4月',
|
223
|
239
|
Sort: 5,
|
224
|
240
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.24rem;left:50%;transform:translateX(-50.5%);object-fit: cover;',
|
|
@@ -229,6 +245,7 @@ export default {
|
229
|
245
|
defaultBg: b5,
|
230
|
246
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556813',
|
231
|
247
|
CustomerImg: '',
|
|
248
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b5.jpg',
|
232
|
249
|
ImgName: '5月',
|
233
|
250
|
Sort: 6,
|
234
|
251
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.23rem;left:0.15rem;object-fit: cover;',
|
|
@@ -239,6 +256,7 @@ export default {
|
239
|
256
|
defaultBg: b6,
|
240
|
257
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556814',
|
241
|
258
|
CustomerImg: '',
|
|
259
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b6.jpg',
|
242
|
260
|
ImgName: '6月',
|
243
|
261
|
Sort: 7,
|
244
|
262
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.24rem;right:0.16rem;object-fit: cover;',
|
|
@@ -249,6 +267,7 @@ export default {
|
249
|
267
|
defaultBg: b7,
|
250
|
268
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543560521',
|
251
|
269
|
CustomerImg: '',
|
|
270
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b7.jpg',
|
252
|
271
|
ImgName: '7月',
|
253
|
272
|
Sort: 8,
|
254
|
273
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.24rem;left:50%;transform:translateX(-50%);object-fit: cover;',
|
|
@@ -259,6 +278,7 @@ export default {
|
259
|
278
|
defaultBg: b8,
|
260
|
279
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556815',
|
261
|
280
|
CustomerImg: '',
|
|
281
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b8.jpg',
|
262
|
282
|
ImgName: '8月',
|
263
|
283
|
Sort: 9,
|
264
|
284
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;left:0.17rem;object-fit: cover;',
|
|
@@ -269,6 +289,7 @@ export default {
|
269
|
289
|
defaultBg: b9,
|
270
|
290
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543557403',
|
271
|
291
|
CustomerImg: '',
|
|
292
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b9.jpg',
|
272
|
293
|
ImgName: '9月',
|
273
|
294
|
Sort: 10,
|
274
|
295
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;right:0.16rem;object-fit: cover;',
|
|
@@ -279,6 +300,7 @@ export default {
|
279
|
300
|
defaultBg: b10,
|
280
|
301
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556816',
|
281
|
302
|
CustomerImg: '',
|
|
303
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b10.jpg',
|
282
|
304
|
ImgName: '10月',
|
283
|
305
|
Sort: 11,
|
284
|
306
|
style: 'width:1.44rem;height:.94rem;position:absolute;top:.24rem;left:50%;transform:translateX(-50%);object-fit: cover;',
|
|
@@ -289,6 +311,7 @@ export default {
|
289
|
311
|
defaultBg: b11,
|
290
|
312
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556817',
|
291
|
313
|
CustomerImg: '',
|
|
314
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b11.jpg',
|
292
|
315
|
ImgName: '11月',
|
293
|
316
|
Sort: 12,
|
294
|
317
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;left:0.16rem;object-fit: cover;',
|
|
@@ -299,6 +322,7 @@ export default {
|
299
|
322
|
defaultBg: b12,
|
300
|
323
|
CalendarImg: 'http://spaceofcheng.oss-cn-beijing.aliyuncs.com/blob1543556818',
|
301
|
324
|
CustomerImg: '',
|
|
325
|
+ defaultNoUser:'https://spaceofcheng.oss-cn-beijing.aliyuncs.com/calendar/b12.jpg',
|
302
|
326
|
ImgName: '12月',
|
303
|
327
|
Sort: 13,
|
304
|
328
|
style: 'width:1.01rem;height:1.18rem;position:absolute;top:.2rem;right:0.16rem;object-fit: cover;',
|