@@ -126,6 +140,7 @@ export default {
},
data() {
return {
+ userinfo: uni.getStorageSync("apply-userinfo"),
isUseNewJob: getApp().globalData.isUseNewJob,
localBaseImg: this.G.store().localBaseImg,
appid: getApp().globalData.appid,
@@ -215,6 +230,7 @@ export default {
},
created() {
let that = this;
+ console.log(getApp().globalData);
that.defaultLogo = uni.getStorageSync("miniApp-info").logo;
this.jobArray = this.list;
if (uni.getStorageSync("apply-token")) {
diff --git a/pages/home/child/filter.vue b/pages/home/child/filter.vue
index 48aa7e0..62dddbe 100644
--- a/pages/home/child/filter.vue
+++ b/pages/home/child/filter.vue
@@ -1,87 +1,83 @@
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
- 年龄
-
-
-
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+ 年龄
+
+
+
-
- 性别
-
-
- {{ item.name }}
-
-
+
+ 性别
+
+
+ {{ item.name }}
+
+
-
-
- 薪资待遇
-
- 不限
- {{ item.name }}
-
+
+ 薪资待遇
+
+ 不限
+ {{ item.name }}
+
-
- 吃饭住宿
-
- 不限
- {{ item.name }}
-
+
+ 吃饭住宿
+
+ 不限
+ {{ item.name }}
+
-
- 工作休息
-
- 不限
- {{ item.name }}
-
+
+ 工作休息
+
+ 不限
+ {{ item.name }}
+
-
- 面试特色
-
- 不限
- {{ item.name }}
-
+
+ 面试特色
+
+ 不限
+ {{ item.name }}
+
-
- 其它特色
-
- 不限
- {{ item.name }}
-
+
+ 其它特色
+
+ 不限
+ {{ item.name }}
-
-
-
-
-
-
+
+
-
-
-
+
+
+
+
+
@@ -916,7 +969,7 @@ export default {
}
.genderTag {
- width: 80px;
+ // width: 80px;
padding-left: 8px;
justify-content: center !important;
}
@@ -1052,4 +1105,30 @@ export default {
.u-notice-box {
margin-left: 0 !important;
}
+.sortMask {
+ position: absolute;
+ top: 43px;
+ left: 0;
+ width: 100vw;
+ height: 100vh;
+ z-index: 999999;
+ background-color: rgba(0, 0, 0, 0.8);
+}
+.sortContainer {
+ padding: 0 24px;
+ animation: filterBox 0.35s;
+ animation-fill-mode: forwards;
+ animation-timing-function: ease-in;
+ box-sizing: border-box;
+ background-color: #f5f5f5;
+ padding-bottom: 4px;
+ border-radius: 0 0 8px 8px;
+ height: 33% !important;
+}
+@keyframes filterBox {
+ 0% {
+ height: 0;
+ /* opacity: 0; */
+ }
+}
diff --git a/root/detail/work.vue b/root/detail/work.vue
index 5d335da..e333b98 100644
--- a/root/detail/work.vue
+++ b/root/detail/work.vue
@@ -1,5 +1,5 @@