优化二维码开门

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-03-28 08:19:38 +00:00 committed by Gitee
parent 351d34a013
commit a31140061d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,7 +35,9 @@
.then((_owner)=>{
let _data = {
memberId: _owner.memberId,
communityId: _owner.communityId
communityId: _owner.communityId,
page:1,
row:300
};
_that.communityName = _owner.communityName;
_that.communityId = _owner.communityId;