Commit 78d0b5a4 authored by 李硕's avatar 李硕

提交内容

parent 317e4029
...@@ -21,7 +21,7 @@ export const verbPrize = { ...@@ -21,7 +21,7 @@ export const verbPrize = {
"name": "奖品名称", "name": "奖品名称",
"icon": "2" "icon": "2"
}, },
"code": "600010", "code": "600011",
"message": null, "message": null,
"success": false "success": true
} }
\ No newline at end of file
...@@ -49,7 +49,7 @@ export function Modal_Lables(modalType, level, openStatus) { ...@@ -49,7 +49,7 @@ export function Modal_Lables(modalType, level, openStatus) {
// 未中奖title // 未中奖title
if ([1, 2, 5, 6, 7, 8, 9, 10].includes(modalType)) { if ([1, 2, 6, 7, 8, 9, 10].includes(modalType)) {
title = "很抱歉" title = "很抱歉"
} else { } else {
title = "恭喜您" title = "恭喜您"
...@@ -163,6 +163,9 @@ export function ERROR_MESSSAGE(errorCode) { ...@@ -163,6 +163,9 @@ export function ERROR_MESSSAGE(errorCode) {
// case 600008: // case 600008:
// message = "活动已结束"; // message = "活动已结束";
// break; // break;
case "600011":
message = "您不符合领取的条件哦~";
break;
default: default:
message = "网络故障"; message = "网络故障";
break; break;
......
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