mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
73258d7dd7
commit
5d0bd9fdbf
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user