Commit 8e0763d2 by zhangchen

1.活动页面添加字段

parent 7320d83e
......@@ -168,16 +168,19 @@
<input style="margin-bottom: 5px;" type="radio" name="isSendRedPacket" value="0" <#if dto.isSendRedPacket == 0>checked</#if>>
<span style="padding-right: 20px;">否</span>
<input style="margin-bottom: 5px;" type="radio" name="isSendRedPacket" value="1" <#if dto.isSendRedPacket == 1>checked</#if>>
<span style="padding-right: 20px;">是</span>>
<span style="padding-right: 20px;">是</span>
<#else>
<input style="margin-bottom: 5px;" type="radio" name="isSendRedPacket" value="0" checked>
<span style="padding-right: 20px;">否</span>
<input style="margin-bottom: 5px;" type="radio" name="isSendRedPacket" value="1" >
<span style="padding-right: 20px;">是</span>>
<span style="padding-right: 20px;">是</span>
</#if>
</div>
</div>
<@form.textInput path="dto.redPacketPrice" attributes="class=\"input-medium\"" label="红包金额" required = true />
<@form.textInput path="dto.redPacketPrice" attributes="class=\"input-medium\"" label="红包金额" required = true />
<@form.textInput path="dto.sendName" attributes="class=\"input-medium\"" label="红包发送方名称" required = true />
<@form.textInput path="dto.actName" attributes="class=\"input-medium\"" label="红包活动名称" required = true />
<@form.textInput path="dto.wishing" attributes="class=\"input-medium\"" label="红包祝福语" required = true />
<@form.textInputTwoDate path1="dto.activityStart" path2="dto.activityEnd" attributes="" label="活动时间" required = true/>
<@form.textArea path="dto.miniAppMessage" attributes="class=\"input-medium\" required rows=\"3\"" label="提示拼接(英文分号分割)" required = true />
<div class="long_content_div control-group" id="voucherRuleTypeValue1show">
......
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 sign in to comment