We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cd82c commit 4bd6098Copy full SHA for 4bd6098
1 file changed
task/ccb-ek-task.js
@@ -38,8 +38,9 @@ const postOpts = JSON.parse($.getData(`id77_ccb_post`));
38
const goodsIds = sceneInfo.goods_ids.split(',');
39
postOpts.body = `{"sceneId":${sceneInfo.id},"goodsId":${goodsId}}`;
40
await postData();
41
+ } else {
42
+ $.data = { message: '当前场次没有100E卡' };
43
}
- $.data = { message: '当前场次没有100E卡' };
44
} else {
45
$.data = { message: '当前时间没有场次' };
46
0 commit comments