新增海报生成页、H5端流程大致走通,差抽奖验证的逻辑,以及海报元素的对应关系

This commit is contained in:
Andy Leong
2024-01-19 20:22:31 +08:00
parent cac9a17d36
commit fc0d5fce8c
37 changed files with 654 additions and 101 deletions

View File

@@ -26,8 +26,8 @@ service.interceptors.response.use(
(response) => {
return response.data || {};
}, (error) => {
Toast('网络繁忙')
console.log('请求错误:', error.message);
// Toast('网络繁忙')
// console.log('请求错误:', error.message);
return Promise.reject(error);
});

View File

@@ -35,7 +35,7 @@ export function subAnswer(data, authorization) {
}
// 抽奖
export function draw(data, authorization) {
export function drawApi(data, authorization) {
return http.post("/h5/activity/draw",
data,
true,