解决user_id为空提示
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 42s

This commit is contained in:
kk
2026-07-11 20:43:56 +08:00
parent 533170f0a9
commit 020e131df0
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ export default {
}
// 调用组件方法启动开门流程
this.$refs.doorPanel.open();
this.$refs.doorPanel.open(this.userId);
},
handleMenuClick(item) {
switch (item.action) {