Commit 8e7e1891 authored by zhengke's avatar zhengke

页面修改

parent 8f7115ea
......@@ -61,6 +61,7 @@
data() {
return {
pageTitle: '活动列表',
qmsg:{pageIndex:1,pageSize:10},
dataList:{}
}
},
......@@ -77,7 +78,7 @@
getList(){
this.request2({
url: "/api/AppletTrade/GetUserActivityPage",
data: {},
data: this.qmsg,
},
(res) => {
if (res.resultCode == 1) {
......
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