From 7316794ba96f1cb5b90b68c1515ee7177020bafc Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 25 Apr 2025 10:13:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(circulation):=20=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E4=B8=89=E5=8D=95=E5=BE=AA=E7=8E=AF=E5=86=85?= =?UTF-8?q?=E7=9A=84=E8=BD=AE=E6=AC=A1=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/invest/circulation.vue | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/components/invest/circulation.vue b/components/invest/circulation.vue index 014b29c..312a890 100644 --- a/components/invest/circulation.vue +++ b/components/invest/circulation.vue @@ -27,7 +27,7 @@ - + {{'会员编号'}} @@ -137,24 +137,24 @@ this.getDataList() this.value1 = Number(new Date()) this.getOthers() - this.getTime() + // this.getTime() }, methods: { isLocaled, getTime(){ - nextRound().then((res) => { - if(res.rows.length == 0){ - res.rows=[ - { - round:'暂无', - second:'暂无', - calAchieve:'暂无', - } - ] - } - this.roundObj = res.rows - }) - }, + nextRound().then((res) => { + if(res.rows.length == 0){ + res.rows=[ + { + round:'暂无', + second:'暂无', + calAchieve:'暂无', + } + ] + } + this.roundObj = res.rows + }) + }, getOthers() { mar.getGradeList().then((res) => { this.gradeList = [res.data];