no message

This commit is contained in:
2025-10-14 13:59:41 +08:00
parent c6f292ed22
commit 1396a68d6b
7 changed files with 16 additions and 8 deletions
+5 -1
View File
@@ -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;