Commit ae979833 by 冷斌

踢人

parent e4a20796
...@@ -70,6 +70,13 @@ ...@@ -70,6 +70,13 @@
<span class="form-required">*</span> <span class="form-required">*</span>
</div> </div>
</div> </div>
<div class="control-group">
<label class="control-label">主播获得魅力值</label>
<div class="controls">
<input type="text" name="votes">
<span class="form-required">*</span>
</div>
</div>
<div class="control-group" style="display:none;"> <div class="control-group" style="display:none;">
<label class="control-label">小图</label> <label class="control-label">小图</label>
<div class="controls"> <div class="controls">
......
...@@ -71,6 +71,13 @@ ...@@ -71,6 +71,13 @@
<span class="form-required">*</span> <span class="form-required">*</span>
</div> </div>
</div> </div>
<div class="control-group">
<label class="control-label">主播获得魅力值</label>
<div class="controls">
<input type="text" name="votes" value="{$gift['votes']}">
<span class="form-required">*</span>
</div>
</div>
<div class="control-group" style="display:none;"> <div class="control-group" style="display:none;">
<label class="control-label">小图</label> <label class="control-label">小图</label>
<div class="controls"> <div class="controls">
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<th>标识</th> <th>标识</th>
<th>名称</th> <th>名称</th>
<th>所需点数</th> <th>所需点数</th>
<th>魅力值</th>
<!-- <th>礼物小图 (25 X 25)</th> --> <!-- <th>礼物小图 (25 X 25)</th> -->
<th>图片</th> <th>图片</th>
<th>动画类型</th> <th>动画类型</th>
...@@ -42,6 +43,7 @@ ...@@ -42,6 +43,7 @@
<td>{$mark[$vo['mark']]}</td> <td>{$mark[$vo['mark']]}</td>
<td>{$vo['giftname']}</td> <td>{$vo['giftname']}</td>
<td>{$vo['needcoin']}</td> <td>{$vo['needcoin']}</td>
<td>{$vo['votes']}</td>
<!-- <td><img width="25" height="25" src="{$vo['gifticon_mini']}" /></td> --> <!-- <td><img width="25" height="25" src="{$vo['gifticon_mini']}" /></td> -->
<td><img width="25" height="25" src="{$vo['gifticon']}" /></td> <td><img width="25" height="25" src="{$vo['gifticon']}" /></td>
<td><if condition="$vo['type'] eq 1">{$swftype[$vo['swftype']]}</if></td> <td><if condition="$vo['type'] eq 1">{$swftype[$vo['swftype']]}</if></td>
......
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