|
@@ -19,7 +19,7 @@
|
|
|
<text :max-lines="2" overflow="ellipsis">{{item.productName}}</text>
|
|
|
</view>
|
|
|
<view class="choose-product-item-left-info-guige">
|
|
|
- <text :max-lines="2" overflow="ellipsis">{{item.productOrigCode}}</text>
|
|
|
+ <text :max-lines="2" overflow="ellipsis">{{item.productOrigCode||''}}</text>
|
|
|
</view>
|
|
|
<view class="choose-product-item-left-info-price">
|
|
|
<view class="price-txt" v-if="isLogin">
|