From 2eef7e881d02d05bd0e1237a8456466f0c9afbce Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 08 Jul 2025 19:07:15 +0800
Subject: [PATCH] style
---
src/views/cryptos/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/cryptos/index.vue b/src/views/cryptos/index.vue
index d0183ef..e76dcf5 100644
--- a/src/views/cryptos/index.vue
+++ b/src/views/cryptos/index.vue
@@ -136,14 +136,14 @@
async fetchQList(v) { // 获取行情
let coninArr = ''
if (v) { this.getVal = v }
- if(this.getVal == 2) {
+ // if(this.getVal == 2) {
let arr = getStorage('qoutes').coins
arr.map((item) => {
coninArr += item.symbol + ','
})
- }else{
- coninArr = this.coinArr.join(',')
- }
+ // }else{
+ // coninArr = this.coinArr.join(',')
+ // }
console.log('fetchQList', v, coninArr)
// if()
const list = await _getHomeList(coninArr).catch(() => {
--
Gitblit v1.9.3