活动管理-抽奖活动管理

This commit is contained in:
xu0625 2021-04-12 10:22:53 +08:00
parent b10d1ae4cc
commit b0da0a51ca
3 changed files with 15 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -104,6 +104,7 @@ public class DrawInfoController extends BaseController
//新增分享信息
vo.getActConfig().setCreateTime(date);
vo.getActConfig().setActCode(code);
vo.getActConfig().setActName(vo.getDrawInfo().getDRAWNAME());
iActConfigService.insertActConfig(vo.getActConfig());
//新增二维码信息
vo.getActPageConfigSubscribe().setCreateTime(date);

View File

@ -15,8 +15,8 @@
.leftarea {
float: left;
width: 50%;
height: 300px;
width: 60%;
height: 500px;
}
.sw > .tab-content {
@ -140,21 +140,19 @@
/* 配置分享信息*/
.drawShareTitlePri {
text-align: center;
position: absolute;
top: 40%;
top: 45%;
font-size: 20px;
left: 28%;
left: 73%;
color: #F00;
width: 100%;
}
.drawShareDescribePri {
text-align: center;
position: absolute;
top: 50%;
font-size: 10px;
left: 25%;
left: 73%;
color: #F00;
width: 100%;
}
@ -162,9 +160,9 @@
.drawShareImgPic {
text-align: center;
position: absolute;
top: 50%;
top: 52%;
font-size: 37px;
left: 35%;
left: 38%;
color: #F00;
width: 100%;
}
@ -568,7 +566,7 @@
</div>
</div>
<div id="step-5" class="tab-pane" role="tabpanel" aria-labelledby="step-5">
<div style="height: 610px">
<div style="height: 810px">
<div class="leftarea">
<h4 class="form-header h4">第五步-配置收集信息</h4>
<div class="row">
@ -600,9 +598,8 @@
<div class="form-group">
<label class="col-sm-4 control-label is-required">协议内容:</label>
<div class="col-sm-8">
<input id="agreement" name="actPageConfigUserinfo-agreement" height="100px"
class="form-control" type="text"
maxlength="30" onkeyup="updatePri(this)">
<textarea id="agreement" name="actPageConfigUserinfo-agreement" cols="40" rows="6" onkeyup="updatePri(this)">
</textarea>
</div>
</div>
</div>
@ -784,9 +781,8 @@
<div class="form-group">
<label class="col-sm-4 control-label is-required">分享描述:</label>
<div class="col-sm-8">
<input id="shareDescribe" name="actConfig-shareDesc"
placeholder="例如:参与活动,赢大奖" class="form-control" type="text"
maxlength="30" onkeyup="updatePri(this)">
<textarea id="shareDescribe" name="actConfig-shareDesc" cols="40" rows="6" onkeyup="updatePri(this)">
</textarea>
</div>
</div>
</div>
@ -814,7 +810,7 @@
<h4 class="form-header h4">效果图</h4>
<div style="height: 210px">
<div class="drawShareImg2Pic">
<img id="ss" src="../../img/shj.jpg" width="254" height="142">
<img id="ss" src="../../img/bj.png" height="170" width="340">
</div>
<div class="drawShareImgPic">
<img id="shareImgimg" src="../../img/shj.jpg" width="50" height="50">
@ -940,10 +936,7 @@
});
function submitHandler() {
var data = $("#form-info-add").serializeArray();
$.operate.saveModal(prefix + "/add", data);
}
//时间段抽奖配置
function dailyflag() {