|
@@ -620,12 +620,12 @@
|
|
|
</span>
|
|
</span>
|
|
|
<span class="wid24">
|
|
<span class="wid24">
|
|
|
<div class="pro_xq">
|
|
<div class="pro_xq">
|
|
|
- <a href="store/{{store.arr[0].storeUuid}}/{{::cart.batchCode}}" target="_blank">
|
|
|
|
|
|
|
+ <a href="store/productDetail/{{::cart.batchCode}}" target="_blank">
|
|
|
<img ng-src="{{cart.img || 'static/img/store/common/default.png'}}" width="60" height="60"/></a>
|
|
<img ng-src="{{cart.img || 'static/img/store/common/default.png'}}" width="60" height="60"/></a>
|
|
|
<div class="car_pro_xq">
|
|
<div class="car_pro_xq">
|
|
|
<i class="text-hidden" ng-if="!cart.uuid">类目:<a ng-bind="::cart.kiName || '-'" title="{{::cart.kiName}}" class="unstand"></a></i>
|
|
<i class="text-hidden" ng-if="!cart.uuid">类目:<a ng-bind="::cart.kiName || '-'" title="{{::cart.kiName}}" class="unstand"></a></i>
|
|
|
<i class="text-hidden" ng-if="cart.uuid">类目:<a href="product/kind/{{cart.goods.kindUuid}}" target="_blank" ng-bind="::cart.kiName" title="{{::cart.kiName}}"></a></i>
|
|
<i class="text-hidden" ng-if="cart.uuid">类目:<a href="product/kind/{{cart.goods.kindUuid}}" target="_blank" ng-bind="::cart.kiName" title="{{::cart.kiName}}"></a></i>
|
|
|
- <i class="text-hidden">型号:<a href="store/{{store.arr[0].storeUuid}}/{{::cart.batchCode}}" target="_blank" ng-bind="::cart.code || '-'" title="{{::cart.code}}"></a></i>
|
|
|
|
|
|
|
+ <i class="text-hidden">型号:<a href="store/productDetail/{{::cart.batchCode}}" target="_blank" ng-bind="::cart.code || '-'" title="{{::cart.code}}"></a></i>
|
|
|
<i class="text-hidden" ng-if="!cart.uuid">品牌:<a ng-bind="::cart.goods.brandNameEn || '-'" title="{{::cart.goods.brandNameEn}}" class="unstand"></a></i>
|
|
<i class="text-hidden" ng-if="!cart.uuid">品牌:<a ng-bind="::cart.goods.brandNameEn || '-'" title="{{::cart.goods.brandNameEn}}" class="unstand"></a></i>
|
|
|
<i class="text-hidden" ng-if="cart.uuid">品牌:<a href="product/brand/{{::cart.goods.branduuid}}/" target="_blank" ng-bind="::cart.goods.brandNameEn" title="{{::cart.goods.brandNameEn}}"></a></i>
|
|
<i class="text-hidden" ng-if="cart.uuid">品牌:<a href="product/brand/{{::cart.goods.branduuid}}/" target="_blank" ng-bind="::cart.goods.brandNameEn" title="{{::cart.goods.brandNameEn}}"></a></i>
|
|
|
</div>
|
|
</div>
|
|
@@ -710,7 +710,7 @@
|
|
|
<ul>
|
|
<ul>
|
|
|
<li ng-repeat="similar in cart.similarities">
|
|
<li ng-repeat="similar in cart.similarities">
|
|
|
<div class="img">
|
|
<div class="img">
|
|
|
- <a href="store/{{similar.storeid}}/{{::similar.batchCode}}"><img ng-src="{{similar.img || 'static/img/store/common/default.png'}}" alt="" /></a>
|
|
|
|
|
|
|
+ <a href="store/productDetail/{{::similar.batchCode}}"><img ng-src="{{similar.img || 'static/img/store/common/default.png'}}" alt="" /></a>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<p class="red" ng-if="similar.minPriceRMB">
|
|
<p class="red" ng-if="similar.minPriceRMB">
|