From f9e21c25599aab0b806888e2f48b75b257dcc183 Mon Sep 17 00:00:00 2001 From: kola-web Date: Thu, 21 Nov 2024 18:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E8=AE=A4=E8=AF=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E6=B3=A8=E9=94=80=E8=B4=A6=E5=8F=B7=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E8=B0=83=E6=95=B4=EF=BC=8C=20=E9=82=80=E7=BA=A6?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module1/pages/invite/index.ts | 14 +++++++------- src/module1/pages/loginOut/index.ts | 2 +- src/module1/pages/setInfo/index.ts | 6 +++--- src/module1/pages/setInfo/index.wxml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/module1/pages/invite/index.ts b/src/module1/pages/invite/index.ts index 5ac7c11..665cccc 100644 --- a/src/module1/pages/invite/index.ts +++ b/src/module1/pages/invite/index.ts @@ -39,15 +39,15 @@ Page({ }, }); }, - handleShare(){ + handleShare() { wx.showToast({ - icon:"none", - title:"请长按图片转发给好友", - }) + icon: "none", + title: "请长按图片转发给好友", + }); + }, + handleBack() { + wx.navigateBack(); }, - handleBack(){ - wx.navigateBack() - } }); export {}; diff --git a/src/module1/pages/loginOut/index.ts b/src/module1/pages/loginOut/index.ts index c6694d2..83a9e43 100644 --- a/src/module1/pages/loginOut/index.ts +++ b/src/module1/pages/loginOut/index.ts @@ -1,4 +1,4 @@ -const _app = getApp(); +const app = getApp(); Page({ data: {}, diff --git a/src/module1/pages/setInfo/index.ts b/src/module1/pages/setInfo/index.ts index accee82..3ce0ff0 100644 --- a/src/module1/pages/setInfo/index.ts +++ b/src/module1/pages/setInfo/index.ts @@ -5,7 +5,7 @@ Page({ data: { applyDoctorInfo: null, applyHostipalInfo: null, - inviteName: "", + InviteDoctorName: "", RejectReason: "", DoctorLevel: {}, DoctorTitleType: {}, @@ -67,7 +67,7 @@ Page({ }, }).then((res) => { this.setData({ - inviteName: res.Name, + InviteDoctorName: res.Name, InviteDoctorId: dId, }); }); @@ -289,7 +289,7 @@ Page({ acceptDataFromOpenedPage: (data) => { this.setData({ InviteDoctorId: data.DoctorId, - inviteName: data.DoctorName, + InviteDoctorName: data.DoctorName, }); }, }, diff --git a/src/module1/pages/setInfo/index.wxml b/src/module1/pages/setInfo/index.wxml index 77d82ad..5206177 100644 --- a/src/module1/pages/setInfo/index.wxml +++ b/src/module1/pages/setInfo/index.wxml @@ -7,8 +7,8 @@ style="background: url({{imageUrl}}set-info-bg.png?r={{Timestamp}}) no-repeat top center/100% 356rpx;" > - - {{inviteName}}医生为您的邀约医生 + + {{InviteDoctorName}}医生为您的邀约医生 绑定