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 @@ +