...
|
...
|
@@ -10,7 +10,7 @@ |
|
|
<text class='component-order-product-name-txt'>{{productInfo.productName}}</text>
|
|
|
</view>
|
|
|
<text class='component-order-size-color-txt' wx:if="{{isStore}}">{{productInfo.colorName}},{{productInfo.sizeName}},{{productInfo.skup}}</text>
|
|
|
<text class='component-order-size-color-txt' wx:else>{{productInfo.colorName}},{{productInfo.sizeName}},{{productInfo.skup}}</text>
|
|
|
<text class='component-order-size-color-txt' wx:else>{{productInfo.colorName}},{{productInfo.sizeName}}</text>
|
|
|
|
|
|
</view>
|
|
|
</view> |
...
|
...
|
|