dist
This commit is contained in:
@@ -641,6 +641,7 @@ export function getquhaolist() {
|
||||
res(store.state.indexarr.phonecodes)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -659,6 +660,7 @@ export function getzonelist(): Promise<any>{
|
||||
res(store.state.indexarr.timezones)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -694,6 +696,7 @@ export function getcurrencys(){
|
||||
res(store.state.indexarr.currencys)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -753,6 +756,7 @@ export function getarchives(): Promise<[any,any]>{
|
||||
res([store.state.indexarr.countries, store.state.indexarr.willsay])
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -787,6 +791,7 @@ export function getlanguages(): Promise<any>{
|
||||
res(store.state.indexarr.language)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
@@ -1224,6 +1229,7 @@ export function interests() {
|
||||
res(store.state.indexarr.interests)
|
||||
clearInterval(time)
|
||||
}
|
||||
console.log("dengdai")
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user