Преглед изворни кода

fix: 修复在设置页面设置用户头像时,半模态弹窗多次弹出的 BUG

YuJing пре 2 месеци
родитељ
комит
f486db6b7a
1 измењених фајлова са 5 додато и 6 уклоњено
  1. 5 6
      features/user/src/main/ets/pages/SettingPage.ets

+ 5 - 6
features/user/src/main/ets/pages/SettingPage.ets

@@ -97,11 +97,6 @@ struct SettingPage {
                 .backgroundColor('#1c1c1c1a')
             }
             .padding({ left: 12, right: 8 })
-            .bindSheet($$this.showHeaderImgRevise, this.changeBuilder, {
-              height: 204,
-              backgroundColor: Color.White,
-              showClose: false
-            })
           }
         })
         Blank()
@@ -157,7 +152,11 @@ struct SettingPage {
       })
     }
     .padding({ bottom: this.safeBottom })
-
+    .bindSheet($$this.showHeaderImgRevise, this.changeBuilder, {
+      height: 204,
+      backgroundColor: Color.White,
+      showClose: false
+    })
   }
 
   @Builder