From bf101885a6a83e32d9100d6e5600546b6e523a35 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Fri, 15 May 2026 16:44:43 +0800 Subject: [PATCH] 1 --- package2/shop/businessInfo.vue | 227 +++++++++++++++++++++++++++ package2/shop/merchantCenter.vue | 21 ++- package2/shop/shopInfo.vue | 260 +++++++++++++++++++++++++++++++ 3 files changed, 503 insertions(+), 5 deletions(-) create mode 100644 package2/shop/businessInfo.vue create mode 100644 package2/shop/shopInfo.vue diff --git a/package2/shop/businessInfo.vue b/package2/shop/businessInfo.vue new file mode 100644 index 0000000..85686ba --- /dev/null +++ b/package2/shop/businessInfo.vue @@ -0,0 +1,227 @@ + + + + + \ No newline at end of file diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue index 6ceffec..77e3a56 100644 --- a/package2/shop/merchantCenter.vue +++ b/package2/shop/merchantCenter.vue @@ -126,14 +126,14 @@ 商品管理 - + @@ -158,6 +158,14 @@ 顾客评价 + + + + + + 商家信息 + + @@ -270,8 +278,11 @@ case 'sp': url = '/package2/myCenter/goodsList' break; - case 'dp': - url = '' + case 'yy': + url = '/package2/shop/businessInfo' + break; + case 'sjxx': + url = '/package2/shop/shopInfo' break; case 'dd': url = '/package2/shop/shopOrderList' diff --git a/package2/shop/shopInfo.vue b/package2/shop/shopInfo.vue new file mode 100644 index 0000000..775286d --- /dev/null +++ b/package2/shop/shopInfo.vue @@ -0,0 +1,260 @@ + + + + + \ No newline at end of file