记得上下班打卡 | git大法好,push需谨慎

创建积分活动+优惠券选择

parent c7afa2e0
......@@ -654,23 +654,12 @@
temp.winningProbability = $("#winningProbability"+index).val();
temp.prizeDescribe = $("#prizeDescribe"+index).val();
}
// // TODO
// temp.prizeId = data[index].prizeId ? data[index].prizeId : '';
// temp.prizeTitle = '名称';
// temp.prizeImgInit = "https://img.zhengzai.tv/other/2021/12/03/9b70f3c310f0452bb4544f9d7d5f482e.png";
// temp.prizeImgSelect = "https://img.zhengzai.tv/other/2021/12/03/9b70f3c310f0452bb4544f9d7d5f482e.png";
// temp.prizeType = $("#prizeType"+index).val();
// temp.winningProbability = 1;
// temp.prizeNum = 1;
// temp.prizeTypeNum = temp.prizeType == '1' ? 1: 0;
// temp.prizeDescribe = "描述";
prizeListArr.push(temp);
// return {...item};
})
// if (flag) {
// return layer.msg('请将表格内容填写完整!')
// }
if (flag) {
return layer.msg('请将表格内容填写完整!')
}
let datas = {
activityImg: showPicture,
activityNum: $("#integral").val(),
......@@ -933,6 +922,8 @@
}
.scoreTable {
margin-bottom: 12px;
overflow-y: scroll;
max-height: 600px;
}
.details-form-list {
position: fixed;
......@@ -947,7 +938,7 @@
}
.details-pop-inner {
width: 800px;
height: 800px;
height: 820px;
padding: 10px;
background: #fff;
}
......
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