Commit 676d4f0d authored by Xuguangxing's avatar Xuguangxing

feat: 调整抢购活动获取数据参数

parent f24487ad
...@@ -36,7 +36,9 @@ export default { ...@@ -36,7 +36,9 @@ export default {
methods: { methods: {
async getActivityList() { async getActivityList() {
const res = await operationApi.getActivityList({ const res = await operationApi.getActivityList({
templateType: 11 templateType: 11,
crowdType: [1],
userType:[]
}); });
for (let i = 0; i < res.length; i++) { for (let i = 0; i < res.length; i++) {
res[i].id = res[i].id.toString(); res[i].id = res[i].id.toString();
......
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