修改好店商家页面的付款记录的数据显示逻辑

This commit is contained in:
赵毅 2025-09-29 16:12:33 +08:00
parent 94a17c7107
commit e13b06ece0
2 changed files with 15 additions and 12 deletions

View File

@ -268,7 +268,7 @@ export default {
},
payList() {
NavgateTo("../payInfo/index")
NavgateTo("../payInfo/index?id=" + this.info.id)
},
homeMoneList() {
NavgateTo("../houseProvident/index")

View File

@ -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 => {