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

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

parent c7afa2e0
...@@ -654,23 +654,12 @@ ...@@ -654,23 +654,12 @@
temp.winningProbability = $("#winningProbability"+index).val(); temp.winningProbability = $("#winningProbability"+index).val();
temp.prizeDescribe = $("#prizeDescribe"+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); prizeListArr.push(temp);
// return {...item}; // return {...item};
}) })
// if (flag) { if (flag) {
// return layer.msg('请将表格内容填写完整!') return layer.msg('请将表格内容填写完整!')
// } }
let datas = { let datas = {
activityImg: showPicture, activityImg: showPicture,
activityNum: $("#integral").val(), activityNum: $("#integral").val(),
...@@ -933,6 +922,8 @@ ...@@ -933,6 +922,8 @@
} }
.scoreTable { .scoreTable {
margin-bottom: 12px; margin-bottom: 12px;
overflow-y: scroll;
max-height: 600px;
} }
.details-form-list { .details-form-list {
position: fixed; position: fixed;
...@@ -947,7 +938,7 @@ ...@@ -947,7 +938,7 @@
} }
.details-pop-inner { .details-pop-inner {
width: 800px; width: 800px;
height: 800px; height: 820px;
padding: 10px; padding: 10px;
background: #fff; 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