* Set default plan as empty select.

This commit is contained in:
daitingting
2018-03-28 16:48:11 +08:00
parent 386add7076
commit f59975cbc4
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -121,7 +121,12 @@
<?php echo html::select("plans[" . $plan->product . "]", $productPlan, $plan->id, "class='form-control'");?>
<?php js::set('currentPlanID', $plan->id)?>
</div>
<?php endif;?>
<?php else:?>
<div class="col-sm-3" id="plan0">
<?php echo html::select("plans[]", $productPlan, '', "class='form-control'");?>
<?php js::set('currentPlanID', '')?>
</div>
<?php endif?>
</div>
</td>
</tr>