|
@@ -67,7 +67,9 @@
|
|
|
<input name="quality" <?php if($output['merchant']['quality'] == 2){ echo 'checked';}?> value="2" type="radio">快速
|
|
|
<input name="quality" <?php if($output['merchant']['quality'] == 3){ echo 'checked';}?> value="3" type="radio">卡密
|
|
|
<input name="quality" <?php if($output['merchant']['quality'] == 4){ echo 'checked';}?> value="4" type="radio">三方
|
|
|
- <input name="quality" <?php if($output['merchant']['quality'] == 5){ echo 'checked';}?> value="5" type="radio">慢充
|
|
|
+ <input name="quality" <?php if($output['merchant']['quality'] == 5){ echo 'checked';}?> value="5" type="radio">慢充两小时
|
|
|
+ <input name="quality" <?php if($output['merchant']['quality'] == 6){ echo 'checked';}?> value="6" type="radio">慢充六小时
|
|
|
+ <input name="quality" <?php if($output['merchant']['quality'] == 7){ echo 'checked';}?> value="7" type="radio">慢充二十四小时
|
|
|
<input name="quality" <?php if($output['merchant']['quality'] == 11){ echo 'checked';}?> value="11" type="radio">慢充一次+普充
|
|
|
<input name="quality" <?php if($output['merchant']['quality'] == 12){ echo 'checked';}?> value="12" type="radio">三方一次+普充
|
|
|
<input name="quality" <?php if($output['merchant']['quality'] == 13){ echo 'checked';}?> value="13" type="radio">三方一次+普充+卡密+快充
|