Commit 0539ee9f by 冷斌

踢人

parent 13302a7d
...@@ -68,6 +68,12 @@ input{ ...@@ -68,6 +68,12 @@ input{
<input type="text" name="post[reg_reward]" value="{$config['reg_reward']}"> 新用户注册奖励(整数) <input type="text" name="post[reg_reward]" value="{$config['reg_reward']}"> 新用户注册奖励(整数)
</div> </div>
</div> </div>
<div class="control-group">
<label class="control-label">邀请充值</label>
<div class="controls">
<input type="text" name="post[invite_reward]" value="{$config['invite_reward']}"> 用户充值就会获得魅力值比例
</div>
</div>
<div class="control-group hide"> <div class="control-group hide">
<label class="control-label">家族控制</label> <label class="control-label">家族控制</label>
<div class="controls"> <div class="controls">
......
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