Commit 2b926dfb by 冷斌

fix bug

parent 3d1dfd7a
......@@ -42,6 +42,7 @@
<span class="form-required">*</span>
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">赠送钻石</label>
<div class="controls">
......@@ -49,6 +50,7 @@
<span class="form-required">*</span>
</div>
</div>
-->
<div class="control-group">
<label class="control-label">序号</label>
<div class="controls">
......
......@@ -43,6 +43,7 @@
<span class="form-required">*</span>
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">赠送钻石</label>
<div class="controls">
......@@ -50,6 +51,7 @@
<span class="form-required">*</span>
</div>
</div>
-->
<div class="control-group">
<label class="control-label">序号</label>
<div class="controls">
......
......@@ -20,7 +20,7 @@
<th>价格</th>
<th>苹果支付价格</th>
<th>苹果项目ID</th>
<th>赠送钻石</th>
<!--<th>赠送钻石</th>-->
<th>发布时间</th>
<th align="center">{:L('ACTIONS')}</th>
......@@ -36,7 +36,7 @@
<td>{$vo['money']}</td>
<td>{$vo['money_ios']}</td>
<td>{$vo['product_id']}</td>
<td>{$vo['give']}</td>
<!--<td>{$vo['give']}</td>-->
<td>{$vo.addtime|date="Y-m-d H:i:s",###}</td>
<td align="center">
......
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