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);
|
||||
|
||||
Reference in New Issue
Block a user