Commit 244de9ab by 冷斌

fix bug

parent 83091426
......@@ -16,7 +16,7 @@
</div>
</div>
<div class="control-group">
<label class="control-label">萌豆</label>
<label class="control-label">钻石</label>
<div class="controls">
<input type="text" name="coin">
<span class="form-required">*</span>
......@@ -66,4 +66,4 @@
</div>
<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>
\ No newline at end of file
</html>
......@@ -17,7 +17,7 @@
</div>
</div>
<div class="control-group">
<label class="control-label">萌豆</label>
<label class="control-label">钻石</label>
<div class="controls">
<input type="text" name="coin" value="{$rules['coin']}">
<span class="form-required">*</span>
......@@ -67,4 +67,4 @@
</div>
<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>
\ No newline at end of file
</html>
......@@ -16,7 +16,7 @@
<th>序号</th>
<th align="center">ID</th>
<th>名称</th>
<th>萌豆</th>
<th>钻石</th>
<th>价格</th>
<th>苹果支付价格</th>
<th>苹果项目ID</th>
......@@ -39,7 +39,7 @@
<td>{$vo['give']}</td>
<td>{$vo.addtime|date="Y-m-d H:i:s",###}</td>
<td align="center">
<td align="center">
<a href="{:U('Chargerules/edit',array('id'=>$vo['id']))}" >编辑</a>
<a href="{:U('Chargerules/del',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要删除吗?">删除</a>
</td>
......@@ -55,4 +55,4 @@
</div>
<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>
\ No newline at end of file
</html>
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