|
@@ -333,9 +333,10 @@ Page({
|
|
|
"version": 1,
|
|
"version": 1,
|
|
|
content
|
|
content
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
- console.log("更新市场活动列表");
|
|
|
|
|
|
|
+ console.log("更新市场活动列表", res);
|
|
|
if (res.msg == '成功') page.setData({
|
|
if (res.msg == '成功') page.setData({
|
|
|
- list: res.data
|
|
|
|
|
|
|
+ list: res.data,
|
|
|
|
|
+ "content.total": res.total
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|