|
@@ -51,13 +51,13 @@
|
|
|
pageSize: 10,
|
|
|
list: [],
|
|
|
total: 0,
|
|
|
- userId: '',
|
|
|
+ merchantCustomerId: '',
|
|
|
src: ''
|
|
|
}
|
|
|
},
|
|
|
onLoad(opts) {
|
|
|
console.log(opts)
|
|
|
- this.userId = opts.userId
|
|
|
+ this.merchantCustomerId = opts.merchantCustomerId
|
|
|
this.pageInit()
|
|
|
},
|
|
|
// 下拉刷新
|
|
@@ -99,7 +99,7 @@
|
|
|
let params = {
|
|
|
pageNo: this.pageNo,
|
|
|
pageSize: this.pageSize,
|
|
|
- customerIdEnc: this.userId
|
|
|
+ merchantCustomerId: this.merchantCustomerId
|
|
|
}
|
|
|
this.status = "loading"
|
|
|
checkApiQueryList(params).then(res => {
|