6284cc97 by yangjianbin

init

1 parent 2ea9e652
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 <div class="col-sm-4 mb-20"> 19 <div class="col-sm-4 mb-20">
20 <label class="radio"> 20 <label class="radio">
21 <input type="radio" value="<?=$v->id?>" name="1"/> 21 <input type="radio" value="<?=$v->id?>" name="1"/>
22 <img width="160" height="160" src="<?=$v ? $v->imagePath : 'holder.js/180x18'?>"> 22 <img width="160" height="160" src="holder.js/180x18">
23 <?=$v->productName?> 23 <?=$v->productName?>
24 </label> 24 </label>
25 </div> 25 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!