|
@@ -150,10 +150,10 @@
|
150
|
150
|
this.doubleReview.check_time,
|
151
|
151
|
'{y}-{m}-{d} {h}:{i}'
|
152
|
152
|
).split(' ')[1]
|
153
|
|
-
|
|
153
|
+
|
154
|
154
|
console.log('真性感')
|
155
|
155
|
}
|
156
|
|
-
|
|
156
|
+
|
157
|
157
|
}else if(this.$store.getters.xt_user.user.id != this.double_check.creater && this.double_check.modifier == 0){
|
158
|
158
|
this.check_time = uParseTime(
|
159
|
159
|
new Date(),
|
|
@@ -371,7 +371,7 @@
|
371
|
371
|
|
372
|
372
|
if (
|
373
|
373
|
this.doubleReview.first_check_time > 0 &&
|
374
|
|
- this.doubleReview.check_time > 0
|
|
374
|
+ this.doubleReview.check_time > 0
|
375
|
375
|
) {
|
376
|
376
|
if (this.doubleReview.first_check_time < this.doubleReview.check_time) {
|
377
|
377
|
let time = uParseTime(
|