Commit 01112a21 authored by agping's avatar agping

活动 列表 加刷新按钮

parent e5c97692
......@@ -48,6 +48,13 @@
<div class="table-responsive" >
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<td colspan="12">
<form id="form_search">
<span class="btn btn-info btn3 ld-Marheight" id="search">刷新</span>
</form>
</td>
</tr>
<tr class="main_table_th_tr">
<th class="text-center">提交时间</th>
<th class="text-center">活动ID</th>
......
......@@ -34,6 +34,9 @@ define (['doT', 'text!temp/red_envelope_list_template_tpl.html', 'css!style/home
document.getElementById("form_reset").reset();
});
$("#search").click(function() { //搜索
redEnvelope.getList(1);
});
//提交编辑 新增的活动详情
$(document).on('click', '.submit_add', function(e) {
var _this = $(this);
......
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