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){ onLoad(options){
console.log(options,"options") // console.log(options,"options")
if(options.goodsLabel){ if(options.goodsLabel){
this.goodsLabel = options.goodsLabel this.goodsLabel = options.goodsLabel

@ -1,5 +1,5 @@
<template> <template>
<view class="backcor9 pd-main pdb50 headsbg"> <view class="backcor9 pd-main pdb60 headsbg">
<!-- 待支付 --> <!-- 待支付 -->
@ -264,7 +264,18 @@
</view> --> </view> -->
<view v-if="recinfo.orderStatus != 1" class="toPay font14 backcolorfff"> <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> <view class="btn" @click="playPhone">联系客服</view>
<!-- #endif -->
</view> </view>
<wuliuPopup ref="wuliu"></wuliuPopup> <wuliuPopup ref="wuliu"></wuliuPopup>
</view> </view>
@ -509,7 +520,7 @@
url: '/physical-merchants/classify/order/pay?obj=' + obj url: '/physical-merchants/classify/order/pay?obj=' + obj
}) })
}, },
// //
playPhone() { playPhone() {
uni.showModal({ uni.showModal({
title: '客服', title: '客服',
@ -671,8 +682,8 @@
border-radius: 15px; border-radius: 15px;
} }
.pdb50 { .pdb60 {
padding-bottom: 50px; padding-bottom: 60px;
} }
// //
@ -696,7 +707,7 @@
margin-left: 15px; margin-left: 15px;
border: 1px solid #666666; border: 1px solid #666666;
color: #666666; color: #666666;
font-size: 16px;
&.bgred { &.bgred {
color: #ffffff; color: #ffffff;
background-color: #FF2342; background-color: #FF2342;

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

Loading…
Cancel
Save