瀏覽代碼

admin update

xiaoyu 3 年之前
父節點
當前提交
98cc8d38ff
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      admin/templates/default/merchant.ctl.php

+ 11 - 11
admin/templates/default/merchant.ctl.php

@@ -105,17 +105,17 @@
             </tr>
             <tr class="noborder">
                 <td colspan="2" class="required"><label class="mleft" for="name">开启状态:</label>
-                    开启<label>
+                    <label>
                         <input type="radio" class="open" name="opened"
                                  value="1" <?php if ($output['retry_times']['opened'] === true) {
                             echo 'checked';
-                        } ?>>
+                        } ?>>开启
                     </label>
-                    关闭<label>
+                    <label>
                         <input type="radio" class="open" name="opened"
                                  value="0" <?php if ($output['retry_times']['opened'] === false) {
                             echo 'checked';
-                        } ?>>
+                        } ?>>关闭
                     </label>
                 </td>
             </tr>
@@ -128,18 +128,18 @@
                     <label style="margin-left: 15px;" for="name">检测时间:</label>
                     <label>
                         <select name="period">
-                            <option value="900" <?php if ($output['retry_times']['lower_ratio']['period'] == 900) {
+                            <option value="3600" <?php if ($output['retry_times']['lower_ratio']['period'] == 3600) {
                                 echo 'selected';
-                            } ?>>900
+                            } ?>>3600
+                            </option>
                             </option>
                             <option value="1800" <?php if ($output['retry_times']['lower_ratio']['period'] == 1800) {
                                 echo 'selected';
                             } ?>>1800
                             </option>
-                            <option value="3600" <?php if ($output['retry_times']['lower_ratio']['period'] == 3600) {
+                            <option value="900" <?php if ($output['retry_times']['lower_ratio']['period'] == 900) {
                                 echo 'selected';
-                            } ?>>3600
-                            </option>
+                            } ?>>900
                         </select>
                     </label>
                     <label for="name">( 秒 )</label>
@@ -147,7 +147,7 @@
             </tr>
 
             <tr class="noborder">
-                <td colspan="2" class="required"><label style="margin-left: 45px;" for="name">利润率低于:</label>
+                <td colspan="2" class="required"><label style="margin-left: 45px;" for="name">利润率低于:</label>
                     <label>
                         <input type="text" name="profit_ratio"
                                value="<?php echo $output['retry_times']['profit_ratio'] ?? 0;?>"
@@ -167,7 +167,7 @@
                 <td colspan="2" class="required"><label class="validation">充值时间和次数设置:</label>
                     <div style="margin-left:149px;">
                         <label style="display: inline-block;">白天秒数</label>
-                        <label style="display: inline-block; margin: 0 120px 0 119px;">黑秒数</label>
+                        <label style="display: inline-block; margin: 0 120px 0 119px;">黑秒数</label>
                         <label style="display: inline-block;">重试次数</label>
                     </div>
                 </td>