Quellcode durchsuchen

联合丽格V1.0.2

zhengjinyi vor 2 Jahren
Ursprung
Commit
d09c978b9a
2 geänderte Dateien mit 12 neuen und 7 gelöschten Zeilen
  1. 1 1
      pages/user/order/order-list.vue
  2. 11 6
      pages/user/order/order-pay-list.vue

+ 1 - 1
pages/user/order/order-list.vue

@@ -103,7 +103,7 @@
 										<view class="goods-pros-t">
 											<view class="pros-img tui-skeleton-fillet">
 												<image :src="pros.image" alt="" />
-												<text class="tips" v-if="pros.productType == 2 || pros.productType == 1"
+												<text class="tips" v-if="pros.giftType == 2 || pros.giftType == 1"
 													>赠品</text
 												>
 											</view>

+ 11 - 6
pages/user/order/order-pay-list.vue

@@ -40,18 +40,18 @@
 					<view class="list-msg"><text class="text red"> ¥{{ list.obligation | NumFormat }}</text></view>
 				</view>
 				<view class="pay-list-btn" >
-					<view
-						class="btn"
-						v-if="list.onlinePay === 0 || list.onlinePay === 2"
-						@click="handlePayunder(list.shopOrderId)"
-						>线下转账</view
-					>
 					<view
 						class="btn"
 						v-if="list.onlinePay === 0 || list.onlinePay === 1"
 						@click="handlePayOrder(list.shopOrderId)"
 						>线上支付</view
 					>
+					<view
+						class="btn none"
+						v-if="list.onlinePay === 0 || list.onlinePay === 2"
+						@click="handlePayunder(list.shopOrderId)"
+						>线下转账</view
+					>
 				</view>
 			</view>
 		</view>
@@ -128,6 +128,7 @@ page {
 			line-height: 42rpx;
 			font-size: $font-size-30;
 			color: #333333;
+			font-weight: bold;
 			margin-bottom: 20rpx;
 		}
 		.pay-list-goods {
@@ -240,6 +241,10 @@ page {
 				float: right;
 				color: #ffffff;
 				border-radius: 32rpx;
+				margin-left: 20rpx;
+				&.none{
+					background: #FF5B00;
+				}
 			}
 			.list-msg {
 				float: right;