优化代码

This commit is contained in:
java110 2021-04-08 16:36:28 +08:00
parent 5e2494c2b8
commit 25466e7cd8

View File

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