Skip to content

Commit 4bd6098

Browse files
committed
Update ccb-ek-task.js
1 parent 58cd82c commit 4bd6098

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

task/ccb-ek-task.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ const postOpts = JSON.parse($.getData(`id77_ccb_post`));
3838
const goodsIds = sceneInfo.goods_ids.split(',');
3939
postOpts.body = `{"sceneId":${sceneInfo.id},"goodsId":${goodsId}}`;
4040
await postData();
41+
} else {
42+
$.data = { message: '当前场次没有100E卡' };
4143
}
42-
$.data = { message: '当前场次没有100E卡' };
4344
} else {
4445
$.data = { message: '当前时间没有场次' };
4546
}

0 commit comments

Comments
 (0)