作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

提现失败问题

@@ -9,6 +9,12 @@ @@ -9,6 +9,12 @@
9 <form class="js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;"> 9 <form class="js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;">
10 <div class="input-group"> 10 <div class="input-group">
11 <span class="input-group-addon">学校地区:</span> 11 <span class="input-group-addon">学校地区:</span>
  12 + <select class="form-control">
  13 + <foreach name="$province" item="p">
  14 + <option value="{$p.name}">{$p.name}</option>
  15 + </foreach>
  16 + </select>
  17 + <input type="text" class="form-control" name="region" value="{$data.region}" >
12 <input type="text" class="form-control" name="region" value="{$data.region}" > 18 <input type="text" class="form-control" name="region" value="{$data.region}" >
13 </div> 19 </div>
14 <br> 20 <br>