|
@@ -45,6 +45,7 @@
|
45
|
45
|
import { mapActions } from 'vuex'
|
46
|
46
|
import { fetchHistory } from '@/api/gambleMember'
|
47
|
47
|
import waves from '@/directive/waves' // 水波纹指令
|
|
48
|
+import moment from 'moment-timezone'
|
48
|
49
|
|
49
|
50
|
export default {
|
50
|
51
|
directives: {
|
|
@@ -100,7 +101,8 @@ export default {
|
100
|
101
|
})
|
101
|
102
|
},
|
102
|
103
|
handleFilter() {
|
103
|
|
- console.log(this.date)
|
|
104
|
+ console.log(moment.utc(this.date[0]).format())
|
|
105
|
+ console.log(moment.utc(this.date[1]).format())
|
104
|
106
|
}
|
105
|
107
|
},
|
106
|
108
|
destroyed() {
|