|
|
@@ -408,7 +408,7 @@
|
|
|
<li ng-class="{'select': isBatch&& !item.active ,'isselect': isBatch&& item.active }" ng-repeat="item in his.dateList" ng-click="setActive(item)">
|
|
|
<div class="img">
|
|
|
<a name="detail" href="{{'store/' + item.storeid + '/' + item.batchCode}}">
|
|
|
- <img src="{{item.img || 'static/img/store/common/default.png'}}"/></a>
|
|
|
+ <img ng-src="{{item.img || '/static/img/store/common/default.png'}}"/></a>
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
<p class="red" ng-if="item.minPriceRMB">¥<span ng-bind="item.minPriceRMB"></span></p>
|