优化bug

This commit is contained in:
java110 2021-04-09 16:12:36 +08:00
parent 25466e7cd8
commit 5d084b5fdf

View File

@ -199,7 +199,7 @@
this.context.navigateTo({ this.context.navigateTo({
url:"/pages/payFeeByQrCode/payFeeByQrCode?communityId=" url:"/pages/payFeeByQrCode/payFeeByQrCode?communityId="
+this.java110Context.getCurrentCommunity().communityId +this.java110Context.getCurrentCommunity().communityId
+"&roomId="+this.roomInfo.roomId; +"&roomId="+this.roomInfo.roomId
}) })
} }
} }