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