e4118cf7 by yangjianbin

init

1 parent 83c21b33
......@@ -15,11 +15,12 @@
<div class="panel-body cl">
<div class="row cl text-c">
<?php foreach ($session->products as $k => $v):?>
<?php foreach ($this->session->products as $k => $v):?>
<div class="col-sm-4 mb-20">
<label class="radio">
<input type="radio" value="<?=$v->productName?>" name="1"/>
<input type="radio" value="<?=$v->id?>" name="1"/>
<img src="holder.js/180x180">
<?=$v->productName?>
</label>
</div>
<?php endforeach;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!