|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<template> |
|
|
|
|
<view class="backcor9 pd-main pdb50 headsbg"> |
|
|
|
|
<view class="backcor9 pd-main pdb60 headsbg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 待支付 --> |
|
|
|
@ -264,7 +264,18 @@ |
|
|
|
|
</view> --> |
|
|
|
|
<view v-if="recinfo.orderStatus != 1" class="toPay font14 backcolorfff"> |
|
|
|
|
|
|
|
|
|
<!-- #ifdef MP--> |
|
|
|
|
<button open-type="contact" class="btn" style="margin: 0; box-sizing: content-box;line-height: unset;"> |
|
|
|
|
联系客服 |
|
|
|
|
<!-- <image src="../../../static/img/home/cusser.png" mode="widthFix" class="icon30"></image> --> |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
<!-- #endif --> |
|
|
|
|
<!-- #ifdef H5--> |
|
|
|
|
<view class="btn" @click="playPhone">联系客服</view> |
|
|
|
|
<!-- #endif --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<wuliuPopup ref="wuliu"></wuliuPopup> |
|
|
|
|
</view> |
|
|
|
@ -509,7 +520,7 @@ |
|
|
|
|
url: '/physical-merchants/classify/order/pay?obj=' + obj |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//拨打客服电话 |
|
|
|
|
//联系客服 |
|
|
|
|
playPhone() { |
|
|
|
|
uni.showModal({ |
|
|
|
|
title: '客服', |
|
|
|
@ -671,8 +682,8 @@ |
|
|
|
|
border-radius: 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.pdb50 { |
|
|
|
|
padding-bottom: 50px; |
|
|
|
|
.pdb60 { |
|
|
|
|
padding-bottom: 60px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 底部待支付按钮 |
|
|
|
@ -696,7 +707,7 @@ |
|
|
|
|
margin-left: 15px; |
|
|
|
|
border: 1px solid #666666; |
|
|
|
|
color: #666666; |
|
|
|
|
|
|
|
|
|
font-size: 16px; |
|
|
|
|
&.bgred { |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: #FF2342; |
|
|
|
|