From 65a266324ce0561988fd45a7e28342497bc583b2 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 17 Oct 2022 18:28:54 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalFooter.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/PortalFooter.vue b/src/components/PortalFooter.vue index a32c0f20..af475434 100644 --- a/src/components/PortalFooter.vue +++ b/src/components/PortalFooter.vue @@ -1,8 +1,13 @@ From 0c78558a868fb05246d0a331a8a539da30efaa59 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Mon, 17 Oct 2022 18:46:49 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E6=97=B6=E9=95=BF=E6=98=BE=E7=A4=BA=E7=9A=84=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/ranking.vue | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/src/views/user/ranking.vue b/src/views/user/ranking.vue index c8d8050c..4780ce9d 100644 --- a/src/views/user/ranking.vue +++ b/src/views/user/ranking.vue @@ -86,7 +86,10 @@
-
{{experience.data.total}}
+
{{experience.data.total}}
+
{{experience.data.months}}
+
{{experience.data.years}}
+
{{experience.data.weeks}}
@@ -144,7 +147,10 @@
-
{{lan.total}}
+
{{lan.total}}
+
{{lan.months}}
+
{{lan.years}}
+
{{lan.weeks}}
@@ -161,7 +167,10 @@
-
{{learningDuration.data.total}}
+
{{learningDuration.data.total}}
+
{{learningDuration.data.months}}
+
{{learningDuration.data.years}}
+
{{learningDuration.data.weeks}}
@@ -218,7 +227,10 @@
-
{{day.total}}
+
{{day.total}}
+
{{day.weeks}}
+
{{day.months}}
+
{{day.years}}
@@ -236,7 +248,10 @@
-
{{learningDays.data.total}}
+
{{learningDays.data.total}}
+
{{learningDays.data.weeks}}
+
{{learningDays.data.months}}
+
{{learningDays.data.years}}
@@ -373,7 +388,7 @@ export default { aid:this.userInfo.aid,// #用户id statType:10, // #统计类型 10学习时长 11 学习天数 20表经验值 30表u币 40表获取天数 field:this.learningDuration.field,// #统计周期 todays-当天,weeks-周,months-月,years-年 total-总计 - num:4,// #显示的条数 + num:5,// #显示的条数 } apiStat.getRanking(data).then(res=>{ if(res.status==200){ @@ -411,7 +426,7 @@ export default { aid:this.userInfo.aid,// #用户id statType:11, // #统计类型 10学习时长 11 学习天数 20表经验值 30表u币 40表获取天数 field:this.learningDays.field,// #统计周期 todays-当天,weeks-周,months-月,years-年 total-总计 - num:4,// #显示的条数 + num:5,// #显示的条数 } apiStat.getRanking(data).then(res=>{ if(res.status==200){ From a3487c3841c3b7ba1979215aecd17f07964eb2aa Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 17 Oct 2022 19:14:45 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=8F=91=E8=A1=A8?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Article/editItems.vue | 43 +++++++++++++++++++++------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/src/components/Article/editItems.vue b/src/components/Article/editItems.vue index eadbf35d..8456fa7f 100644 --- a/src/components/Article/editItems.vue +++ b/src/components/Article/editItems.vue @@ -2,11 +2,10 @@
- + - - +
@@ -17,17 +16,24 @@
- - + + - + - - 保存草稿 + +
+
+ 我已阅读并遵守平台内容发布要求 +
+
+ 保存草稿 提交 - 我已阅读并遵守平台内容发布要求 +
+
+
@@ -220,6 +226,21 @@ export default {