活动管理-抽奖活动管理
This commit is contained in:
parent
b10d1ae4cc
commit
b0da0a51ca
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
|
|
@ -104,6 +104,7 @@ public class DrawInfoController extends BaseController
|
||||||
//新增分享信息
|
//新增分享信息
|
||||||
vo.getActConfig().setCreateTime(date);
|
vo.getActConfig().setCreateTime(date);
|
||||||
vo.getActConfig().setActCode(code);
|
vo.getActConfig().setActCode(code);
|
||||||
|
vo.getActConfig().setActName(vo.getDrawInfo().getDRAWNAME());
|
||||||
iActConfigService.insertActConfig(vo.getActConfig());
|
iActConfigService.insertActConfig(vo.getActConfig());
|
||||||
//新增二维码信息
|
//新增二维码信息
|
||||||
vo.getActPageConfigSubscribe().setCreateTime(date);
|
vo.getActPageConfigSubscribe().setCreateTime(date);
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
.leftarea {
|
.leftarea {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 60%;
|
||||||
height: 300px;
|
height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sw > .tab-content {
|
.sw > .tab-content {
|
||||||
|
|
@ -140,21 +140,19 @@
|
||||||
|
|
||||||
/* 配置分享信息*/
|
/* 配置分享信息*/
|
||||||
.drawShareTitlePri {
|
.drawShareTitlePri {
|
||||||
text-align: center;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 45%;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
left: 28%;
|
left: 73%;
|
||||||
color: #F00;
|
color: #F00;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawShareDescribePri {
|
.drawShareDescribePri {
|
||||||
text-align: center;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
left: 25%;
|
left: 73%;
|
||||||
color: #F00;
|
color: #F00;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -162,9 +160,9 @@
|
||||||
.drawShareImgPic {
|
.drawShareImgPic {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 52%;
|
||||||
font-size: 37px;
|
font-size: 37px;
|
||||||
left: 35%;
|
left: 38%;
|
||||||
color: #F00;
|
color: #F00;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -568,7 +566,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="step-5" class="tab-pane" role="tabpanel" aria-labelledby="step-5">
|
<div id="step-5" class="tab-pane" role="tabpanel" aria-labelledby="step-5">
|
||||||
<div style="height: 610px">
|
<div style="height: 810px">
|
||||||
<div class="leftarea">
|
<div class="leftarea">
|
||||||
<h4 class="form-header h4">第五步-配置收集信息</h4>
|
<h4 class="form-header h4">第五步-配置收集信息</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -600,9 +598,8 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-4 control-label is-required">协议内容:</label>
|
<label class="col-sm-4 control-label is-required">协议内容:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="agreement" name="actPageConfigUserinfo-agreement" height="100px"
|
<textarea id="agreement" name="actPageConfigUserinfo-agreement" cols="40" rows="6" onkeyup="updatePri(this)">
|
||||||
class="form-control" type="text"
|
</textarea>
|
||||||
maxlength="30" onkeyup="updatePri(this)">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -784,9 +781,8 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-4 control-label is-required">分享描述:</label>
|
<label class="col-sm-4 control-label is-required">分享描述:</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input id="shareDescribe" name="actConfig-shareDesc"
|
<textarea id="shareDescribe" name="actConfig-shareDesc" cols="40" rows="6" onkeyup="updatePri(this)">
|
||||||
placeholder="例如:参与活动,赢大奖" class="form-control" type="text"
|
</textarea>
|
||||||
maxlength="30" onkeyup="updatePri(this)">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -814,7 +810,7 @@
|
||||||
<h4 class="form-header h4">效果图</h4>
|
<h4 class="form-header h4">效果图</h4>
|
||||||
<div style="height: 210px">
|
<div style="height: 210px">
|
||||||
<div class="drawShareImg2Pic">
|
<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>
|
||||||
<div class="drawShareImgPic">
|
<div class="drawShareImgPic">
|
||||||
<img id="shareImgimg" src="../../img/shj.jpg" width="50" height="50">
|
<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() {
|
function dailyflag() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue