完成抽奖页面,结果页面事件逻辑,待给到设计稿更新页面

This commit is contained in:
Andy Leong
2024-01-15 18:44:31 +08:00
parent 96ad18a766
commit 1024c33440
21 changed files with 385 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
import http from './http'
export function addSurveyed(data, authorization) {
export function drawApi(data, authorization) {
return http.post("/api/user/addSurveyed",
data,
true,