From 620ae742df2b98081cd350ce376282468b97d2e8 Mon Sep 17 00:00:00 2001 From: huangzhenbao <17818024429@163.com> Date: Fri, 20 Mar 2026 15:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6merchant=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mall/merchant/chat.uvue | 472 +++++++++++++ pages/mall/merchant/exclusive-discounts.uvue | 544 +++++++++++++++ pages/mall/merchant/index.uvue | 676 +++++++++++++++++++ pages/mall/merchant/inventory.uvue | 147 ++++ pages/mall/merchant/members.uvue | 521 ++++++++++++++ pages/mall/merchant/messages.uvue | 140 ++++ pages/mall/merchant/order-detail.uvue | 163 +++++ pages/mall/merchant/orders.uvue | 222 ++++++ pages/mall/merchant/product-detail.uvue | 17 + pages/mall/merchant/product-edit.uvue | 463 +++++++++++++ pages/mall/merchant/products.uvue | 52 ++ pages/mall/merchant/shop-edit.uvue | 60 ++ 12 files changed, 3477 insertions(+) create mode 100644 pages/mall/merchant/exclusive-discounts.uvue create mode 100644 pages/mall/merchant/members.uvue diff --git a/pages/mall/merchant/chat.uvue b/pages/mall/merchant/chat.uvue index 53bd6ed9..c345078a 100644 --- a/pages/mall/merchant/chat.uvue +++ b/pages/mall/merchant/chat.uvue @@ -1,11 +1,17 @@ diff --git a/pages/mall/merchant/exclusive-discounts.uvue b/pages/mall/merchant/exclusive-discounts.uvue new file mode 100644 index 00000000..b47eeea8 --- /dev/null +++ b/pages/mall/merchant/exclusive-discounts.uvue @@ -0,0 +1,544 @@ + + + + + diff --git a/pages/mall/merchant/index.uvue b/pages/mall/merchant/index.uvue index 753a0a28..96ead0d7 100644 --- a/pages/mall/merchant/index.uvue +++ b/pages/mall/merchant/index.uvue @@ -1,3 +1,4 @@ +<<<<<<< HEAD