|
@@ -212,7 +212,7 @@ export default {
|
|
console.log(od,'od')
|
|
console.log(od,'od')
|
|
if(od!=0){
|
|
if(od!=0){
|
|
let d = new Date().getTime() - od
|
|
let d = new Date().getTime() - od
|
|
- let druTime = this.$store.state.vuex_itemTime || 300
|
|
|
|
|
|
+ let druTime = 300
|
|
console.log(druTime)
|
|
console.log(druTime)
|
|
this.timestamp = druTime - d/1000
|
|
this.timestamp = druTime - d/1000
|
|
if(this.timestamp<=0){
|
|
if(this.timestamp<=0){
|