You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
431 B
13 lines
431 B
|
|
<div class="form-group">
|
|
<label class="control-label col-lg-2" timing-task="域名/applet.php/Spike/indieConfirmOrder">秒杀商品X分钟前提醒</label>
|
|
<div class="col-lg-10">
|
|
<input type="number" min="1" step="1" notnull class="form-control" name="notice_minute"
|
|
value="{$data.notice_minute | default=''}"/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<input type="hidden" name="id" value="{$data.id | default=''}">
|