|
|
|
@ -51,8 +51,10 @@ |
|
|
|
|
<view class="mart15 alijusstart font14 width94" v-if="recinfo.payType"> |
|
|
|
|
<view class="width20 fcor777">支付方式</view> |
|
|
|
|
<view class="width80p fotrt fcor333" v-if="recinfo.payType == 1">支付宝</view> |
|
|
|
|
<view class="width80p fotrt fcor333" v-if="recinfo.payType == 2">微信</view> |
|
|
|
|
<view class="width80p fotrt fcor333" v-if="recinfo.payType == 2">微信支付</view> |
|
|
|
|
<view class="width80p fotrt fcor333" v-if="recinfo.payType == 3">积分兑换</view> |
|
|
|
|
<view class="width80p fotrt fcor333" v-if="recinfo.payType == 4">汇联通工会卡</view> |
|
|
|
|
<view class="width80p fotrt fcor333" v-if="recinfo.payType == 4">汇联通银联支付工会卡</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="mart15 alijusstart font14 width94" v-if="recinfo.productType == 6"> |
|
|
|
|
<view class="width20 fcor777">地址</view> |
|
|
|
@ -95,6 +97,19 @@ |
|
|
|
|
<view class="width50 fcor777">加油金额</view> |
|
|
|
|
<view class="width50 fotrt fcor333">¥{{oilList.gasRefuelPrice}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="mart15 alijusstart font14 width94" v-if="materialData"> |
|
|
|
|
<view class="width50 fcor777">联系人</view> |
|
|
|
|
<view class="width50 fotrt fcor333">¥{{materialData.user}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="mart15 alijusstart font14 width94" v-if="materialData"> |
|
|
|
|
<view class="width50 fcor777">联系电话</view> |
|
|
|
|
<view class="width50 fotrt fcor333">¥{{materialData.phone}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="mart15 alijusstart font14 width94" v-if="materialData"> |
|
|
|
|
<view class="width50 fcor777">联系地址</view> |
|
|
|
|
<view class="width50 fotrt fcor333">¥{{materialData.address}}</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<!-- 支付信息 --> |
|
|
|
@ -459,7 +474,7 @@ |
|
|
|
|
<view class="height50 width100"></view> |
|
|
|
|
<view class="bottomstu backcorfff width100 height50 alijusend"> |
|
|
|
|
<button open-type="contact" class="cusservice font12 fcor666">联系客服</button> |
|
|
|
|
<view class="buybtn font12 fcorfff">再来一单</view> |
|
|
|
|
<!-- <view class="buybtn font12 fcorfff">再来一单</view> --> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
@ -725,7 +740,7 @@ |
|
|
|
|
// '&goodsType=' + this.recinfo.highChildOrderList[0].goodsType |
|
|
|
|
// }) |
|
|
|
|
uni.redirectTo({ |
|
|
|
|
url: '/qianzhu-KFC/payment-method/payment-method?orderId=' + this.recinfo.id + '&amount=' + this.recinfo |
|
|
|
|
url: '/qianzhu-KFC/payment-method/payment-method?orderId=' + this.recinfo.orderNo + '&amount=' + this.recinfo |
|
|
|
|
.payPrice + '&productType=' + this.recinfo.productType |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
@ -1038,20 +1053,20 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.borderleft { |
|
|
|
|
background-image: radial-gradient(10px at bottom left, #f0f0f0 10px, #ffffff); |
|
|
|
|
background-image: -webkit-radial-gradient(10px at bottom left, #f0f0f0 10px, #ffffff); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bordertopleft { |
|
|
|
|
background-image: radial-gradient(10px at top left, #f0f0f0 10px, #ffffff); |
|
|
|
|
background-image: -webkit-radial-gradient(10px at top left, #f0f0f0 10px, #ffffff); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.concont { |
|
|
|
|
border-radius: 8px 8px 0 0; |
|
|
|
|
background-image: radial-gradient(10px at bottom right, #f0f0f0 10px, #ffffff); |
|
|
|
|
background-image: -webkit-radial-gradient(10px at bottom right, #f0f0f0 10px, #ffffff); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.gooddes { |
|
|
|
|
border-radius: 0 0 8px 8px; |
|
|
|
|
background-image: radial-gradient(10px at top right, #f0f0f0 10px, #ffffff); |
|
|
|
|
background-image: -webkit-radial-gradient(10px at top right, #f0f0f0 10px, #ffffff); |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|