fix bug 2016/01/25
修复引起前台个人中心显示异常的BUG
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<foreach name="info" item="v">
|
||||
<input type="text" name="alipay" class="form-control" style="width:50%" value="{$v.alipay}">
|
||||
</foreach>
|
||||
<div class="form-group">
|
||||
<div class="form-group">
|
||||
<label>礼品名称:</label>
|
||||
<foreach name="gift" item="g">
|
||||
<input type="text" name="gid" class="form-control" style="width:50%" value="{$g.title}">
|
||||
|
||||
Reference in New Issue
Block a user