From db13f05541d4bf14a22f1fd553cb28ba69b1e9ae Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 27 Oct 2022 16:14:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/comments.vue | 2 +- src/components/Portal/interactBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index 08b1ea3d..0d4e15ef 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -195,7 +195,7 @@
- 发布1回复 + 发布回复
diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index daf28b67..f0999ff2 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -7,7 +7,7 @@
- + From a28575110055ac0472b28da433b6a431db30e907 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 27 Oct 2022 16:22:41 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=95=99=E5=B8=88=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E5=8F=AA=E6=98=BE=E7=A4=BA=E7=AC=AC=E4=BA=8C=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/coursenew.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index dfa17ea6..3622bba6 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -189,7 +189,7 @@
{{ item.teacherName }} - ( {{item.authorInfo.orgInfo}} ) + ( {{cutOrgNamePath(item.authorInfo.orgInfo)}} )
@@ -235,6 +235,7 @@ courseType, getType, toScore, + cutOrgNamePath, userAvatarText } from '@/utils/tools.js'; import pdfPreview from '@/components/PdfPreview/index.vue'; @@ -266,6 +267,7 @@ }, data() { return { + cutOrgNamePath, loading:false, controlHeight:400,//左边控制区域的内容高度 timer: '', From a95348638d3470de31fe970bb0ba9ff668663737 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 27 Oct 2022 16:30:20 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/phone.png | Bin 0 -> 637 bytes src/views/user/Setting.vue | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 public/images/phone.png diff --git a/public/images/phone.png b/public/images/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..6de5c119762b44a3bd5798fe46e8edc20c439010 GIT binary patch literal 637 zcmV-@0)qXCP)Px%H%UZ6R9Hvtm`#XHVI0PP4-1JQq)Cx1%z}-bkByBf5euZSpR%Ax$wJD8nvG0N zv6oVmQL?b4C`Cz0vyqQdBA>C~(L0@^>$>-L-t)d^ahrR#_y2#M-+AtRKki@Dcx-P4 zjse4fA|>7eXCyt1?29(S_D*05m=kN(Qa>$eZESyRDgpK}up!o{L;V6t-(z&@zy^c) zF(zGVmr42%qZ0*ddkb(s#-K;-K1tVOv?{~eUIp9%*2Ng~sC^BLN_t*Z?;lv(D}V#Q z8endV$WmYjFjQ5zV%-nmHt?=P{V(7pa8=Tq@cCa@+uMO_4FFZ-?ppQ@I4Egq2G;g+ zU>aDIs@zb203In}4+E188Re2aUc#OSPUcc=NasQcI}V&^$RwBS!~ix|lx;e*H`$-S zW#9_%tVm@&a0nO!<|QVcE!l8%?vnJR6Oiq2OS=WEOaRUT8xq|VKy8lz=YVYm)Lr0| zq!$J7gM@^$z)nayT7U+aC2i?_EM6u6Uj&ZSOg9T`NcExZaNXO}1>}aLy|y<3;f3lv zSzw1GeYO3m$KB$yq{X%u0$=Ko0<#acuYLx7wZQsn>k8|oZw`fWarez}TXQ#xYRj^9 zML8xE4`36*>)AR;w((@o0;ijD$)r18{=3}`+{`4}l+6ATHcYYa0h^n0O4NNcbAc~K zY=;~ErQ!nJIzdeINoxOHeB)!1-v2kBwH?NrtJ_ANNscv}!^rbhfGqnf50h&eW^MZe XZTlx{0QAvK00000NkvXXu0mjf=EWfz literal 0 HcmV?d00001 diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue index 2ef0cb76..f1cb49d8 100644 --- a/src/views/user/Setting.vue +++ b/src/views/user/Setting.vue @@ -5,7 +5,12 @@ +
+ +
修改头像
+
+
@@ -393,7 +398,35 @@