@@ -423,7 +423,7 @@
<ul>
<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}}">
+ <a name="detail" href="{{'store/productDetail/' + item.batchCode}}">
<img ng-src="{{item.img || '/static/img/store/common/default.png'}}"/></a>
</div>
<div class="content">
@@ -538,6 +538,7 @@
.com-del-box {
top: 101%!important ;
left: 24%!important ;
+ background: #fff !important;
}
.com-del-box .title{
width: 100%!important ;