|
|
@@ -428,7 +428,13 @@
|
|
|
<a href="store/productDetail/{{::detail.batchCode}}" target="_blank">
|
|
|
<img ng-src="{{detail.img ? detail.img : 'static/img/store/common/default.png'}}"/>
|
|
|
</a>
|
|
|
- <p class="style01" style="margin-top: 10px;" ng-if="detail.uuid">类目:
|
|
|
+ <p class="style01" ng-if="detail.uuid" style="margin-top: 10px;">品牌:
|
|
|
+ <a ng-bind="detail.brName" href="product/brand/{{::detail.branduuid}}/" title="{{detail.brName}}" target="_blank"></a>
|
|
|
+ </p>
|
|
|
+ <p class="style01" ng-if="!detail.uuid" style="margin-top: 10px;">品牌:
|
|
|
+ <a ng-bind="detail.brName || '-'" title="{{detail.brName}}" class="unstand"></a>
|
|
|
+ </p>
|
|
|
+ <p class="style01" ng-if="detail.uuid">类目:
|
|
|
<a ng-bind="detail.kiName || '-'" href="product/kind/{{::detail.kindUuid}}" title="{{detail.kiName}}" target="_blank"></a>
|
|
|
</p>
|
|
|
<p class="style01" style="margin-top: 10px;" ng-if="!detail.uuid">类目:
|
|
|
@@ -437,13 +443,7 @@
|
|
|
<p class="style01">型号:
|
|
|
<a ng-bind="detail.cmpCode || '-'" href="store/productDetail/{{::detail.batchCode}}" title="{{detail.cmpCode}}" target="_blank"></a>
|
|
|
</p>
|
|
|
- <p class="style01" ng-if="detail.uuid">品牌:
|
|
|
- <a ng-bind="detail.brName" href="product/brand/{{::detail.branduuid}}/" title="{{detail.brName}}" target="_blank"></a>
|
|
|
- </p>
|
|
|
- <p class="style01" ng-if="!detail.uuid">品牌:
|
|
|
- <a ng-bind="detail.brName || '-'" title="{{detail.brName}}" class="unstand"></a>
|
|
|
- </p>
|
|
|
- </span>
|
|
|
+ </span>
|
|
|
<span class="wd01">交期:
|
|
|
<i ng-if="detail.b2cMinDelivery != detail.b2cMaxDelivery" ng-bind="detail.b2cMinDelivery + '-' + detail.b2cMaxDelivery"></i>
|
|
|
<i ng-if="detail.b2cMinDelivery == detail.b2cMaxDelivery" ng-bind="detail.b2cMinDelivery"></i>
|