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 }} + + - + + + - +