|
|
|
@ -109,11 +109,10 @@ |
|
|
|
|
<view class="width50 fcor777">联系地址</view> |
|
|
|
|
<view class="width50 fotrt fcor333">¥{{materialData.address}}</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<!-- 支付信息 --> |
|
|
|
|
<view class="width90 backcorfff mart10 concont"> |
|
|
|
|
<view class="width90 backcorfff mart10 "> |
|
|
|
|
<view class="paddtop20 font22 width94 fcor333">优惠信息</view> |
|
|
|
|
<view class="mart15 alijusstart font14 width94"> |
|
|
|
|
<view class="width50 fcor777">商品优惠</view> |
|
|
|
@ -127,17 +126,21 @@ |
|
|
|
|
<view class="width50 fcor777">积分抵扣</view> |
|
|
|
|
<view class="width50 fotrt fcoreb5">-¥{{recinfo.payGold / 100}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width95 height20 borderleft alijusnostart"> |
|
|
|
|
<view style="width: 5%;"></view> |
|
|
|
|
<view class="width95" style="border-bottom: 1px dashed #bebcbc;"></view> |
|
|
|
|
<view class="width100" style="height: 10px;"> |
|
|
|
|
<view class="cro_left_bottom flleft"></view> |
|
|
|
|
<view class="cro_right_bottom flright"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="gooddes width90 backcorfff marb20"> |
|
|
|
|
<view class="width90w height20 bordertopleft alijusnostart"> |
|
|
|
|
<view class="width95 alijusnostart"> |
|
|
|
|
<view style="width: 9%;"></view> |
|
|
|
|
<view style="border-bottom: 1px dashed #bebcbc;width: 88%;"></view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width90 backcorfff marb20"> |
|
|
|
|
<view class="width100" style="height: 10px;"> |
|
|
|
|
<view class=".cro_left_top flleft"></view> |
|
|
|
|
<view class=".cro_right_top flright"></view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="width90 height50 fotrt fcor777 font16 paddbotm10" v-if="!recinfo.payRealPrice"> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="width90 height50 fotrt fcor777 font16 paddbotm10" v-else> |
|
|
|
|
加油实付 <text class="font24 fcor333 margle">¥{{recinfo.payRealPrice}}</text> |
|
|
|
@ -740,7 +743,8 @@ |
|
|
|
|
// '&goodsType=' + this.recinfo.highChildOrderList[0].goodsType |
|
|
|
|
// }) |
|
|
|
|
uni.redirectTo({ |
|
|
|
|
url: '/qianzhu-KFC/payment-method/payment-method?orderId=' + this.recinfo.orderNo + '&amount=' + this.recinfo |
|
|
|
|
url: '/qianzhu-KFC/payment-method/payment-method?orderId=' + this.recinfo.orderNo + |
|
|
|
|
'&amount=' + this.recinfo |
|
|
|
|
.payPrice + '&productType=' + this.recinfo.productType |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
@ -1051,22 +1055,28 @@ |
|
|
|
|
border-radius: 25px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cro_left_top, |
|
|
|
|
.cro_right_top, |
|
|
|
|
.cro_left_bottom, |
|
|
|
|
.cro_right_bottom { |
|
|
|
|
width: 20rpx; |
|
|
|
|
height: 20rpx; |
|
|
|
|
background: #f0f0f0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.borderleft { |
|
|
|
|
background-image: -webkit-radial-gradient(10px at bottom left, #f0f0f0 10px, #ffffff); |
|
|
|
|
.cro_left_top { |
|
|
|
|
border-radius: 0px 0px 20rpx 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bordertopleft { |
|
|
|
|
background-image: -webkit-radial-gradient(10px at top left, #f0f0f0 10px, #ffffff); |
|
|
|
|
.cro_right_top { |
|
|
|
|
border-radius: 0px 0px 0px 20rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.concont { |
|
|
|
|
border-radius: 8px 8px 0 0; |
|
|
|
|
background-image: -webkit-radial-gradient(10px at bottom right, #f0f0f0 10px, #ffffff); |
|
|
|
|
.cro_left_bottom { |
|
|
|
|
border-radius: 0px 20rpx 0px 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.gooddes { |
|
|
|
|
border-radius: 0 0 8px 8px; |
|
|
|
|
background-image: -webkit-radial-gradient(10px at top right, #f0f0f0 10px, #ffffff); |
|
|
|
|
.cro_right_bottom { |
|
|
|
|
border-radius: 20rpx 0px 0px 0px; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|