|
@@ -8,7 +8,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="info">
|
|
<view class="info">
|
|
<view class="info-title">{{ payInfo.title }}</view>
|
|
<view class="info-title">{{ payInfo.title }}</view>
|
|
- <view class="info-stock coupon-right-color">¥{{ $numberFormat( payInfo.salePrice ) }}</view>
|
|
|
|
|
|
+ <view class="info-stock coupon-right-color">¥{{ $numberFormat( payInfo.orderAmt ) }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex coupon" @click="toCoupon">
|
|
<view class="flex coupon" @click="toCoupon">
|