From b89c0033138c206fc98614f483984bf581e9090a Mon Sep 17 00:00:00 2001 From: zhangyibo95 <690096405@qq.com> Date: Thu, 20 Aug 2026 18:08:49 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E6=96=B0=E5=A2=9E=E5=9B=9E?= =?UTF-8?q?=E5=88=B0=E9=A6=96=E9=A1=B5=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/org-bind.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/org-bind.vue b/src/pages/org-bind.vue index 1324133..c63e7c7 100644 --- a/src/pages/org-bind.vue +++ b/src/pages/org-bind.vue @@ -88,6 +88,10 @@ const handleLoginSuccess = async () => { await bindOrg(); }; +const goHome = () => { + uni.reLaunch({ url: "/pages/index" }); +}; + onLoad((options) => { try { const value = decodeURIComponent(String(options?.scene || "")); @@ -160,6 +164,11 @@ onLoad((options) => { 温馨提示:离开门店时候记得在Pad退出登录哦! + + + 回到首页 + + @@ -275,6 +284,10 @@ onLoad((options) => { line-height: 40rpx; } +.success-action { + margin-top: 64rpx; +} + .state-title { font-size: 38rpx; font-weight: 600;