no message

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