From a52b5e0534bb261de994d0340f966f0cef934ba3 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 11 十二月 2024 14:13:32 +0800
Subject: [PATCH] 1.修复跳转绑定界面后绑定后没有销毁当前界面的bug

---
 pages/wxbind/wxbind.wxml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/wxbind/wxbind.wxml b/pages/wxbind/wxbind.wxml
index ca09c58..73687aa 100644
--- a/pages/wxbind/wxbind.wxml
+++ b/pages/wxbind/wxbind.wxml
@@ -11,4 +11,5 @@
     </view>
   </view>
   <button class="button {{isButtonEnabled ? 'button-active' : 'button-disabled'}}" bindtap="bind">缁戝畾寰俊</button>
+  <t-dialog class="error-dialog"  visible="{{showErrorDialog}}" content="{{errorData}}" confirm-btn="{{ confirmBtn }}" bind:confirm="closeDialog" />
 </view>
\ No newline at end of file

--
Gitblit v1.8.0