...
|
...
|
@@ -214,7 +214,7 @@ |
|
|
<li class="cover-image-item image-list" data-index="2">
|
|
|
<div class="goods-img">
|
|
|
<a class="fileinput-button-icon" href="javascript:void(0);">
|
|
|
<img src="[[brand.brandIco]]?imageView/2/w/100/h/100">
|
|
|
<img src="[[brand.brandIco]]">
|
|
|
</a>
|
|
|
<i class="remove-item-btn remove1 glyphicon glyphicon-remove-circle" data-index="[[index]]"></i>
|
|
|
</div>
|
...
|
...
|
@@ -383,7 +383,7 @@ |
|
|
<li class="cover-image-item image-list" data-index="2">
|
|
|
<div class="goods-img">
|
|
|
<a class="fileinput-button-icon" href="javascript:void(0);">
|
|
|
<img src="[[data.src]]?imageView/2/w/100/h/100">
|
|
|
<img src="[[data.src]]">
|
|
|
</a>
|
|
|
<i class="remove-item-btn removepic glyphicon glyphicon-remove-circle" data-index="[[index]]"></i>
|
|
|
</div>
|
...
|
...
|
@@ -428,7 +428,7 @@ |
|
|
<li class="cover-image-item image-list" data-index="2">
|
|
|
<div class="goods-img">
|
|
|
<a class="fileinput-button-icon" href="javascript:void(0);">
|
|
|
<img src="[[item.src]]?imageView/2/w/100/h/100">
|
|
|
<img src="[[item.src]]">
|
|
|
</a>
|
|
|
<i class="remove-item-btn removepic glyphicon glyphicon-remove-circle" data-index="[[index]]"></i>
|
|
|
</div>
|
...
|
...
|
@@ -461,7 +461,7 @@ |
|
|
<li class="cover-image-item image-list" data-index="2">
|
|
|
<div class="goods-img">
|
|
|
<a class="fileinput-button-icon" href="javascript:void(0);">
|
|
|
<img src="[[item.src]]?imageView/2/w/100/h/100">
|
|
|
<img src="[[item.src]]">
|
|
|
</a>
|
|
|
<i class="remove-item-btn removepic glyphicon glyphicon-remove-circle" data-index="[[index]]"></i>
|
|
|
</div>
|
...
|
...
|
|