|
|
@@ -24,7 +24,7 @@
|
|
|
<view class="pay-project-content">
|
|
|
<image class="pay-project-img" src="{{item.cover}}"></image>
|
|
|
<view class="pay-project-info">
|
|
|
- <text class="pay-project-title ellipsisLn">{{item.name}}</text>
|
|
|
+ <text class="pay-project-title ellipsisLn">{{item.product_name}}</text>
|
|
|
<text class="pay-project-spec" wx:if="{{item.color_name || item.size_name}}">规格:{{item.color_name}} {{item.size_name}}</text>
|
|
|
<view class="product-info">
|
|
|
<view class="pay-project-price fl">
|
|
|
@@ -37,7 +37,7 @@
|
|
|
<text class="pay-gray" wx:if="{{curPayway==='balance'}}"> {{item.price}}提货券</text> -->
|
|
|
</view>
|
|
|
<view class="fr product-count">
|
|
|
- x{{item.order_count}}
|
|
|
+ x{{item.count}}
|
|
|
</view>
|
|
|
<view class="clean"></view>
|
|
|
</view>
|