Commit bf096978 by 冷斌

add

parent 85bc6a33
......@@ -41,7 +41,7 @@
<div class="control-group">
<label class="control-label">中奖概率</label>
<div class="controls">
<input type="text" name="rate" value="0">% 最小支持0.001%
<input type="text" name="rate" value="0">% 最小支持0.00001%
<span class="form-required"></span>
</div>
</div>
......
......@@ -41,7 +41,7 @@
<div class="control-group">
<label class="control-label">中奖概率</label>
<div class="controls">
<input type="text" name="rate" value="{$data['rate']}">% 最小支持0.001%
<input type="text" name="rate" value="{$data['rate']}">% 最小支持0.00001%
<span class="form-required"></span>
</div>
</div>
......
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