From 0f0998e5727bc45979a1b9915565cc2c8ac6564a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Wed, 30 Jun 2021 12:04:04 +0800
Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E4=B8=AA=E4=BA=BA?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=89=AB=E7=A0=81=E6=A0=B8=E9=94=80=E6=88=90?=
=?UTF-8?q?=E5=8A=9F=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=95=86=E6=88=B7=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=20[=E4=BC=98=E5=8C=96]=20?=
=?UTF-8?q?=E5=AE=A2=E6=9C=8D=E8=90=BD=E5=9C=B0=E9=A1=B5=E5=9C=B0=E5=9D=80?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=BF=87=E9=95=BF=E6=98=BE=E7=A4=BA=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=20[=E4=BC=98=E5=8C=96]=20=E5=95=86=E5=AE=B6=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=E5=A2=9E=E5=8A=A0=E5=90=B8?=
=?UTF-8?q?=E5=BA=95=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA=EF=BC=8C=E5=B9=B6?=
=?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/api.js | 1 +
pages/center/index.vue | 8 +++++++-
pages/contactService/index.vue | 4 +---
pages/shopOrder/order-details.vue | 12 +++++++++++-
4 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/common/api.js b/common/api.js
index 84f4555..a307cb6 100644
--- a/common/api.js
+++ b/common/api.js
@@ -15,6 +15,7 @@ export const API_USERORDER = '/api/order/list';
// 商户订单
export const API_SHOPORDER = '/api/order/listForStore';
+export const API_ORDER_DETAILFORSTORE = '/api/order/detailForStore'; // 商户订单详情
//订单详情
export const API_ORDER_DETAILS = '/api/order/detail';
diff --git a/pages/center/index.vue b/pages/center/index.vue
index e0fc1fb..f2001ad 100644
--- a/pages/center/index.vue
+++ b/pages/center/index.vue
@@ -8,7 +8,7 @@
{{ info.nickname }}
{{ item }}
-
+
ID {{ info.id }}
{{ hidePhone(info.tel) }}
@@ -91,6 +91,8 @@