Переглянути джерело

优惠券使用流程调整

DELL 3 роки тому
батько
коміт
0aec123ffd
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      components/pay-popup/pay-popup.vue
  2. 1 1
      pages/index/index.vue

+ 1 - 1
components/pay-popup/pay-popup.vue

@@ -8,7 +8,7 @@
 					</view>
 					<view class="info">
 						<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 class="flex coupon" @click="toCoupon">

+ 1 - 1
pages/index/index.vue

@@ -436,7 +436,7 @@
 						width: 160rpx;
 						height: 13vh;
 						border-radius: 20rpx;
-						background: linear-gradient(0deg, #BBBBBB, #FFFFFF);
+						background: linear-gradient(0deg, #e6e6e6, #FFFFFF);
 
 						.img {
 							width: 100%;