no message
This commit is contained in:
@@ -180,18 +180,18 @@
|
||||
<view style="margin-left: 20rpx">
|
||||
<up-image src="/static/common/kf_dh.png" width="40" height="40" bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
<view class="content_info">
|
||||
<view class="content_info_title">客服电话</view>
|
||||
<view class="content_info_mobile">
|
||||
<view class="content_info" @click="onKefu">
|
||||
<view class="content_info_title" style="margin-top:20rpx">在线客服</view>
|
||||
<!-- <view class="content_info_mobile">
|
||||
{{ PHONE_NUMBER }}
|
||||
<view style="margin-left: 20rpx">
|
||||
<up-image src="/static/common/copy_c.png" width="14" height="14" bgColor="#f1f6ff00"
|
||||
@click="copyMobile(PHONE_NUMBER)"></up-image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="content_3">
|
||||
<!-- <view class="content_3">
|
||||
<view style="margin-left: 20rpx">
|
||||
<up-image src="/static/common/kf_wx.png" width="40" height="40" bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
@@ -205,7 +205,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<!-- 退货退款 -->
|
||||
@@ -368,7 +368,7 @@ export default {
|
||||
getValue,
|
||||
formatDate1,
|
||||
copyData,
|
||||
|
||||
|
||||
onNextRefund() {
|
||||
this.salesServer = 2;
|
||||
|
||||
@@ -381,6 +381,11 @@ export default {
|
||||
onSaleAfterTab() {
|
||||
this.checkType({ id: MINE_ORDER_TYPE.AFTER_SALE, title: "售后" });
|
||||
},
|
||||
onKefu(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/rwa_package/setting/kefu?type=5261'
|
||||
})
|
||||
},
|
||||
// 售后
|
||||
onSaleAfter(item) {
|
||||
console.log("售后---1", item, this.form.type);
|
||||
|
||||
@@ -251,7 +251,7 @@ export default {
|
||||
async getWayOption() {
|
||||
console.log('orderInfo',this.orderInfo)
|
||||
let params = {
|
||||
types:'2,3'
|
||||
types:'1,2,3'
|
||||
}
|
||||
const result = await getSupportPay(params);
|
||||
if (result && result.bizcode === 100) {
|
||||
|
||||
@@ -272,7 +272,7 @@ export default {
|
||||
if (this.ji) {
|
||||
parmas['types'] = '4';
|
||||
} else {
|
||||
parmas['types'] = '2,3';
|
||||
parmas['types'] = '1,2,3';
|
||||
}
|
||||
console.log('this.ji', parmas)
|
||||
const result = await getSupportPay(parmas);
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<TopSafe bgColor="rgba(0,0,0,0)"></TopSafe>
|
||||
<TopSafe bgColor="#fff"></TopSafe>
|
||||
<view class="search-view">
|
||||
<view class="head-view">
|
||||
<u-icon size="30rpx" name="arrow-left" @click="onBack" color="#333"></u-icon>
|
||||
<input class="input-view wx-width" v-model="searchInput"></input>
|
||||
<!-- <u-input class="input-view wx-width"
|
||||
v-model="searchInput"></u-input> -->
|
||||
<view class="search-btn flex-c" @click="onSearch">
|
||||
<text class="text-32 text-zu">搜索</text>
|
||||
<view class="search-box">
|
||||
<input class="input-view wx-width" v-model="searchInput"></input>
|
||||
<!-- <u-input class="input-view wx-width"
|
||||
v-model="searchInput"></u-input> -->
|
||||
<view class="search-btn flex-c" @click="onSearch">
|
||||
<text class="text-32 text-white">搜索</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="top-view mt-24">
|
||||
<view class="flex-r-lr">
|
||||
@@ -147,7 +150,7 @@ export default {
|
||||
box-sizing: border-box;
|
||||
.top-view{
|
||||
width:100%;
|
||||
min-height:300rpx;
|
||||
min-height:150rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 32rpx;
|
||||
@@ -164,10 +167,10 @@ export default {
|
||||
flex-wrap: wrap;
|
||||
.history-box{
|
||||
position: relative;
|
||||
padding: 8rpx 12rpx;
|
||||
padding: 8rpx 22rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
border-radius: 8rpx;
|
||||
border:2rpx solid #7932FE;
|
||||
.close-pos{
|
||||
right:-20rpx;
|
||||
position: absolute;
|
||||
@@ -206,14 +209,31 @@ export default {
|
||||
}
|
||||
.head-view{
|
||||
width:100%;
|
||||
height:88rpx;
|
||||
height:118rpx;
|
||||
min-height:118rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 0 32rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
.search-box{
|
||||
width:100%;
|
||||
height:84rpx;
|
||||
min-height:16rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-radius: 16rpx;
|
||||
border:2rpx solid #7932FE;
|
||||
margin-left:24rpx;
|
||||
}
|
||||
.search-btn{
|
||||
width:120rpx;
|
||||
width:156rpx;
|
||||
height:100%;
|
||||
border-radius: 16rpx;
|
||||
background: linear-gradient( 270deg, #B164FB 0%, #7934F6 100%);
|
||||
}
|
||||
.input-view{
|
||||
height:72rpx;
|
||||
@@ -222,7 +242,6 @@ export default {
|
||||
border-radius: 36rpx;
|
||||
margin-left:12rpx;
|
||||
flex:1;
|
||||
border:1rpx solid #7934F6;
|
||||
}
|
||||
/* #ifdef MP-WEIXIN */
|
||||
.wx-width{
|
||||
|
||||
Reference in New Issue
Block a user