yuantianjiao пре 6 година
родитељ
комит
499d8b16b5

+ 1
- 0
package.json Прегледај датотеку

29
     "sass-loader": "^7.1.0",
29
     "sass-loader": "^7.1.0",
30
     "vant": "^1.3.0",
30
     "vant": "^1.3.0",
31
     "vue-awesome-swiper": "^3.1.3",
31
     "vue-awesome-swiper": "^3.1.3",
32
+    "vue-croppa": "^1.3.8",
32
     "vue-router": "^3.0.1",
33
     "vue-router": "^3.0.1",
33
     "vue-template-compiler": "^2.5.17",
34
     "vue-template-compiler": "^2.5.17",
34
     "vuex": "^3.0.1",
35
     "vuex": "^3.0.1",

+ 1
- 1
src/pages/user/bindMobile/bindMobile.vue Прегледај датотеку

23
         </div>-->
23
         </div>-->
24
         <div class="mobile">
24
         <div class="mobile">
25
           <i class="iconfont icon-zhanghu"></i>
25
           <i class="iconfont icon-zhanghu"></i>
26
-          <input type="tel" placeholder="真实姓名" v-model="postData.name">
26
+          <input placeholder="真实姓名" v-model="postData.name">
27
         </div>
27
         </div>
28
 
28
 
29
         <div class="mobile">
29
         <div class="mobile">

+ 3
- 3
src/pages/user/calendar/calendar.vue Прегледај датотеку

34
   data () {
34
   data () {
35
     return {
35
     return {
36
       topImg,
36
       topImg,
37
-      state: 1
37
+      state: 1,
38
+      endTime: "2018/12/22 00:00:00"
38
     }
39
     }
39
   },
40
   },
40
   created () {
41
   created () {
43
         if (res) {
44
         if (res) {
44
           this.state = 2
45
           this.state = 2
45
         } else {
46
         } else {
46
-          let stringTime = "2018-12-22 00:00:00"
47
-          let timestamp = Date.parse(new Date(stringTime))
47
+          let timestamp = new Date(this.endTime).getTime()
48
           let now = new Date().getTime()
48
           let now = new Date().getTime()
49
           if (timestamp >= now) {
49
           if (timestamp >= now) {
50
             this.state = 1
50
             this.state = 1

+ 5
- 1
src/pages/user/calendar/making.vue Прегледај датотеку

216
         delete curr['defaultBg']
216
         delete curr['defaultBg']
217
         delete curr['style']
217
         delete curr['style']
218
         delete curr['styleCut']
218
         delete curr['styleCut']
219
+        if (!curr['CustomerImg']) {
220
+          curr['CustomerImg'] = curr['defaultNoUser']
221
+        }
222
+        delete curr['defaultNoUser']
219
       });
223
       });
220
       let submitData = {
224
       let submitData = {
221
         ModelName: this.$route.query.type == 1 ? '黑色' : '红色',
225
         ModelName: this.$route.query.type == 1 ? '黑色' : '红色',
346
 .pop-box {
350
 .pop-box {
347
   width: 100%;
351
   width: 100%;
348
   height: 100%;
352
   height: 100%;
349
-  position: fixed;
353
+  position: absolute;
350
   left: 0;
354
   left: 0;
351
   top: 0;
355
   top: 0;
352
   display: flex;
356
   display: flex;

+ 24
- 0
src/store/making/index.js Прегледај датотеку

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