Commit 317e4029 authored by 李硕's avatar 李硕

提交

parent 5fc6ea1c
...@@ -7,8 +7,8 @@ export const baseInfo = { ...@@ -7,8 +7,8 @@ export const baseInfo = {
"tenDjStock": 1200, "tenDjStock": 1200,
"fiveDjStock": 2000, "fiveDjStock": 2000,
"llbStock": 3000, "llbStock": 3000,
"llbStatus":1, "llbStatus":0,
"fiveDjStatus": 1, "fiveDjStatus": 0,
"tenDjStatus": 1 "tenDjStatus": 1
}, },
"code": null, "code": null,
...@@ -21,7 +21,7 @@ export const verbPrize = { ...@@ -21,7 +21,7 @@ export const verbPrize = {
"name": "奖品名称", "name": "奖品名称",
"icon": "2" "icon": "2"
}, },
"code": "600009", "code": "600010",
"message": null, "message": null,
"success": false "success": false
} }
\ No newline at end of file
...@@ -172,7 +172,7 @@ export function ERROR_MESSSAGE(errorCode) { ...@@ -172,7 +172,7 @@ export function ERROR_MESSSAGE(errorCode) {
} }
export function ERROR_TYPE(errorCode) { export function ERROR_TYPE(errorCode) {
if (["600003", "600004", "600006", "600007", "600008", "600009"].includes(errorCode)) { if (["600003", "600004", "600006", "600007", "600008", "600009", "600010"].includes(errorCode)) {
return false; return false;
} else { } else {
return true; return true;
...@@ -203,6 +203,9 @@ export function ERROR_MODAL(errorCode) { ...@@ -203,6 +203,9 @@ export function ERROR_MODAL(errorCode) {
case "600009": case "600009":
type = MODAL_TYPE.NO_TIMES; type = MODAL_TYPE.NO_TIMES;
break; break;
case "600010":
type = MODAL_TYPE.NOT_READY;
break;
default: default:
type = "网络故障"; type = "网络故障";
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