master
游梦婷 2 years ago
parent 8191c8c8fb
commit 5b26b552a8
  1. 2
      physical-merchants/classify/goods-search/goods-search.vue
  2. 21
      physical-merchants/classify/order/orderDetail.vue
  3. 2
      physical-merchants/settleAccounts/settleAccounts.vue

@ -48,7 +48,7 @@
}
},
onLoad(options){
console.log(options,"options")
// console.log(options,"options")
if(options.goodsLabel){
this.goodsLabel = options.goodsLabel

@ -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;

@ -732,7 +732,7 @@
uni.showLoading({
title: '支付中...'
title: ''
})
createOrder(params).then(res => {
uni.hideLoading();

Loading…
Cancel
Save