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;