Commit a0924174 by 高淑倩

modify: 积分列表接口

parent b30a8e61
......@@ -40,7 +40,7 @@ wxService.page({
pageNo: this.data.pageNo,
pageSize: this.data.pageSize
}
wxService.post(`/memberPointLog/findPage?pageNo=${this.data.pageNo}&pageSize=${this.data.pageSize}`, params).then(res=> {
wxService.post(`/member/memberPointLog/findPage?pageNo=${this.data.pageNo}&pageSize=${this.data.pageSize}`, params).then(res=> {
// const {code,data} = res.data
// if(code == 200){
// wx.hideLoading()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment