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