修改好店商家页面的付款记录的数据显示逻辑
This commit is contained in:
parent
94a17c7107
commit
e13b06ece0
@ -268,7 +268,7 @@ export default {
|
||||
},
|
||||
|
||||
payList() {
|
||||
NavgateTo("../payInfo/index")
|
||||
NavgateTo("../payInfo/index?id=" + this.info.id)
|
||||
},
|
||||
homeMoneList() {
|
||||
NavgateTo("../houseProvident/index")
|
||||
|
||||
@ -75,13 +75,15 @@ export default {
|
||||
page_num: 1,
|
||||
page_size: 10,
|
||||
flag: false,
|
||||
payList:[]
|
||||
payList: [],
|
||||
id: "",
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
const meun = menuButtonInfo();
|
||||
this.top = meun.top;
|
||||
this.localHeight = meun.height;
|
||||
this.id = options.id
|
||||
this.getPayList()
|
||||
},
|
||||
|
||||
@ -97,6 +99,7 @@ export default {
|
||||
getPayList() {
|
||||
let that = this
|
||||
request(apiArr.getPayList, "POST", {
|
||||
merchant_id: that.id,
|
||||
page_num: that.page_num,
|
||||
page_size: that.page_size
|
||||
}).then(res => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user