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];