feat:性能优化
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
<view class="content_2">如遇退/换货等问题,请联系客服处理</view>
|
||||
<view class="content_3">
|
||||
<view style="margin-left: 20rpx">
|
||||
<up-image src="/static/common/kf_dh.png" width="40" height="40" bgColor="#f1f6ff00"></up-image>
|
||||
<up-image src="/pages/rwa_package/static/kf_dh.png" width="40" height="40" bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
<view class="content_info" @click="onKefu">
|
||||
<view class="content_info_title" style="margin-top: 20rpx">在线客服</view>
|
||||
@@ -229,7 +229,7 @@
|
||||
</view>
|
||||
<!-- <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>
|
||||
<up-image src="/pages/rwa_package/static/kf_wx.png" width="40" height="40" bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
<view class="content_info">
|
||||
<view class="content_info_title">客服微信</view>
|
||||
@@ -290,7 +290,7 @@ import {
|
||||
AFTER_ORDER_STATUS,
|
||||
getValue,
|
||||
} from "@/utils/enumUtils.js";
|
||||
import { ORDER_STATUS_CSS } from "@/utils/enumCssUtils.js";
|
||||
import { ORDER_STATUS_CSS } from "@/pages/mine_package/utils/enumCssUtils.js";
|
||||
import DownPopup from "@/components/common/down-popup.vue";
|
||||
import {
|
||||
getOrderList,
|
||||
@@ -309,7 +309,7 @@ import { formatDate1, copyData } from "@/utils/index.js";
|
||||
import { getUserInfo } from "@/api/auth.js";
|
||||
import { CUSTOMER_SERVICE_PHONE_NUMBER } from "@/utils/config.js";
|
||||
import afterSales from "./after-sales/index";
|
||||
import refundPopup from "@/pages/mine_package/mine_order/after-sales/refund-popu.vue";
|
||||
import refundPopup from "@/pages/mine_package/mine_order/after-sales/refund-popup.vue";
|
||||
import { RETURN_REASON_LIST } from "@/pages/mine_package/mine_order/emun/index.js";
|
||||
export default {
|
||||
components: { DownPopup, afterSales, refundPopup },
|
||||
|
||||
Reference in New Issue
Block a user