From c2a938eb722839c33849b6a30469f62e343d8718 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 5 Dec 2025 15:32:39 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E8=A1=8C?= =?UTF-8?q?=E6=A6=9C=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/super/Ranking/RankBatchList.vue | 35 ++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue index 0588b70..9999c9f 100644 --- a/src/views/super/Ranking/RankBatchList.vue +++ b/src/views/super/Ranking/RankBatchList.vue @@ -2,7 +2,7 @@

{{ pageTitle }}

- + @@ -23,8 +23,8 @@
- + = 0; i--) { - this.labels.push((year - i) + '年' + this.rank_type_desc[this.dataRank]); + this.labels.push((year - i) + '年' + this.rank_type_desc[this.rank_type]); } } else { const monthLabels = []; @@ -478,7 +487,7 @@ export default { let m = month - i; if (m <= 0) m += 12; - monthLabels.push(m + '月' + this.rank_type_desc[this.dataRank]); + monthLabels.push(m + '月' + this.rank_type_desc[this.rank_type]); } this.labels = monthLabels; } @@ -526,6 +535,7 @@ export default { }) }, getTypeRanking() { + console.log(this.dataRank,'that.dataRank==='); //产品排行 const that = this that.tableData = [] @@ -546,6 +556,7 @@ export default { that.total = response.data.total }) }).catch(error => { + this.loading = false; console.error(error, 'error') }) }, From 5ad01c311505d7bd3f12400172cdcd52301b5a4e Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 5 Dec 2025 16:23:46 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=93=81=E7=89=8C=E3=80=81=E6=9C=8D=E5=8A=A1=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/super/Ranking/RankBatchList.vue | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue index 9999c9f..b04a9ca 100644 --- a/src/views/super/Ranking/RankBatchList.vue +++ b/src/views/super/Ranking/RankBatchList.vue @@ -268,11 +268,8 @@ export default { document.title = this.pageTitle; this.text = this.getNowDate() this.dataType = this.type - const dataRankObj = { - 'check_type':'1', - 'ver_type':'2' - } - this.dataRank = dataRankObj[this.selectedType] + this.dataRank = this.rank_type + this.getRankingData(); }, @@ -442,12 +439,12 @@ export default { this.show_detail_index = row.sort }, changeRankType() { - const dataRankObj = { - 'check_type':'1', - 'ver_type':'2' - } + // const dataRankObj = { + // 'check_type':'1', + // 'ver_type':'2' + // } this.dataType = this.selectedType - this.dataRank = dataRankObj[this.selectedType] + // this.dataRank = dataRankObj[this.selectedType] this.getRankingData() }, // 获取排名数据:根据当前选择的数据类型调用相应的排名接口 @@ -705,4 +702,4 @@ export default { color: #1E2226; height: 100%; } - \ No newline at end of file + From 58888faf486c9858d339940312ecb65aa5808a14 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 5 Dec 2025 17:54:40 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E5=AD=97=E4=BD=93=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +-- src/components/CustomDropdown.vue | 1 - src/components/HoverButton.vue | 1 - src/components/PageTitle.vue | 2 -- src/components/SliderScondThree.vue | 2 -- src/components/preview/logoBack_color.vue | 1 - src/components/site/addSiteStep/step2.vue | 1 - src/components/super/DateSelect.vue | 4 ++-- src/style/theme/common.scss | 24 +++++++++++++----------- src/views/ConfigureServicePrices.vue | 3 --- src/views/agent/checkOrderList.vue | 6 ------ src/views/agent/domainList.vue | 9 +-------- src/views/agent/home.vue | 1 - src/views/agent/supplyList.vue | 18 ------------------ src/views/super/Ranking/Purchase.vue | 1 - src/views/super/Ranking/RankBatchList.vue | 2 -- src/views/super/Ranking/RankDetail.vue | 1 - src/views/super/Ranking/RankList.vue | 2 -- src/views/super/Ranking/Ranking.vue | 1 - 19 files changed, 17 insertions(+), 66 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9f8fcd7..202352b 100755 --- a/src/App.vue +++ b/src/App.vue @@ -81,8 +81,7 @@ export default { flex-direction: column; } #app { - font-family: Avenir, Helvetica, Arial, sans-serif; - font-family: Microsoft YaHei UI; + font-family: var(--font-chinese); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; diff --git a/src/components/CustomDropdown.vue b/src/components/CustomDropdown.vue index 5451897..93b0c0a 100644 --- a/src/components/CustomDropdown.vue +++ b/src/components/CustomDropdown.vue @@ -156,7 +156,6 @@ export default { .custom-select { height: 38px; position: relative; - font-family: Arial, sans-serif; } .select-trigger { diff --git a/src/components/HoverButton.vue b/src/components/HoverButton.vue index 1c7625f..5a34aa6 100644 --- a/src/components/HoverButton.vue +++ b/src/components/HoverButton.vue @@ -132,7 +132,6 @@ export default {