no message
This commit is contained in:
@@ -101,7 +101,11 @@ export default {
|
||||
this.getQuichens()
|
||||
},
|
||||
getQuichens() {
|
||||
quickens().then(res => {
|
||||
let params ={
|
||||
page:1,
|
||||
pageSize:1000
|
||||
}
|
||||
quickens(params).then(res => {
|
||||
if (res.bizcode == 100) {
|
||||
// this.type = res.data;
|
||||
this.tList[0].text = res.data.vcoinsLock;
|
||||
|
||||
Reference in New Issue
Block a user