From 749cfd738aceeac275f6639e6f10dac04570026a Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Wed, 11 Sep 2019 18:55:11 +0800 Subject: [PATCH] 提现失败问题 --- public/themes/admin_simpleboot3/admin/school/school_edit.html | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/public/themes/admin_simpleboot3/admin/school/school_edit.html b/public/themes/admin_simpleboot3/admin/school/school_edit.html index 050bd92..a81dbf6 100755 --- a/public/themes/admin_simpleboot3/admin/school/school_edit.html +++ b/public/themes/admin_simpleboot3/admin/school/school_edit.html @@ -9,6 +9,12 @@ <form class="js-ajax-form" method="post" action="{:url('School/school_edit_post')}" role="form" style="margin-top: 20px;"> <div class="input-group"> <span class="input-group-addon">学校地区:</span> + <select class="form-control"> + <foreach name="$province" item="p"> + <option value="{$p.name}">{$p.name}</option> + </foreach> + </select> + <input type="text" class="form-control" name="region" value="{$data.region}" > <input type="text" class="form-control" name="region" value="{$data.region}" > </div> <br> -- libgit2 0.24.0