From 8e8ab6802eaa202fdb9a9c32088266cd934ee400 Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Mon, 18 Aug 2025 15:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 ++ pages/index/iSoul.vue | 2 +- subPackages/afterSale/add.vue | 612 ++++++++++++++++++++++++++++ subPackages/afterSale/detail.vue | 632 +++++++++++++++++++++++++++++ subPackages/afterSale/list.vue | 530 ++++++++++++++++++++++++ subPackages/equityGoods/detail.vue | 18 +- subPackages/orderQy/detail.vue | 304 +++++++++++++- subPackages/orderQy/list.vue | 95 +++-- 8 files changed, 2150 insertions(+), 67 deletions(-) create mode 100644 subPackages/afterSale/add.vue create mode 100644 subPackages/afterSale/detail.vue create mode 100644 subPackages/afterSale/list.vue diff --git a/pages.json b/pages.json index d380eaf..0514302 100644 --- a/pages.json +++ b/pages.json @@ -254,6 +254,30 @@ "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } + }, + { + "path": "afterSale/list", + "style": { + "navigationBarTitleText": "售后列表", + "navigationBarBackgroundColor": "#ffffff", + "navigationBarTextStyle": "black" + } + }, + { + "path": "afterSale/add", + "style": { + "navigationBarTitleText": "发起售后", + "navigationBarBackgroundColor": "#ffffff", + "navigationBarTextStyle": "black" + } + }, + { + "path": "afterSale/detail", + "style": { + "navigationBarTitleText": "售后详情", + "navigationBarBackgroundColor": "#ffffff", + "navigationBarTextStyle": "black" + } } ] }, diff --git a/pages/index/iSoul.vue b/pages/index/iSoul.vue index 043fce7..475324e 100644 --- a/pages/index/iSoul.vue +++ b/pages/index/iSoul.vue @@ -197,7 +197,7 @@ - {{ item.icon }}{{ item.title }} + {{ item.title }} diff --git a/subPackages/afterSale/add.vue b/subPackages/afterSale/add.vue new file mode 100644 index 0000000..c274cfa --- /dev/null +++ b/subPackages/afterSale/add.vue @@ -0,0 +1,612 @@ +