优化代码

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