From b938adef70045bf44fecf9e3e750da3102efe34a Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 27 Mar 2024 17:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/commpents/myprofile/index.js | 2 ++ user/commpents/myprofile/index.wxml | 17 ++++++++++++----- user/commpents/myprofile/index.wxss | 3 +++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/user/commpents/myprofile/index.js b/user/commpents/myprofile/index.js index b725f47..057aab7 100644 --- a/user/commpents/myprofile/index.js +++ b/user/commpents/myprofile/index.js @@ -82,6 +82,7 @@ Component({ qualification_cert_reason: "", work_cert_reason: "", email_reason:'', + expertise_reason:'', department_custom_name_reason: '', zhuanchang_note: '请选择专长', jianjie_show: false, @@ -184,6 +185,7 @@ Component({ this.setData({ avatar_reason: response.data.avatar, brief_introduction_reason: response.data.brief_introduction, + expertise_reason:response.data.doctor_expertise, be_good_at_reason: response.data.be_good_at, }) diff --git a/user/commpents/myprofile/index.wxml b/user/commpents/myprofile/index.wxml index 0137ef5..a83bba2 100644 --- a/user/commpents/myprofile/index.wxml +++ b/user/commpents/myprofile/index.wxml @@ -342,7 +342,7 @@ - + 专长 * @@ -359,7 +359,7 @@ - + 专长 * @@ -375,7 +375,12 @@ - + + + + {{ expertise_reason }} + + - + + + - +