diff --git a/src/api/index.js b/src/api/index.js index db9f702..65088de 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -25,6 +25,15 @@ export function getMyPrize(data, authorization) { ); } +// 答题后验证 +export function subAnswer(data, authorization) { + return http.post("/h5/activity/subAnswer", + data, + true, + authorization + ); +} + // 抽奖 export function draw(data, authorization) { return http.post("/h5/activity/draw", diff --git a/src/components/Loading.vue b/src/components/Loading.vue index 9721514..631aa61 100644 --- a/src/components/Loading.vue +++ b/src/components/Loading.vue @@ -81,7 +81,7 @@ onMounted(() => {