From e1ad98582b52dd1729978e7eda2615e83b735054 Mon Sep 17 00:00:00 2001 From: yml Date: Mon, 25 May 2026 09:31:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E7=8E=B0=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=88=91=E7=9A=84=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E6=94=AF=E6=8C=81=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E3=80=81=E4=B8=80=E9=94=AE=E4=B8=8B=E6=9E=B6?= =?UTF-8?q?=E5=8F=8A=E9=87=8D=E6=96=B0=E6=8F=90=E5=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/mobileRoutes.ts | 6 + .../src/views/mobile/MobileProfileView.vue | 2 +- .../views/mobile/MobileSellerListingsView.vue | 512 ++++++++++++++++++ 3 files changed, 519 insertions(+), 1 deletion(-) create mode 100644 frontend/src/views/mobile/MobileSellerListingsView.vue diff --git a/frontend/src/router/mobileRoutes.ts b/frontend/src/router/mobileRoutes.ts index 1268032..07a9493 100644 --- a/frontend/src/router/mobileRoutes.ts +++ b/frontend/src/router/mobileRoutes.ts @@ -67,4 +67,10 @@ export const mobileRoutes: RouteRecordRaw[] = [ component: () => import('@/views/mobile/MobileSellerListingCreateView.vue'), meta: { layout: 'blank', requiresAuth: true, requiresRealname: true }, }, + { + path: '/m/seller/listings', + name: 'mobile-seller-listings', + component: () => import('@/views/mobile/MobileSellerListingsView.vue'), + meta: { layout: 'blank', requiresAuth: true }, + }, ] diff --git a/frontend/src/views/mobile/MobileProfileView.vue b/frontend/src/views/mobile/MobileProfileView.vue index 988e20f..b4323a0 100644 --- a/frontend/src/views/mobile/MobileProfileView.vue +++ b/frontend/src/views/mobile/MobileProfileView.vue @@ -325,7 +325,7 @@ function resolveAvatarURL(url: string | undefined | null) {
发布商品 -
+
我的商品
diff --git a/frontend/src/views/mobile/MobileSellerListingsView.vue b/frontend/src/views/mobile/MobileSellerListingsView.vue new file mode 100644 index 0000000..4847bb3 --- /dev/null +++ b/frontend/src/views/mobile/MobileSellerListingsView.vue @@ -0,0 +1,512 @@ + + + + +