优化代码

This commit is contained in:
905166056 2021-11-05 16:00:18 +08:00
parent 73258d7dd7
commit 5d0bd9fdbf

View File

@ -91,6 +91,7 @@
import {
getRooms
} from '../../api/room/roomApi.js'
export default {
data() {
return {
@ -107,7 +108,7 @@
appId: '',
fees: [],
roomId: '',
property: {},
property: {}
};
},
/**
@ -275,7 +276,7 @@
receivedAmount: _receivedAmount,
tradeType: _tradeType,
appId: this.appId,
storeId: this.property.storeId,
storeId: this.property.storeId
};
context.request({
url: constant.url.toOweFeePay,