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