From edf3e394ed5ae3eb23bd86b79bbbbed21d05ce11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=95=E5=AE=8B?= <1835677847@qq.com> Date: Fri, 7 Jun 2024 17:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 46 ++- pages/Friend/systemnotification.vue | 177 +++++++++ pages/Friend/violationreporting.vue | 318 +++++++++++++++ pages/common/exchange/index.vue | 25 +- pages/signln/exchangemall.vue | 1 + pages/signln/exdetail.vue | 454 +++++++++++++++++++++- pages/signln/signid.vue | 115 +++++- static/images/sign/{右 (2).png => 右.png} | Bin static/images/sign/审核通知.png | Bin 0 -> 7607 bytes static/images/sign/添加图片.png | Bin 0 -> 2465 bytes static/images/sign/系统通知.png | Bin 0 -> 8044 bytes static/images/sign/金币虚.png | Bin 0 -> 2687 bytes 12 files changed, 1074 insertions(+), 62 deletions(-) create mode 100644 pages/Friend/systemnotification.vue create mode 100644 pages/Friend/violationreporting.vue rename static/images/sign/{右 (2).png => 右.png} (100%) create mode 100644 static/images/sign/审核通知.png create mode 100644 static/images/sign/添加图片.png create mode 100644 static/images/sign/系统通知.png create mode 100644 static/images/sign/金币虚.png diff --git a/pages.json b/pages.json index 3af74f0..1900eef 100644 --- a/pages.json +++ b/pages.json @@ -8,9 +8,24 @@ } }, "pages": [{ - "path": "pages/signln/harvestaddress", + "path": "pages/Friend/violationreporting", "style": { - "navigationBarTitleText": "收货地址", + "navigationBarTitleText": "违规举报", + "navigationStyle": "custom" + } + }, + { + "path": "pages/Friend/systemnotification", + "style": { + "navigationBarTitleText": "系统通知", + "navigationStyle": "custom" + } + }, + + { + "path": "pages/signln/signid", + "style": { + "navigationBarTitleText": "签到任务", "navigationStyle": "custom" } }, @@ -21,6 +36,14 @@ "navigationStyle": "custom" } }, + { + "path": "pages/signln/harvestaddress", + "style": { + "navigationBarTitleText": "收货地址", + "navigationStyle": "custom" + } + }, + { "path": "pages/signln/successfulexchange", "style": { @@ -36,13 +59,6 @@ "navigationBarTextStyle": "white" } }, - { - "path": "pages/signln/signid", - "style": { - "navigationBarTitleText": "签到任务", - "navigationStyle": "custom" - } - }, { "path": "pages/signln/signiddetails", "style": { @@ -199,7 +215,8 @@ { "path": "pages/communication/addfriends", "style": { - "navigationBarTitleText": "添加好友" + "navigationBarTitleText": "添加好友", + "navigationStyle": "custom" } }, @@ -212,21 +229,24 @@ { "path": "pages/Friend/messagenotification", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "消息通知", + "navigationStyle": "custom" } }, { "path": "pages/Friend/addfruebd", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "添加好友", + "navigationStyle": "custom" } }, { "path": "pages/common/exchange/index", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "组件" } } + ], "tabBar": { "color": "#000000", diff --git a/pages/Friend/systemnotification.vue b/pages/Friend/systemnotification.vue new file mode 100644 index 0000000..e125f5f --- /dev/null +++ b/pages/Friend/systemnotification.vue @@ -0,0 +1,177 @@ + + + + + + \ No newline at end of file diff --git a/pages/Friend/violationreporting.vue b/pages/Friend/violationreporting.vue new file mode 100644 index 0000000..b31d318 --- /dev/null +++ b/pages/Friend/violationreporting.vue @@ -0,0 +1,318 @@ + + + + + + \ No newline at end of file diff --git a/pages/common/exchange/index.vue b/pages/common/exchange/index.vue index fe00ba9..e3e2804 100644 --- a/pages/common/exchange/index.vue +++ b/pages/common/exchange/index.vue @@ -2,7 +2,7 @@