From bff0e2d2879fa14d496dd4ebfe33d67a8f676976 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 14 Dec 2023 17:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 4 +- app.wxss | 7 --- pages/detail/index.wxml | 101 ++++++++++++++++++++------------------------ pages/mine/index.wxml | 2 +- pages/mineAgency/index.js | 66 +++++++++++++++++++++++++++++ pages/mineAgency/index.json | 4 ++ pages/mineAgency/index.wxml | 2 + pages/mineAgency/index.wxss | 1 + 8 files changed, 122 insertions(+), 65 deletions(-) create mode 100644 pages/mineAgency/index.js create mode 100644 pages/mineAgency/index.json create mode 100644 pages/mineAgency/index.wxml create mode 100644 pages/mineAgency/index.wxss diff --git a/app.json b/app.json index ea4dba3..72f0470 100644 --- a/app.json +++ b/app.json @@ -40,7 +40,9 @@ "pages/messageDetail/index", "pages/secret/index", - "pages/serviceTerm/index" + "pages/serviceTerm/index", + "pages/mineAgency/index" + ], "permission": { "scope.userLocation": { diff --git a/app.wxss b/app.wxss index 4aa9d83..938319b 100644 --- a/app.wxss +++ b/app.wxss @@ -4,17 +4,10 @@ page { height: 100vh; background: #f5f5f5; -<<<<<<< HEAD - --color-ysd: #00B666; - --color-hover: #ebfaf4; - --color-be: #ff4400; - --color-f40: #ff4400; -======= --color-ysd: #00b666; --color-hover: #3393ff; --color-be: #ff4400; --color-f40: #ff4400; ->>>>>>> 1628dadd3c48137b944d348038f60649f28cf760 --color-027: #ff4400; } ::-webkit-scrollbar { diff --git a/pages/detail/index.wxml b/pages/detail/index.wxml index 6cad87b..751e9f6 100644 --- a/pages/detail/index.wxml +++ b/pages/detail/index.wxml @@ -429,7 +429,7 @@ - + 该职位暂时停招 +pages/mineAgency/index.wxml \ No newline at end of file diff --git a/pages/mineAgency/index.wxss b/pages/mineAgency/index.wxss new file mode 100644 index 0000000..774739a --- /dev/null +++ b/pages/mineAgency/index.wxss @@ -0,0 +1 @@ +/* pages/mineAgency/index.wxss */ \ No newline at end of file