Browse Source

admin refill order update where card_type

ayHaru 4 years ago
parent
commit
a0fb95b317
1 changed files with 2 additions and 2 deletions
  1. 2 2
      admin/templates/default/refill.order.index.php

+ 2 - 2
admin/templates/default/refill.order.index.php

@@ -63,9 +63,9 @@
                         <option value="6"
                                 <?php if ($_GET['card_type'] == '6'){ ?>selected<?php } ?>>中国电信</option>
                         <option value="oil"
-                                <?php if ($_GET['card_type'] == 'oil'){ ?>selected<?php } ?>>油</option>
+                                <?php if ($_GET['card_type'] == 'oil'){ ?>selected<?php } ?>>油</option>
                         <option value="phone"
-                                <?php if ($_GET['card_type'] == 'phone'){ ?>selected<?php } ?>>手机</option>
+                                <?php if ($_GET['card_type'] == 'phone'){ ?>selected<?php } ?>>手机</option>
                     </select>
                 </td>
                 <th><label>充值额度</label></th>