no message

This commit is contained in:
2025-09-06 19:30:07 +08:00
committed by charles
parent f3a9e5c5a0
commit 9bcded1bd5
4 changed files with 45 additions and 21 deletions
+12 -7
View File
@@ -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);