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