正在显示
46 个修改的文件
包含
2754 行增加
和
123 行删除
1 | { | 1 | { |
2 | "pages":[ | 2 | "pages":[ |
3 | - "pages/employerDetails/employerDetails", | 3 | + "pages/publish/publish", |
4 | "pages/positionDetails/positionDetails", | 4 | "pages/positionDetails/positionDetails", |
5 | + "pages/goodWord/goodWord", | ||
6 | + "pages/personalData/personalData", | ||
7 | + "pages/easyPart/easyPart", | ||
8 | + "pages/hotRecommend/hotRecommend", | ||
9 | + | ||
10 | + "pages/atHome/atHome", | ||
11 | + "pages/employerDetails/employerDetails", | ||
12 | + | ||
5 | "pages/regSuccess/regSuccess", | 13 | "pages/regSuccess/regSuccess", |
6 | "pages/inviteFriends/inviteFriends", | 14 | "pages/inviteFriends/inviteFriends", |
7 | "pages/recommend/recommend", | 15 | "pages/recommend/recommend", |
@@ -19,9 +27,8 @@ | @@ -19,9 +27,8 @@ | ||
19 | "pages/index/search_4/search_4", | 27 | "pages/index/search_4/search_4", |
20 | "pages/index/search_2/search_2", | 28 | "pages/index/search_2/search_2", |
21 | "pages/index/search_3/search_3", | 29 | "pages/index/search_3/search_3", |
22 | - "pages/mine/perfectInfor/perfectInfor", | ||
23 | "pages/index/index", | 30 | "pages/index/index", |
24 | - "pages/publish/publish", | 31 | + |
25 | "pages/mine/mine" | 32 | "pages/mine/mine" |
26 | ], | 33 | ], |
27 | "window": { | 34 | "window": { |
1 | -// pages/mine/perfectInfor/perfectInfor.js | ||
2 | Page({ | 1 | Page({ |
3 | 2 | ||
4 | /** | 3 | /** |
5 | * 页面的初始数据 | 4 | * 页面的初始数据 |
6 | */ | 5 | */ |
7 | data: { | 6 | data: { |
8 | - | 7 | + |
9 | }, | 8 | }, |
10 | 9 | ||
11 | /** | 10 | /** |
12 | * 生命周期函数--监听页面加载 | 11 | * 生命周期函数--监听页面加载 |
13 | */ | 12 | */ |
14 | - onLoad: function (options) { | ||
15 | 13 | ||
14 | + regSuccess() { | ||
15 | + wx.navigateTo({ | ||
16 | + url: '/pages/regSuccess/regSuccess', | ||
17 | + }) | ||
18 | + }, | ||
19 | + | ||
20 | + onLoad: function (options) { | ||
21 | + | ||
16 | }, | 22 | }, |
17 | 23 | ||
18 | /** | 24 | /** |
19 | * 生命周期函数--监听页面初次渲染完成 | 25 | * 生命周期函数--监听页面初次渲染完成 |
20 | */ | 26 | */ |
21 | onReady: function () { | 27 | onReady: function () { |
22 | - | 28 | + |
23 | }, | 29 | }, |
24 | 30 | ||
25 | /** | 31 | /** |
26 | * 生命周期函数--监听页面显示 | 32 | * 生命周期函数--监听页面显示 |
27 | */ | 33 | */ |
28 | onShow: function () { | 34 | onShow: function () { |
29 | - | 35 | + |
30 | }, | 36 | }, |
31 | 37 | ||
32 | /** | 38 | /** |
33 | * 生命周期函数--监听页面隐藏 | 39 | * 生命周期函数--监听页面隐藏 |
34 | */ | 40 | */ |
35 | onHide: function () { | 41 | onHide: function () { |
36 | - | 42 | + |
37 | }, | 43 | }, |
38 | 44 | ||
39 | /** | 45 | /** |
40 | * 生命周期函数--监听页面卸载 | 46 | * 生命周期函数--监听页面卸载 |
41 | */ | 47 | */ |
42 | onUnload: function () { | 48 | onUnload: function () { |
43 | - | 49 | + |
44 | }, | 50 | }, |
45 | 51 | ||
46 | /** | 52 | /** |
47 | * 页面相关事件处理函数--监听用户下拉动作 | 53 | * 页面相关事件处理函数--监听用户下拉动作 |
48 | */ | 54 | */ |
49 | onPullDownRefresh: function () { | 55 | onPullDownRefresh: function () { |
50 | - | 56 | + |
51 | }, | 57 | }, |
52 | 58 | ||
53 | /** | 59 | /** |
54 | * 页面上拉触底事件的处理函数 | 60 | * 页面上拉触底事件的处理函数 |
55 | */ | 61 | */ |
56 | onReachBottom: function () { | 62 | onReachBottom: function () { |
57 | - | 63 | + |
58 | }, | 64 | }, |
59 | 65 | ||
60 | /** | 66 | /** |
61 | * 用户点击右上角分享 | 67 | * 用户点击右上角分享 |
62 | */ | 68 | */ |
63 | onShareAppMessage: function () { | 69 | onShareAppMessage: function () { |
64 | - | 70 | + |
65 | } | 71 | } |
66 | }) | 72 | }) |
pages/atHome/atHome.json
0 → 100644
pages/atHome/atHome.wxml
0 → 100644
1 | +<view class='container'> | ||
2 | + | ||
3 | + <!-- 条目 --> | ||
4 | + <view class='items'> | ||
5 | + <view class='item'> | ||
6 | + <!-- 头部 --> | ||
7 | + <view class='item_top'> | ||
8 | + <view class='item_top_left'> | ||
9 | + <view class='item_top_left_pic'> | ||
10 | + <image src='/img/aicon_08@2x.png'></image> | ||
11 | + </view> | ||
12 | + <view class='item_top_left_text'> | ||
13 | + <view class='text_top'>酒店服务员</view> | ||
14 | + <view class='text_bottom'>4000-5000元/月</view> | ||
15 | + </view> | ||
16 | + </view> | ||
17 | + | ||
18 | + <view class='item_top_right' bindtap='regSuccess'> | ||
19 | + 报名 | ||
20 | + </view> | ||
21 | + </view> | ||
22 | + <!-- 底部 --> | ||
23 | + <view class='item_bottom'> | ||
24 | + <view class='item_bottom_left'> | ||
25 | + <view class='item_bottom_left_pic'> | ||
26 | + <image src='/img/aicon_10@2x.png'></image> | ||
27 | + </view> | ||
28 | + <!-- 名字 --> | ||
29 | + <view>王思迪</view> | ||
30 | + </view> | ||
31 | + | ||
32 | + <view class='item_bottom_right'> | ||
33 | + <view class='item_bottom_left_pic'> | ||
34 | + <image src='/img/aicon_09@2x.png'></image> | ||
35 | + </view> | ||
36 | + <view>南开区 3.2km</view> | ||
37 | + </view> | ||
38 | + </view> | ||
39 | + </view> | ||
40 | + <view class='item'> | ||
41 | + <!-- 头部 --> | ||
42 | + <view class='item_top'> | ||
43 | + <view class='item_top_left'> | ||
44 | + <view class='item_top_left_pic'> | ||
45 | + <image src='/img/aicon_08@2x.png'></image> | ||
46 | + </view> | ||
47 | + <view class='item_top_left_text'> | ||
48 | + <view class='text_top'>酒店服务员</view> | ||
49 | + <view class='text_bottom'>4000-5000元/月</view> | ||
50 | + </view> | ||
51 | + </view> | ||
52 | + | ||
53 | + <view class='item_top_right' bindtap='regSuccess'> | ||
54 | + 报名 | ||
55 | + </view> | ||
56 | + </view> | ||
57 | + <!-- 底部 --> | ||
58 | + <view class='item_bottom'> | ||
59 | + <view class='item_bottom_left'> | ||
60 | + <view class='item_bottom_left_pic'> | ||
61 | + <image src='/img/aicon_10@2x.png'></image> | ||
62 | + </view> | ||
63 | + <!-- 名字 --> | ||
64 | + <view>王思迪</view> | ||
65 | + </view> | ||
66 | + | ||
67 | + <view class='item_bottom_right'> | ||
68 | + <view class='item_bottom_left_pic'> | ||
69 | + <image src='/img/aicon_09@2x.png'></image> | ||
70 | + </view> | ||
71 | + <view>南开区 3.2km</view> | ||
72 | + </view> | ||
73 | + </view> | ||
74 | + </view> | ||
75 | + <view class='item'> | ||
76 | + <!-- 头部 --> | ||
77 | + <view class='item_top'> | ||
78 | + <view class='item_top_left'> | ||
79 | + <view class='item_top_left_pic'> | ||
80 | + <image src='/img/aicon_08@2x.png'></image> | ||
81 | + </view> | ||
82 | + <view class='item_top_left_text'> | ||
83 | + <view class='text_top'>酒店服务员</view> | ||
84 | + <view class='text_bottom'>4000-5000元/月</view> | ||
85 | + </view> | ||
86 | + </view> | ||
87 | + | ||
88 | + <view class='item_top_right' bindtap='regSuccess'> | ||
89 | + 报名 | ||
90 | + </view> | ||
91 | + </view> | ||
92 | + <!-- 底部 --> | ||
93 | + <view class='item_bottom'> | ||
94 | + <view class='item_bottom_left'> | ||
95 | + <view class='item_bottom_left_pic'> | ||
96 | + <image src='/img/aicon_10@2x.png'></image> | ||
97 | + </view> | ||
98 | + <!-- 名字 --> | ||
99 | + <view>王思迪</view> | ||
100 | + </view> | ||
101 | + | ||
102 | + <view class='item_bottom_right'> | ||
103 | + <view class='item_bottom_left_pic'> | ||
104 | + <image src='/img/aicon_09@2x.png'></image> | ||
105 | + </view> | ||
106 | + <view>南开区 3.2km</view> | ||
107 | + </view> | ||
108 | + </view> | ||
109 | + </view> | ||
110 | + <view class='item'> | ||
111 | + <!-- 头部 --> | ||
112 | + <view class='item_top'> | ||
113 | + <view class='item_top_left'> | ||
114 | + <view class='item_top_left_pic'> | ||
115 | + <image src='/img/aicon_08@2x.png'></image> | ||
116 | + </view> | ||
117 | + <view class='item_top_left_text'> | ||
118 | + <view class='text_top'>酒店服务员</view> | ||
119 | + <view class='text_bottom'>4000-5000元/月</view> | ||
120 | + </view> | ||
121 | + </view> | ||
122 | + | ||
123 | + <view class='item_top_right' bindtap='regSuccess'> | ||
124 | + 报名 | ||
125 | + </view> | ||
126 | + </view> | ||
127 | + <!-- 底部 --> | ||
128 | + <view class='item_bottom'> | ||
129 | + <view class='item_bottom_left'> | ||
130 | + <view class='item_bottom_left_pic'> | ||
131 | + <image src='/img/aicon_10@2x.png'></image> | ||
132 | + </view> | ||
133 | + <!-- 名字 --> | ||
134 | + <view>王思迪</view> | ||
135 | + </view> | ||
136 | + | ||
137 | + <view class='item_bottom_right'> | ||
138 | + <view class='item_bottom_left_pic'> | ||
139 | + <image src='/img/aicon_09@2x.png'></image> | ||
140 | + </view> | ||
141 | + <view>南开区 3.2km</view> | ||
142 | + </view> | ||
143 | + </view> | ||
144 | + </view> | ||
145 | + | ||
146 | + </view> | ||
147 | + | ||
148 | + <!-- 提示 --> | ||
149 | + <view class='bottom'> | ||
150 | + 没有更多内容了 | ||
151 | + </view> | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | +</view> |
pages/atHome/atHome.wxss
0 → 100644
1 | + | ||
2 | + | ||
3 | +page{ | ||
4 | + line-height: 1; | ||
5 | + /* background: #EBEBEB; */ | ||
6 | +} | ||
7 | +.container{ | ||
8 | + display: flex; | ||
9 | + flex-flow: column; | ||
10 | +} | ||
11 | +.top{ | ||
12 | + display: flex; | ||
13 | + align-items: center; | ||
14 | + justify-content: center; | ||
15 | + background: #fff; | ||
16 | + border-top: 1px solid #EBEBEB; | ||
17 | + border-bottom: 1px solid #EBEBEB; | ||
18 | + padding: 24rpx 0; | ||
19 | +} | ||
20 | +.top_box{ | ||
21 | + display: flex; | ||
22 | + align-items: center; | ||
23 | + width:686rpx; | ||
24 | + height:60rpx; | ||
25 | + background:rgba(237,238,242,1); | ||
26 | + border-radius:10rpx; | ||
27 | + box-sizing: border-box; | ||
28 | + padding: 0 24rpx; | ||
29 | +} | ||
30 | +.top_pic{ | ||
31 | + | ||
32 | + width:28rpx; | ||
33 | + height:28rpx; | ||
34 | + display: flex; | ||
35 | +} | ||
36 | +.top_pic image{ | ||
37 | + width: 100%; | ||
38 | + height: 100%; | ||
39 | +} | ||
40 | +.top_box input{ | ||
41 | + margin-left: 25rpx; | ||
42 | + width: 100%; | ||
43 | + height: 100%; | ||
44 | + | ||
45 | + font-size:26rpx; | ||
46 | + font-family:PingFang-SC-Medium; | ||
47 | + font-weight:500; | ||
48 | + color:#000; | ||
49 | +} | ||
50 | + | ||
51 | +.about{ | ||
52 | + | ||
53 | + font-size:30rpx; | ||
54 | + font-family:PingFang-SC-Medium; | ||
55 | + font-weight:500; | ||
56 | + color:rgba(26,26,26,1); | ||
57 | + border-bottom: 1px solid #EBEBEB; | ||
58 | + padding: 24rpx 34rpx 24rpx 55rpx; | ||
59 | + position: relative; | ||
60 | + display: flex; | ||
61 | + align-items: center; | ||
62 | +} | ||
63 | +.about::before{ | ||
64 | + content: ""; | ||
65 | + width:6rpx; | ||
66 | + height:24rpx; | ||
67 | + background:rgba(255,102,0,1); | ||
68 | + position: absolute; | ||
69 | + left: 34rpx; | ||
70 | +} | ||
71 | + | ||
72 | +/* 条目 */ | ||
73 | +.items{ | ||
74 | + display: flex; | ||
75 | + flex-flow: column; | ||
76 | +} | ||
77 | +.item{ | ||
78 | + /* margin-top: 1px; */ | ||
79 | + display: flex; | ||
80 | + flex-flow: column; | ||
81 | + background: #fff; | ||
82 | + padding: 40rpx; | ||
83 | + border-bottom: 1px solid #EBEBEB; | ||
84 | + | ||
85 | +} | ||
86 | +.item:first-child{ | ||
87 | + border-top: 1px solid #EBEBEB | ||
88 | +} | ||
89 | +.item_top{ | ||
90 | + display: flex; | ||
91 | + justify-content: space-between; | ||
92 | +} | ||
93 | +.item_top_left{ | ||
94 | + display: flex; | ||
95 | +} | ||
96 | +.item_top_left_pic{ | ||
97 | + width:72rpx; | ||
98 | + height:72rpx; | ||
99 | + border-radius:2rpx; | ||
100 | + display: flex; | ||
101 | +} | ||
102 | +.item_top_left_pic image{ | ||
103 | + width: 100%; | ||
104 | + height: 100%; | ||
105 | +} | ||
106 | +.item_top_left_text{ | ||
107 | + margin-left: 23rpx; | ||
108 | + display: flex; | ||
109 | + flex-flow: column; | ||
110 | +} | ||
111 | +.text_top{ | ||
112 | + font-size:32rpx; | ||
113 | + font-family:PingFang-SC-Medium; | ||
114 | + font-weight:500; | ||
115 | + color:rgba(26,26,26,1); | ||
116 | +} | ||
117 | +.text_bottom{ | ||
118 | + margin-top: 17rpx; | ||
119 | + font-size:28rpx; | ||
120 | + font-family:PingFang-SC-Medium; | ||
121 | + font-weight:500; | ||
122 | + color:rgba(255,59,40,1); | ||
123 | +} | ||
124 | +.item_top_right{ | ||
125 | + width:140rpx; | ||
126 | + height:66rpx; | ||
127 | + line-height: 66rpx; | ||
128 | + text-align: center; | ||
129 | + border:1px solid rgba(255,102,0,1); | ||
130 | + border-radius:33rpx; | ||
131 | + | ||
132 | + | ||
133 | + font-size:28rpx; | ||
134 | + font-family:PingFang-SC-Medium; | ||
135 | + font-weight:500; | ||
136 | + color:rgba(255,102,0,1); | ||
137 | +} | ||
138 | +.item_bottom{ | ||
139 | + margin-top: 20rpx; | ||
140 | + margin-left: 80rpx; | ||
141 | + display: flex; | ||
142 | + align-items: center; | ||
143 | + justify-content: space-between; | ||
144 | + font-size:26rpx; | ||
145 | + font-family:PingFang-SC-Medium; | ||
146 | + font-weight:500; | ||
147 | + color:rgba(153,153,153,1); | ||
148 | +} | ||
149 | +.item_bottom_left{ | ||
150 | + display: flex; | ||
151 | + align-items: center; | ||
152 | + | ||
153 | +} | ||
154 | +.item_bottom_left_pic{ | ||
155 | + width:22rpx; | ||
156 | + height:22rpx; | ||
157 | + display: flex; | ||
158 | + margin-right: 13rpx; | ||
159 | +} | ||
160 | +.item_bottom_left_pic image{ | ||
161 | + width: 100%; | ||
162 | + height: 100%; | ||
163 | +} | ||
164 | +.item_bottom_right{ | ||
165 | + display: flex; | ||
166 | + align-items: center; | ||
167 | +} | ||
168 | +.item_bottom_left_pic{ | ||
169 | + margin-left: 14rpx; | ||
170 | + width:20rpx; | ||
171 | + height:24rpx; | ||
172 | + display: flex; | ||
173 | +} | ||
174 | +.item_bottom_left_pic image{ | ||
175 | + width: 100%; | ||
176 | + height: 100%; | ||
177 | +} | ||
178 | +.bottom{ | ||
179 | + margin-top: 23rpx; | ||
180 | + text-align: center; | ||
181 | + font-size:24rpx; | ||
182 | + font-family:PingFang-SC-Regular; | ||
183 | + font-weight:400; | ||
184 | + color:rgba(153,153,153,1); | ||
185 | + | ||
186 | +} |
pages/easyPart/easyPart.js
0 → 100644
1 | +// pages/easyPart/eastPart.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + | ||
9 | + }, | ||
10 | + | ||
11 | + /** | ||
12 | + * 生命周期函数--监听页面加载 | ||
13 | + */ | ||
14 | + regSuccess() { | ||
15 | + wx.navigateTo({ | ||
16 | + url: '/pages/regSuccess/regSuccess', | ||
17 | + }) | ||
18 | + }, | ||
19 | + onLoad: function (options) { | ||
20 | + | ||
21 | + }, | ||
22 | + | ||
23 | + /** | ||
24 | + * 生命周期函数--监听页面初次渲染完成 | ||
25 | + */ | ||
26 | + onReady: function () { | ||
27 | + | ||
28 | + }, | ||
29 | + | ||
30 | + /** | ||
31 | + * 生命周期函数--监听页面显示 | ||
32 | + */ | ||
33 | + onShow: function () { | ||
34 | + | ||
35 | + }, | ||
36 | + | ||
37 | + /** | ||
38 | + * 生命周期函数--监听页面隐藏 | ||
39 | + */ | ||
40 | + onHide: function () { | ||
41 | + | ||
42 | + }, | ||
43 | + | ||
44 | + /** | ||
45 | + * 生命周期函数--监听页面卸载 | ||
46 | + */ | ||
47 | + onUnload: function () { | ||
48 | + | ||
49 | + }, | ||
50 | + | ||
51 | + /** | ||
52 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
53 | + */ | ||
54 | + onPullDownRefresh: function () { | ||
55 | + | ||
56 | + }, | ||
57 | + | ||
58 | + /** | ||
59 | + * 页面上拉触底事件的处理函数 | ||
60 | + */ | ||
61 | + onReachBottom: function () { | ||
62 | + | ||
63 | + }, | ||
64 | + | ||
65 | + /** | ||
66 | + * 用户点击右上角分享 | ||
67 | + */ | ||
68 | + onShareAppMessage: function () { | ||
69 | + | ||
70 | + } | ||
71 | +}) |
pages/easyPart/easyPart.wxml
0 → 100644
1 | + | ||
2 | + | ||
3 | +<view class='container'> | ||
4 | + | ||
5 | + <!-- 条目 --> | ||
6 | + <view class='items'> | ||
7 | + <view class='item'> | ||
8 | + <!-- 头部 --> | ||
9 | + <view class='item_top'> | ||
10 | + <view class='item_top_left'> | ||
11 | + <view class='item_top_left_pic'> | ||
12 | + <image src='/img/aicon_08@2x.png'></image> | ||
13 | + </view> | ||
14 | + <view class='item_top_left_text'> | ||
15 | + <view class='text_top'>酒店服务员</view> | ||
16 | + <view class='text_bottom'>4000-5000元/月</view> | ||
17 | + </view> | ||
18 | + </view> | ||
19 | + | ||
20 | + <view class='item_top_right' bindtap='regSuccess'> | ||
21 | + 报名 | ||
22 | + </view> | ||
23 | + </view> | ||
24 | + <!-- 底部 --> | ||
25 | + <view class='item_bottom'> | ||
26 | + <view class='item_bottom_left'> | ||
27 | + <view class='item_bottom_left_pic'> | ||
28 | + <image src='/img/aicon_10@2x.png'></image> | ||
29 | + </view> | ||
30 | + <!-- 名字 --> | ||
31 | + <view>王思迪</view> | ||
32 | + </view> | ||
33 | + | ||
34 | + <view class='item_bottom_right'> | ||
35 | + <view class='item_bottom_left_pic'> | ||
36 | + <image src='/img/aicon_09@2x.png'></image> | ||
37 | + </view> | ||
38 | + <view>南开区 3.2km</view> | ||
39 | + </view> | ||
40 | + </view> | ||
41 | + </view> | ||
42 | + | ||
43 | + | ||
44 | + </view> | ||
45 | + | ||
46 | + <!-- 提示 --> | ||
47 | + <view class='bottom'> | ||
48 | + 没有更多内容了 | ||
49 | + </view> | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | +</view> |
pages/easyPart/easyPart.wxss
0 → 100644
1 | + | ||
2 | + | ||
3 | +page{ | ||
4 | + line-height: 1; | ||
5 | + /* background: #EBEBEB; */ | ||
6 | +} | ||
7 | +.container{ | ||
8 | + display: flex; | ||
9 | + flex-flow: column; | ||
10 | +} | ||
11 | +.top{ | ||
12 | + display: flex; | ||
13 | + align-items: center; | ||
14 | + justify-content: center; | ||
15 | + background: #fff; | ||
16 | + border-top: 1px solid #EBEBEB; | ||
17 | + border-bottom: 1px solid #EBEBEB; | ||
18 | + padding: 24rpx 0; | ||
19 | +} | ||
20 | +.top_box{ | ||
21 | + display: flex; | ||
22 | + align-items: center; | ||
23 | + width:686rpx; | ||
24 | + height:60rpx; | ||
25 | + background:rgba(237,238,242,1); | ||
26 | + border-radius:10rpx; | ||
27 | + box-sizing: border-box; | ||
28 | + padding: 0 24rpx; | ||
29 | +} | ||
30 | +.top_pic{ | ||
31 | + | ||
32 | + width:28rpx; | ||
33 | + height:28rpx; | ||
34 | + display: flex; | ||
35 | +} | ||
36 | +.top_pic image{ | ||
37 | + width: 100%; | ||
38 | + height: 100%; | ||
39 | +} | ||
40 | +.top_box input{ | ||
41 | + margin-left: 25rpx; | ||
42 | + width: 100%; | ||
43 | + height: 100%; | ||
44 | + | ||
45 | + font-size:26rpx; | ||
46 | + font-family:PingFang-SC-Medium; | ||
47 | + font-weight:500; | ||
48 | + color:#000; | ||
49 | +} | ||
50 | + | ||
51 | +.about{ | ||
52 | + | ||
53 | + font-size:30rpx; | ||
54 | + font-family:PingFang-SC-Medium; | ||
55 | + font-weight:500; | ||
56 | + color:rgba(26,26,26,1); | ||
57 | + border-bottom: 1px solid #EBEBEB; | ||
58 | + padding: 24rpx 34rpx 24rpx 55rpx; | ||
59 | + position: relative; | ||
60 | + display: flex; | ||
61 | + align-items: center; | ||
62 | +} | ||
63 | +.about::before{ | ||
64 | + content: ""; | ||
65 | + width:6rpx; | ||
66 | + height:24rpx; | ||
67 | + background:rgba(255,102,0,1); | ||
68 | + position: absolute; | ||
69 | + left: 34rpx; | ||
70 | +} | ||
71 | + | ||
72 | +/* 条目 */ | ||
73 | +.items{ | ||
74 | + display: flex; | ||
75 | + flex-flow: column; | ||
76 | +} | ||
77 | +.item{ | ||
78 | + /* margin-top: 1px; */ | ||
79 | + display: flex; | ||
80 | + flex-flow: column; | ||
81 | + background: #fff; | ||
82 | + padding: 40rpx; | ||
83 | + border-bottom: 1px solid #EBEBEB; | ||
84 | + | ||
85 | +} | ||
86 | +.item:first-child{ | ||
87 | + border-top: 1px solid #EBEBEB | ||
88 | +} | ||
89 | +.item_top{ | ||
90 | + display: flex; | ||
91 | + justify-content: space-between; | ||
92 | +} | ||
93 | +.item_top_left{ | ||
94 | + display: flex; | ||
95 | +} | ||
96 | +.item_top_left_pic{ | ||
97 | + width:72rpx; | ||
98 | + height:72rpx; | ||
99 | + border-radius:2rpx; | ||
100 | + display: flex; | ||
101 | +} | ||
102 | +.item_top_left_pic image{ | ||
103 | + width: 100%; | ||
104 | + height: 100%; | ||
105 | +} | ||
106 | +.item_top_left_text{ | ||
107 | + margin-left: 23rpx; | ||
108 | + display: flex; | ||
109 | + flex-flow: column; | ||
110 | +} | ||
111 | +.text_top{ | ||
112 | + font-size:32rpx; | ||
113 | + font-family:PingFang-SC-Medium; | ||
114 | + font-weight:500; | ||
115 | + color:rgba(26,26,26,1); | ||
116 | +} | ||
117 | +.text_bottom{ | ||
118 | + margin-top: 17rpx; | ||
119 | + font-size:28rpx; | ||
120 | + font-family:PingFang-SC-Medium; | ||
121 | + font-weight:500; | ||
122 | + color:rgba(255,59,40,1); | ||
123 | +} | ||
124 | +.item_top_right{ | ||
125 | + width:140rpx; | ||
126 | + height:66rpx; | ||
127 | + line-height: 66rpx; | ||
128 | + text-align: center; | ||
129 | + border:1px solid rgba(255,102,0,1); | ||
130 | + border-radius:33rpx; | ||
131 | + | ||
132 | + | ||
133 | + font-size:28rpx; | ||
134 | + font-family:PingFang-SC-Medium; | ||
135 | + font-weight:500; | ||
136 | + color:rgba(255,102,0,1); | ||
137 | +} | ||
138 | +.item_bottom{ | ||
139 | + margin-top: 20rpx; | ||
140 | + margin-left: 80rpx; | ||
141 | + display: flex; | ||
142 | + align-items: center; | ||
143 | + justify-content: space-between; | ||
144 | + font-size:26rpx; | ||
145 | + font-family:PingFang-SC-Medium; | ||
146 | + font-weight:500; | ||
147 | + color:rgba(153,153,153,1); | ||
148 | +} | ||
149 | +.item_bottom_left{ | ||
150 | + display: flex; | ||
151 | + align-items: center; | ||
152 | + | ||
153 | +} | ||
154 | +.item_bottom_left_pic{ | ||
155 | + width:22rpx; | ||
156 | + height:22rpx; | ||
157 | + display: flex; | ||
158 | + margin-right: 13rpx; | ||
159 | +} | ||
160 | +.item_bottom_left_pic image{ | ||
161 | + width: 100%; | ||
162 | + height: 100%; | ||
163 | +} | ||
164 | +.item_bottom_right{ | ||
165 | + display: flex; | ||
166 | + align-items: center; | ||
167 | +} | ||
168 | +.item_bottom_left_pic{ | ||
169 | + margin-left: 14rpx; | ||
170 | + width:20rpx; | ||
171 | + height:24rpx; | ||
172 | + display: flex; | ||
173 | +} | ||
174 | +.item_bottom_left_pic image{ | ||
175 | + width: 100%; | ||
176 | + height: 100%; | ||
177 | +} | ||
178 | +.bottom{ | ||
179 | + margin-top: 23rpx; | ||
180 | + text-align: center; | ||
181 | + font-size:24rpx; | ||
182 | + font-family:PingFang-SC-Regular; | ||
183 | + font-weight:400; | ||
184 | + color:rgba(153,153,153,1); | ||
185 | + | ||
186 | +} |
pages/goodWord/goodWord.js
0 → 100644
1 | +// pages/goodWord/goodWord.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + | ||
9 | + }, | ||
10 | + | ||
11 | + /** | ||
12 | + * 生命周期函数--监听页面加载 | ||
13 | + */ | ||
14 | + | ||
15 | + regSuccess() { | ||
16 | + wx.navigateTo({ | ||
17 | + url: '/pages/regSuccess/regSuccess', | ||
18 | + }) | ||
19 | + }, | ||
20 | + | ||
21 | + onLoad: function (options) { | ||
22 | + | ||
23 | + }, | ||
24 | + | ||
25 | + /** | ||
26 | + * 生命周期函数--监听页面初次渲染完成 | ||
27 | + */ | ||
28 | + onReady: function () { | ||
29 | + | ||
30 | + }, | ||
31 | + | ||
32 | + /** | ||
33 | + * 生命周期函数--监听页面显示 | ||
34 | + */ | ||
35 | + onShow: function () { | ||
36 | + | ||
37 | + }, | ||
38 | + | ||
39 | + /** | ||
40 | + * 生命周期函数--监听页面隐藏 | ||
41 | + */ | ||
42 | + onHide: function () { | ||
43 | + | ||
44 | + }, | ||
45 | + | ||
46 | + /** | ||
47 | + * 生命周期函数--监听页面卸载 | ||
48 | + */ | ||
49 | + onUnload: function () { | ||
50 | + | ||
51 | + }, | ||
52 | + | ||
53 | + /** | ||
54 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
55 | + */ | ||
56 | + onPullDownRefresh: function () { | ||
57 | + | ||
58 | + }, | ||
59 | + | ||
60 | + /** | ||
61 | + * 页面上拉触底事件的处理函数 | ||
62 | + */ | ||
63 | + onReachBottom: function () { | ||
64 | + | ||
65 | + }, | ||
66 | + | ||
67 | + /** | ||
68 | + * 用户点击右上角分享 | ||
69 | + */ | ||
70 | + onShareAppMessage: function () { | ||
71 | + | ||
72 | + } | ||
73 | +}) |
pages/goodWord/goodWord.json
0 → 100644
pages/goodWord/goodWord.wxml
0 → 100644
1 | + | ||
2 | + | ||
3 | +<view class='container'> | ||
4 | + | ||
5 | + <!-- 条目 --> | ||
6 | + <view class='items'> | ||
7 | + <view class='item'> | ||
8 | + <!-- 头部 --> | ||
9 | + <view class='item_top'> | ||
10 | + <view class='item_top_left'> | ||
11 | + <view class='item_top_left_pic'> | ||
12 | + <image src='/img/aicon_08@2x.png'></image> | ||
13 | + </view> | ||
14 | + <view class='item_top_left_text'> | ||
15 | + <view class='text_top'>酒店服务员</view> | ||
16 | + <view class='text_bottom'>4000-5000元/月</view> | ||
17 | + </view> | ||
18 | + </view> | ||
19 | + | ||
20 | + <view class='item_top_right' bindtap='regSuccess'> | ||
21 | + 报名 | ||
22 | + </view> | ||
23 | + </view> | ||
24 | + <!-- 底部 --> | ||
25 | + <view class='item_bottom'> | ||
26 | + <view class='item_bottom_left'> | ||
27 | + <view class='item_bottom_left_pic'> | ||
28 | + <image src='/img/aicon_10@2x.png'></image> | ||
29 | + </view> | ||
30 | + <!-- 名字 --> | ||
31 | + <view>王思迪</view> | ||
32 | + </view> | ||
33 | + | ||
34 | + <view class='item_bottom_right'> | ||
35 | + <view class='item_bottom_left_pic'> | ||
36 | + <image src='/img/aicon_09@2x.png'></image> | ||
37 | + </view> | ||
38 | + <view>南开区 3.2km</view> | ||
39 | + </view> | ||
40 | + </view> | ||
41 | + </view> | ||
42 | + <view class='item'> | ||
43 | + <!-- 头部 --> | ||
44 | + <view class='item_top'> | ||
45 | + <view class='item_top_left'> | ||
46 | + <view class='item_top_left_pic'> | ||
47 | + <image src='/img/aicon_08@2x.png'></image> | ||
48 | + </view> | ||
49 | + <view class='item_top_left_text'> | ||
50 | + <view class='text_top'>酒店服务员</view> | ||
51 | + <view class='text_bottom'>4000-5000元/月</view> | ||
52 | + </view> | ||
53 | + </view> | ||
54 | + | ||
55 | + <view class='item_top_right' bindtap='regSuccess'> | ||
56 | + 报名 | ||
57 | + </view> | ||
58 | + </view> | ||
59 | + <!-- 底部 --> | ||
60 | + <view class='item_bottom'> | ||
61 | + <view class='item_bottom_left'> | ||
62 | + <view class='item_bottom_left_pic'> | ||
63 | + <image src='/img/aicon_10@2x.png'></image> | ||
64 | + </view> | ||
65 | + <!-- 名字 --> | ||
66 | + <view>王思迪</view> | ||
67 | + </view> | ||
68 | + | ||
69 | + <view class='item_bottom_right'> | ||
70 | + <view class='item_bottom_left_pic'> | ||
71 | + <image src='/img/aicon_09@2x.png'></image> | ||
72 | + </view> | ||
73 | + <view>南开区 3.2km</view> | ||
74 | + </view> | ||
75 | + </view> | ||
76 | + </view> | ||
77 | + <view class='item'> | ||
78 | + <!-- 头部 --> | ||
79 | + <view class='item_top'> | ||
80 | + <view class='item_top_left'> | ||
81 | + <view class='item_top_left_pic'> | ||
82 | + <image src='/img/aicon_08@2x.png'></image> | ||
83 | + </view> | ||
84 | + <view class='item_top_left_text'> | ||
85 | + <view class='text_top'>酒店服务员</view> | ||
86 | + <view class='text_bottom'>4000-5000元/月</view> | ||
87 | + </view> | ||
88 | + </view> | ||
89 | + | ||
90 | + <view class='item_top_right' bindtap='regSuccess'> | ||
91 | + 报名 | ||
92 | + </view> | ||
93 | + </view> | ||
94 | + <!-- 底部 --> | ||
95 | + <view class='item_bottom'> | ||
96 | + <view class='item_bottom_left'> | ||
97 | + <view class='item_bottom_left_pic'> | ||
98 | + <image src='/img/aicon_10@2x.png'></image> | ||
99 | + </view> | ||
100 | + <!-- 名字 --> | ||
101 | + <view>王思迪</view> | ||
102 | + </view> | ||
103 | + | ||
104 | + <view class='item_bottom_right'> | ||
105 | + <view class='item_bottom_left_pic'> | ||
106 | + <image src='/img/aicon_09@2x.png'></image> | ||
107 | + </view> | ||
108 | + <view>南开区 3.2km</view> | ||
109 | + </view> | ||
110 | + </view> | ||
111 | + </view> | ||
112 | + <view class='item'> | ||
113 | + <!-- 头部 --> | ||
114 | + <view class='item_top'> | ||
115 | + <view class='item_top_left'> | ||
116 | + <view class='item_top_left_pic'> | ||
117 | + <image src='/img/aicon_08@2x.png'></image> | ||
118 | + </view> | ||
119 | + <view class='item_top_left_text'> | ||
120 | + <view class='text_top'>酒店服务员</view> | ||
121 | + <view class='text_bottom'>4000-5000元/月</view> | ||
122 | + </view> | ||
123 | + </view> | ||
124 | + | ||
125 | + <view class='item_top_right' bindtap='regSuccess'> | ||
126 | + 报名 | ||
127 | + </view> | ||
128 | + </view> | ||
129 | + <!-- 底部 --> | ||
130 | + <view class='item_bottom'> | ||
131 | + <view class='item_bottom_left'> | ||
132 | + <view class='item_bottom_left_pic'> | ||
133 | + <image src='/img/aicon_10@2x.png'></image> | ||
134 | + </view> | ||
135 | + <!-- 名字 --> | ||
136 | + <view>王思迪</view> | ||
137 | + </view> | ||
138 | + | ||
139 | + <view class='item_bottom_right'> | ||
140 | + <view class='item_bottom_left_pic'> | ||
141 | + <image src='/img/aicon_09@2x.png'></image> | ||
142 | + </view> | ||
143 | + <view>南开区 3.2km</view> | ||
144 | + </view> | ||
145 | + </view> | ||
146 | + </view> | ||
147 | + | ||
148 | + | ||
149 | + </view> | ||
150 | + | ||
151 | + <!-- 提示 --> | ||
152 | + <view class='bottom'> | ||
153 | + 没有更多内容了 | ||
154 | + </view> | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | +</view> |
pages/goodWord/goodWord.wxss
0 → 100644
1 | + | ||
2 | + | ||
3 | +page{ | ||
4 | + line-height: 1; | ||
5 | + /* background: #EBEBEB; */ | ||
6 | +} | ||
7 | +.container{ | ||
8 | + display: flex; | ||
9 | + flex-flow: column; | ||
10 | +} | ||
11 | +.top{ | ||
12 | + display: flex; | ||
13 | + align-items: center; | ||
14 | + justify-content: center; | ||
15 | + background: #fff; | ||
16 | + border-top: 1px solid #EBEBEB; | ||
17 | + border-bottom: 1px solid #EBEBEB; | ||
18 | + padding: 24rpx 0; | ||
19 | +} | ||
20 | +.top_box{ | ||
21 | + display: flex; | ||
22 | + align-items: center; | ||
23 | + width:686rpx; | ||
24 | + height:60rpx; | ||
25 | + background:rgba(237,238,242,1); | ||
26 | + border-radius:10rpx; | ||
27 | + box-sizing: border-box; | ||
28 | + padding: 0 24rpx; | ||
29 | +} | ||
30 | +.top_pic{ | ||
31 | + | ||
32 | + width:28rpx; | ||
33 | + height:28rpx; | ||
34 | + display: flex; | ||
35 | +} | ||
36 | +.top_pic image{ | ||
37 | + width: 100%; | ||
38 | + height: 100%; | ||
39 | +} | ||
40 | +.top_box input{ | ||
41 | + margin-left: 25rpx; | ||
42 | + width: 100%; | ||
43 | + height: 100%; | ||
44 | + | ||
45 | + font-size:26rpx; | ||
46 | + font-family:PingFang-SC-Medium; | ||
47 | + font-weight:500; | ||
48 | + color:#000; | ||
49 | +} | ||
50 | + | ||
51 | +.about{ | ||
52 | + | ||
53 | + font-size:30rpx; | ||
54 | + font-family:PingFang-SC-Medium; | ||
55 | + font-weight:500; | ||
56 | + color:rgba(26,26,26,1); | ||
57 | + border-bottom: 1px solid #EBEBEB; | ||
58 | + padding: 24rpx 34rpx 24rpx 55rpx; | ||
59 | + position: relative; | ||
60 | + display: flex; | ||
61 | + align-items: center; | ||
62 | +} | ||
63 | +.about::before{ | ||
64 | + content: ""; | ||
65 | + width:6rpx; | ||
66 | + height:24rpx; | ||
67 | + background:rgba(255,102,0,1); | ||
68 | + position: absolute; | ||
69 | + left: 34rpx; | ||
70 | +} | ||
71 | + | ||
72 | +/* 条目 */ | ||
73 | +.items{ | ||
74 | + display: flex; | ||
75 | + flex-flow: column; | ||
76 | +} | ||
77 | +.item{ | ||
78 | + /* margin-top: 1px; */ | ||
79 | + display: flex; | ||
80 | + flex-flow: column; | ||
81 | + background: #fff; | ||
82 | + padding: 40rpx; | ||
83 | + border-bottom: 1px solid #EBEBEB; | ||
84 | + | ||
85 | +} | ||
86 | +.item:first-child{ | ||
87 | + border-top: 1px solid #EBEBEB | ||
88 | +} | ||
89 | +.item_top{ | ||
90 | + display: flex; | ||
91 | + justify-content: space-between; | ||
92 | +} | ||
93 | +.item_top_left{ | ||
94 | + display: flex; | ||
95 | +} | ||
96 | +.item_top_left_pic{ | ||
97 | + width:72rpx; | ||
98 | + height:72rpx; | ||
99 | + border-radius:2rpx; | ||
100 | + display: flex; | ||
101 | +} | ||
102 | +.item_top_left_pic image{ | ||
103 | + width: 100%; | ||
104 | + height: 100%; | ||
105 | +} | ||
106 | +.item_top_left_text{ | ||
107 | + margin-left: 23rpx; | ||
108 | + display: flex; | ||
109 | + flex-flow: column; | ||
110 | +} | ||
111 | +.text_top{ | ||
112 | + font-size:32rpx; | ||
113 | + font-family:PingFang-SC-Medium; | ||
114 | + font-weight:500; | ||
115 | + color:rgba(26,26,26,1); | ||
116 | +} | ||
117 | +.text_bottom{ | ||
118 | + margin-top: 17rpx; | ||
119 | + font-size:28rpx; | ||
120 | + font-family:PingFang-SC-Medium; | ||
121 | + font-weight:500; | ||
122 | + color:rgba(255,59,40,1); | ||
123 | +} | ||
124 | +.item_top_right{ | ||
125 | + width:140rpx; | ||
126 | + height:66rpx; | ||
127 | + line-height: 66rpx; | ||
128 | + text-align: center; | ||
129 | + border:1px solid rgba(255,102,0,1); | ||
130 | + border-radius:33rpx; | ||
131 | + | ||
132 | + | ||
133 | + font-size:28rpx; | ||
134 | + font-family:PingFang-SC-Medium; | ||
135 | + font-weight:500; | ||
136 | + color:rgba(255,102,0,1); | ||
137 | +} | ||
138 | +.item_bottom{ | ||
139 | + margin-top: 20rpx; | ||
140 | + margin-left: 80rpx; | ||
141 | + display: flex; | ||
142 | + align-items: center; | ||
143 | + justify-content: space-between; | ||
144 | + font-size:26rpx; | ||
145 | + font-family:PingFang-SC-Medium; | ||
146 | + font-weight:500; | ||
147 | + color:rgba(153,153,153,1); | ||
148 | +} | ||
149 | +.item_bottom_left{ | ||
150 | + display: flex; | ||
151 | + align-items: center; | ||
152 | + | ||
153 | +} | ||
154 | +.item_bottom_left_pic{ | ||
155 | + width:22rpx; | ||
156 | + height:22rpx; | ||
157 | + display: flex; | ||
158 | + margin-right: 13rpx; | ||
159 | +} | ||
160 | +.item_bottom_left_pic image{ | ||
161 | + width: 100%; | ||
162 | + height: 100%; | ||
163 | +} | ||
164 | +.item_bottom_right{ | ||
165 | + display: flex; | ||
166 | + align-items: center; | ||
167 | +} | ||
168 | +.item_bottom_left_pic{ | ||
169 | + margin-left: 14rpx; | ||
170 | + width:20rpx; | ||
171 | + height:24rpx; | ||
172 | + display: flex; | ||
173 | +} | ||
174 | +.item_bottom_left_pic image{ | ||
175 | + width: 100%; | ||
176 | + height: 100%; | ||
177 | +} | ||
178 | +.bottom{ | ||
179 | + margin-top: 23rpx; | ||
180 | + text-align: center; | ||
181 | + font-size:24rpx; | ||
182 | + font-family:PingFang-SC-Regular; | ||
183 | + font-weight:400; | ||
184 | + color:rgba(153,153,153,1); | ||
185 | + | ||
186 | +} |
pages/hotRecommend/hotRecommend.js
0 → 100644
1 | +// pages/hotRecommend/hotRecommend.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + | ||
9 | + }, | ||
10 | + | ||
11 | + /** | ||
12 | + * 生命周期函数--监听页面加载 | ||
13 | + */ | ||
14 | + regSuccess() { | ||
15 | + wx.navigateTo({ | ||
16 | + url: '/pages/regSuccess/regSuccess', | ||
17 | + }) | ||
18 | + }, | ||
19 | + onLoad: function (options) { | ||
20 | + | ||
21 | + }, | ||
22 | + | ||
23 | + /** | ||
24 | + * 生命周期函数--监听页面初次渲染完成 | ||
25 | + */ | ||
26 | + onReady: function () { | ||
27 | + | ||
28 | + }, | ||
29 | + | ||
30 | + /** | ||
31 | + * 生命周期函数--监听页面显示 | ||
32 | + */ | ||
33 | + onShow: function () { | ||
34 | + | ||
35 | + }, | ||
36 | + | ||
37 | + /** | ||
38 | + * 生命周期函数--监听页面隐藏 | ||
39 | + */ | ||
40 | + onHide: function () { | ||
41 | + | ||
42 | + }, | ||
43 | + | ||
44 | + /** | ||
45 | + * 生命周期函数--监听页面卸载 | ||
46 | + */ | ||
47 | + onUnload: function () { | ||
48 | + | ||
49 | + }, | ||
50 | + | ||
51 | + /** | ||
52 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
53 | + */ | ||
54 | + onPullDownRefresh: function () { | ||
55 | + | ||
56 | + }, | ||
57 | + | ||
58 | + /** | ||
59 | + * 页面上拉触底事件的处理函数 | ||
60 | + */ | ||
61 | + onReachBottom: function () { | ||
62 | + | ||
63 | + }, | ||
64 | + | ||
65 | + /** | ||
66 | + * 用户点击右上角分享 | ||
67 | + */ | ||
68 | + onShareAppMessage: function () { | ||
69 | + | ||
70 | + } | ||
71 | +}) |
pages/hotRecommend/hotRecommend.json
0 → 100644
pages/hotRecommend/hotRecommend.wxml
0 → 100644
1 | + | ||
2 | + | ||
3 | +<view class='container'> | ||
4 | + | ||
5 | + <!-- 条目 --> | ||
6 | + <view class='items'> | ||
7 | + <view class='item'> | ||
8 | + <!-- 头部 --> | ||
9 | + <view class='item_top'> | ||
10 | + <view class='item_top_left'> | ||
11 | + <view class='item_top_left_pic'> | ||
12 | + <image src='/img/aicon_08@2x.png'></image> | ||
13 | + </view> | ||
14 | + <view class='item_top_left_text'> | ||
15 | + <view class='text_top'>酒店服务员</view> | ||
16 | + <view class='text_bottom'>4000-5000元/月</view> | ||
17 | + </view> | ||
18 | + </view> | ||
19 | + | ||
20 | + <view class='item_top_right' bindtap='regSuccess'> | ||
21 | + 报名 | ||
22 | + </view> | ||
23 | + </view> | ||
24 | + <!-- 底部 --> | ||
25 | + <view class='item_bottom'> | ||
26 | + <view class='item_bottom_left'> | ||
27 | + <view class='item_bottom_left_pic'> | ||
28 | + <image src='/img/aicon_10@2x.png'></image> | ||
29 | + </view> | ||
30 | + <!-- 名字 --> | ||
31 | + <view>王思迪</view> | ||
32 | + </view> | ||
33 | + | ||
34 | + <view class='item_bottom_right'> | ||
35 | + <view class='item_bottom_left_pic'> | ||
36 | + <image src='/img/aicon_09@2x.png'></image> | ||
37 | + </view> | ||
38 | + <view>南开区 3.2km</view> | ||
39 | + </view> | ||
40 | + </view> | ||
41 | + </view> | ||
42 | + | ||
43 | + <view class='item'> | ||
44 | + <!-- 头部 --> | ||
45 | + <view class='item_top'> | ||
46 | + <view class='item_top_left'> | ||
47 | + <view class='item_top_left_pic'> | ||
48 | + <image src='/img/aicon_08@2x.png'></image> | ||
49 | + </view> | ||
50 | + <view class='item_top_left_text'> | ||
51 | + <view class='text_top'>酒店服务员</view> | ||
52 | + <view class='text_bottom'>4000-5000元/月</view> | ||
53 | + </view> | ||
54 | + </view> | ||
55 | + | ||
56 | + <view class='item_top_right' bindtap='regSuccess'> | ||
57 | + 报名 | ||
58 | + </view> | ||
59 | + </view> | ||
60 | + <!-- 底部 --> | ||
61 | + <view class='item_bottom'> | ||
62 | + <view class='item_bottom_left'> | ||
63 | + <view class='item_bottom_left_pic'> | ||
64 | + <image src='/img/aicon_10@2x.png'></image> | ||
65 | + </view> | ||
66 | + <!-- 名字 --> | ||
67 | + <view>王思迪</view> | ||
68 | + </view> | ||
69 | + | ||
70 | + <view class='item_bottom_right'> | ||
71 | + <view class='item_bottom_left_pic'> | ||
72 | + <image src='/img/aicon_09@2x.png'></image> | ||
73 | + </view> | ||
74 | + <view>南开区 3.2km</view> | ||
75 | + </view> | ||
76 | + </view> | ||
77 | + </view> | ||
78 | + | ||
79 | + <view class='item'> | ||
80 | + <!-- 头部 --> | ||
81 | + <view class='item_top'> | ||
82 | + <view class='item_top_left'> | ||
83 | + <view class='item_top_left_pic'> | ||
84 | + <image src='/img/aicon_08@2x.png'></image> | ||
85 | + </view> | ||
86 | + <view class='item_top_left_text'> | ||
87 | + <view class='text_top'>酒店服务员</view> | ||
88 | + <view class='text_bottom'>4000-5000元/月</view> | ||
89 | + </view> | ||
90 | + </view> | ||
91 | + | ||
92 | + <view class='item_top_right' bindtap='regSuccess'> | ||
93 | + 报名 | ||
94 | + </view> | ||
95 | + </view> | ||
96 | + <!-- 底部 --> | ||
97 | + <view class='item_bottom'> | ||
98 | + <view class='item_bottom_left'> | ||
99 | + <view class='item_bottom_left_pic'> | ||
100 | + <image src='/img/aicon_10@2x.png'></image> | ||
101 | + </view> | ||
102 | + <!-- 名字 --> | ||
103 | + <view>王思迪</view> | ||
104 | + </view> | ||
105 | + | ||
106 | + <view class='item_bottom_right'> | ||
107 | + <view class='item_bottom_left_pic'> | ||
108 | + <image src='/img/aicon_09@2x.png'></image> | ||
109 | + </view> | ||
110 | + <view>南开区 3.2km</view> | ||
111 | + </view> | ||
112 | + </view> | ||
113 | + </view> | ||
114 | + | ||
115 | + <view class='item'> | ||
116 | + <!-- 头部 --> | ||
117 | + <view class='item_top'> | ||
118 | + <view class='item_top_left'> | ||
119 | + <view class='item_top_left_pic'> | ||
120 | + <image src='/img/aicon_08@2x.png'></image> | ||
121 | + </view> | ||
122 | + <view class='item_top_left_text'> | ||
123 | + <view class='text_top'>酒店服务员</view> | ||
124 | + <view class='text_bottom'>4000-5000元/月</view> | ||
125 | + </view> | ||
126 | + </view> | ||
127 | + | ||
128 | + <view class='item_top_right' bindtap='regSuccess'> | ||
129 | + 报名 | ||
130 | + </view> | ||
131 | + </view> | ||
132 | + <!-- 底部 --> | ||
133 | + <view class='item_bottom'> | ||
134 | + <view class='item_bottom_left'> | ||
135 | + <view class='item_bottom_left_pic'> | ||
136 | + <image src='/img/aicon_10@2x.png'></image> | ||
137 | + </view> | ||
138 | + <!-- 名字 --> | ||
139 | + <view>王思迪</view> | ||
140 | + </view> | ||
141 | + | ||
142 | + <view class='item_bottom_right'> | ||
143 | + <view class='item_bottom_left_pic'> | ||
144 | + <image src='/img/aicon_09@2x.png'></image> | ||
145 | + </view> | ||
146 | + <view>南开区 3.2km</view> | ||
147 | + </view> | ||
148 | + </view> | ||
149 | + </view> | ||
150 | + | ||
151 | + | ||
152 | + </view> | ||
153 | + | ||
154 | + <!-- 提示 --> | ||
155 | + <view class='bottom'> | ||
156 | + 没有更多内容了 | ||
157 | + </view> | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | +</view> |
pages/hotRecommend/hotRecommend.wxss
0 → 100644
1 | + | ||
2 | + | ||
3 | +page{ | ||
4 | + line-height: 1; | ||
5 | + /* background: #EBEBEB; */ | ||
6 | +} | ||
7 | +.container{ | ||
8 | + display: flex; | ||
9 | + flex-flow: column; | ||
10 | +} | ||
11 | +.top{ | ||
12 | + display: flex; | ||
13 | + align-items: center; | ||
14 | + justify-content: center; | ||
15 | + background: #fff; | ||
16 | + border-top: 1px solid #EBEBEB; | ||
17 | + border-bottom: 1px solid #EBEBEB; | ||
18 | + padding: 24rpx 0; | ||
19 | +} | ||
20 | +.top_box{ | ||
21 | + display: flex; | ||
22 | + align-items: center; | ||
23 | + width:686rpx; | ||
24 | + height:60rpx; | ||
25 | + background:rgba(237,238,242,1); | ||
26 | + border-radius:10rpx; | ||
27 | + box-sizing: border-box; | ||
28 | + padding: 0 24rpx; | ||
29 | +} | ||
30 | +.top_pic{ | ||
31 | + | ||
32 | + width:28rpx; | ||
33 | + height:28rpx; | ||
34 | + display: flex; | ||
35 | +} | ||
36 | +.top_pic image{ | ||
37 | + width: 100%; | ||
38 | + height: 100%; | ||
39 | +} | ||
40 | +.top_box input{ | ||
41 | + margin-left: 25rpx; | ||
42 | + width: 100%; | ||
43 | + height: 100%; | ||
44 | + | ||
45 | + font-size:26rpx; | ||
46 | + font-family:PingFang-SC-Medium; | ||
47 | + font-weight:500; | ||
48 | + color:#000; | ||
49 | +} | ||
50 | + | ||
51 | +.about{ | ||
52 | + | ||
53 | + font-size:30rpx; | ||
54 | + font-family:PingFang-SC-Medium; | ||
55 | + font-weight:500; | ||
56 | + color:rgba(26,26,26,1); | ||
57 | + border-bottom: 1px solid #EBEBEB; | ||
58 | + padding: 24rpx 34rpx 24rpx 55rpx; | ||
59 | + position: relative; | ||
60 | + display: flex; | ||
61 | + align-items: center; | ||
62 | +} | ||
63 | +.about::before{ | ||
64 | + content: ""; | ||
65 | + width:6rpx; | ||
66 | + height:24rpx; | ||
67 | + background:rgba(255,102,0,1); | ||
68 | + position: absolute; | ||
69 | + left: 34rpx; | ||
70 | +} | ||
71 | + | ||
72 | +/* 条目 */ | ||
73 | +.items{ | ||
74 | + display: flex; | ||
75 | + flex-flow: column; | ||
76 | +} | ||
77 | +.item{ | ||
78 | + /* margin-top: 1px; */ | ||
79 | + display: flex; | ||
80 | + flex-flow: column; | ||
81 | + background: #fff; | ||
82 | + padding: 40rpx; | ||
83 | + border-bottom: 1px solid #EBEBEB; | ||
84 | + | ||
85 | +} | ||
86 | +.item:first-child{ | ||
87 | + border-top: 1px solid #EBEBEB | ||
88 | +} | ||
89 | +.item_top{ | ||
90 | + display: flex; | ||
91 | + justify-content: space-between; | ||
92 | +} | ||
93 | +.item_top_left{ | ||
94 | + display: flex; | ||
95 | +} | ||
96 | +.item_top_left_pic{ | ||
97 | + width:72rpx; | ||
98 | + height:72rpx; | ||
99 | + border-radius:2rpx; | ||
100 | + display: flex; | ||
101 | +} | ||
102 | +.item_top_left_pic image{ | ||
103 | + width: 100%; | ||
104 | + height: 100%; | ||
105 | +} | ||
106 | +.item_top_left_text{ | ||
107 | + margin-left: 23rpx; | ||
108 | + display: flex; | ||
109 | + flex-flow: column; | ||
110 | +} | ||
111 | +.text_top{ | ||
112 | + font-size:32rpx; | ||
113 | + font-family:PingFang-SC-Medium; | ||
114 | + font-weight:500; | ||
115 | + color:rgba(26,26,26,1); | ||
116 | +} | ||
117 | +.text_bottom{ | ||
118 | + margin-top: 17rpx; | ||
119 | + font-size:28rpx; | ||
120 | + font-family:PingFang-SC-Medium; | ||
121 | + font-weight:500; | ||
122 | + color:rgba(255,59,40,1); | ||
123 | +} | ||
124 | +.item_top_right{ | ||
125 | + width:140rpx; | ||
126 | + height:66rpx; | ||
127 | + line-height: 66rpx; | ||
128 | + text-align: center; | ||
129 | + border:1px solid rgba(255,102,0,1); | ||
130 | + border-radius:33rpx; | ||
131 | + | ||
132 | + | ||
133 | + font-size:28rpx; | ||
134 | + font-family:PingFang-SC-Medium; | ||
135 | + font-weight:500; | ||
136 | + color:rgba(255,102,0,1); | ||
137 | +} | ||
138 | +.item_bottom{ | ||
139 | + margin-top: 20rpx; | ||
140 | + margin-left: 80rpx; | ||
141 | + display: flex; | ||
142 | + align-items: center; | ||
143 | + justify-content: space-between; | ||
144 | + font-size:26rpx; | ||
145 | + font-family:PingFang-SC-Medium; | ||
146 | + font-weight:500; | ||
147 | + color:rgba(153,153,153,1); | ||
148 | +} | ||
149 | +.item_bottom_left{ | ||
150 | + display: flex; | ||
151 | + align-items: center; | ||
152 | + | ||
153 | +} | ||
154 | +.item_bottom_left_pic{ | ||
155 | + width:22rpx; | ||
156 | + height:22rpx; | ||
157 | + display: flex; | ||
158 | + margin-right: 13rpx; | ||
159 | +} | ||
160 | +.item_bottom_left_pic image{ | ||
161 | + width: 100%; | ||
162 | + height: 100%; | ||
163 | +} | ||
164 | +.item_bottom_right{ | ||
165 | + display: flex; | ||
166 | + align-items: center; | ||
167 | +} | ||
168 | +.item_bottom_left_pic{ | ||
169 | + margin-left: 14rpx; | ||
170 | + width:20rpx; | ||
171 | + height:24rpx; | ||
172 | + display: flex; | ||
173 | +} | ||
174 | +.item_bottom_left_pic image{ | ||
175 | + width: 100%; | ||
176 | + height: 100%; | ||
177 | +} | ||
178 | +.bottom{ | ||
179 | + margin-top: 23rpx; | ||
180 | + text-align: center; | ||
181 | + font-size:24rpx; | ||
182 | + font-family:PingFang-SC-Regular; | ||
183 | + font-weight:400; | ||
184 | + color:rgba(153,153,153,1); | ||
185 | + | ||
186 | +} |
@@ -175,18 +175,50 @@ Page({ | @@ -175,18 +175,50 @@ Page({ | ||
175 | ] | 175 | ] |
176 | }, | 176 | }, |
177 | 177 | ||
178 | - // 点击展示mask | 178 | + // 点击展示筛选mask |
179 | mask_show() { | 179 | mask_show() { |
180 | this.setData({ | 180 | this.setData({ |
181 | mask: true | 181 | mask: true |
182 | }) | 182 | }) |
183 | }, | 183 | }, |
184 | + // 点击确定后关闭筛选遮罩层 | ||
185 | + toConfirm(){ | ||
186 | + this.setData({ | ||
187 | + mask: false | ||
188 | + }) | ||
189 | + }, | ||
190 | + | ||
191 | + | ||
184 | /** | 192 | /** |
185 | * 生命周期函数--监听页面加载 | 193 | * 生命周期函数--监听页面加载 |
186 | */ | 194 | */ |
187 | onLoad: function(options) { | 195 | onLoad: function(options) { |
188 | 196 | ||
189 | }, | 197 | }, |
198 | + // 在家可做 | ||
199 | + atHome(){ | ||
200 | + wx.navigateTo({ | ||
201 | + url: '/pages/atHome/atHome', | ||
202 | + }) | ||
203 | + }, | ||
204 | + // 好评工作 | ||
205 | + goodWord(){ | ||
206 | + wx.navigateTo({ | ||
207 | + url: '/pages/goodWord/goodWord', | ||
208 | + }) | ||
209 | + }, | ||
210 | + // 热门推荐 | ||
211 | + hotRecommend(){ | ||
212 | + wx.navigateTo({ | ||
213 | + url: '/pages/hotRecommend/hotRecommend', | ||
214 | + }) | ||
215 | + }, | ||
216 | + // 轻松兼职 | ||
217 | + easyPart(){ | ||
218 | + wx.navigateTo({ | ||
219 | + url: '/pages/easyPart/easyPart', | ||
220 | + }) | ||
221 | + }, | ||
190 | navbarTap: function(e) { | 222 | navbarTap: function(e) { |
191 | console.log(88) | 223 | console.log(88) |
192 | let that = this; | 224 | let that = this; |
@@ -243,6 +275,15 @@ Page({ | @@ -243,6 +275,15 @@ Page({ | ||
243 | }) | 275 | }) |
244 | }, | 276 | }, |
245 | 277 | ||
278 | + // 报名成功 | ||
279 | + regSuccess(){ | ||
280 | + wx.navigateTo({ | ||
281 | + url: '/pages/regSuccess/regSuccess', | ||
282 | + }) | ||
283 | + }, | ||
284 | + | ||
285 | + | ||
286 | + | ||
246 | /** | 287 | /** |
247 | * 生命周期函数--监听页面初次渲染完成 | 288 | * 生命周期函数--监听页面初次渲染完成 |
248 | */ | 289 | */ |
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | </view> | 19 | </view> |
20 | <!-- 中部选择 --> | 20 | <!-- 中部选择 --> |
21 | <view class='mid'> | 21 | <view class='mid'> |
22 | - <view class='mid_list'> | 22 | + <view class='mid_list' bindtap='atHome'> |
23 | <!-- 图片 --> | 23 | <!-- 图片 --> |
24 | <view class='mid_list_top'> | 24 | <view class='mid_list_top'> |
25 | <image src='/img/aicon_03@2x.png'></image> | 25 | <image src='/img/aicon_03@2x.png'></image> |
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | 在家可做 | 29 | 在家可做 |
30 | </view> | 30 | </view> |
31 | </view> | 31 | </view> |
32 | - <view class='mid_list'> | 32 | + <view class='mid_list' bindtap='goodWord'> |
33 | <!-- 图片 --> | 33 | <!-- 图片 --> |
34 | <view class='mid_list_top'> | 34 | <view class='mid_list_top'> |
35 | <image src='/img/aicon_05@2x.png'></image> | 35 | <image src='/img/aicon_05@2x.png'></image> |
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | 好评推荐 | 39 | 好评推荐 |
40 | </view> | 40 | </view> |
41 | </view> | 41 | </view> |
42 | - <view class='mid_list'> | 42 | + <view class='mid_list' bindtap='hotRecommend'> |
43 | <!-- 图片 --> | 43 | <!-- 图片 --> |
44 | <view class='mid_list_top'> | 44 | <view class='mid_list_top'> |
45 | <image src='/img/aicon_04@2x.png'></image> | 45 | <image src='/img/aicon_04@2x.png'></image> |
@@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
49 | 热门推荐 | 49 | 热门推荐 |
50 | </view> | 50 | </view> |
51 | </view> | 51 | </view> |
52 | - <view class='mid_list'> | 52 | + <view class='mid_list' bindtap='easyPart'> |
53 | <!-- 图片 --> | 53 | <!-- 图片 --> |
54 | <view class='mid_list_top'> | 54 | <view class='mid_list_top'> |
55 | <image src='/img/aicon_06@2x.png'></image> | 55 | <image src='/img/aicon_06@2x.png'></image> |
@@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
113 | </view> | 113 | </view> |
114 | <!-- 条目 --> | 114 | <!-- 条目 --> |
115 | <view class='items'> | 115 | <view class='items'> |
116 | - <view class='item'> | 116 | + <view class='item' > |
117 | <!-- 头部 --> | 117 | <!-- 头部 --> |
118 | <view class='item_top'> | 118 | <view class='item_top'> |
119 | <view class='item_top_left'> | 119 | <view class='item_top_left'> |
@@ -126,7 +126,7 @@ | @@ -126,7 +126,7 @@ | ||
126 | </view> | 126 | </view> |
127 | </view> | 127 | </view> |
128 | 128 | ||
129 | - <view class='item_top_right'> | 129 | + <view class='item_top_right' bindtap='regSuccess'> |
130 | 报名 | 130 | 报名 |
131 | </view> | 131 | </view> |
132 | </view> | 132 | </view> |
@@ -148,7 +148,7 @@ | @@ -148,7 +148,7 @@ | ||
148 | </view> | 148 | </view> |
149 | </view> | 149 | </view> |
150 | </view> | 150 | </view> |
151 | - <view class='item'> | 151 | + <view class='item' > |
152 | <!-- 头部 --> | 152 | <!-- 头部 --> |
153 | <view class='item_top'> | 153 | <view class='item_top'> |
154 | <view class='item_top_left'> | 154 | <view class='item_top_left'> |
@@ -161,7 +161,7 @@ | @@ -161,7 +161,7 @@ | ||
161 | </view> | 161 | </view> |
162 | </view> | 162 | </view> |
163 | 163 | ||
164 | - <view class='item_top_right'> | 164 | + <view class='item_top_right' bindtap='regSuccess'> |
165 | 报名 | 165 | 报名 |
166 | </view> | 166 | </view> |
167 | </view> | 167 | </view> |
@@ -183,7 +183,7 @@ | @@ -183,7 +183,7 @@ | ||
183 | </view> | 183 | </view> |
184 | </view> | 184 | </view> |
185 | </view> | 185 | </view> |
186 | - <view class='item'> | 186 | + <view class='item' > |
187 | <!-- 头部 --> | 187 | <!-- 头部 --> |
188 | <view class='item_top'> | 188 | <view class='item_top'> |
189 | <view class='item_top_left'> | 189 | <view class='item_top_left'> |
@@ -196,7 +196,7 @@ | @@ -196,7 +196,7 @@ | ||
196 | </view> | 196 | </view> |
197 | </view> | 197 | </view> |
198 | 198 | ||
199 | - <view class='item_top_right'> | 199 | + <view class='item_top_right' bindtap='regSuccess'> |
200 | 报名 | 200 | 报名 |
201 | </view> | 201 | </view> |
202 | </view> | 202 | </view> |
@@ -218,7 +218,7 @@ | @@ -218,7 +218,7 @@ | ||
218 | </view> | 218 | </view> |
219 | </view> | 219 | </view> |
220 | </view> | 220 | </view> |
221 | - <view class='item'> | 221 | + <view class='item' > |
222 | <!-- 头部 --> | 222 | <!-- 头部 --> |
223 | <view class='item_top'> | 223 | <view class='item_top'> |
224 | <view class='item_top_left'> | 224 | <view class='item_top_left'> |
@@ -231,7 +231,7 @@ | @@ -231,7 +231,7 @@ | ||
231 | </view> | 231 | </view> |
232 | </view> | 232 | </view> |
233 | 233 | ||
234 | - <view class='item_top_right'> | 234 | + <view class='item_top_right' bindtap='regSuccess'> |
235 | 报名 | 235 | 报名 |
236 | </view> | 236 | </view> |
237 | </view> | 237 | </view> |
@@ -444,7 +444,7 @@ | @@ -444,7 +444,7 @@ | ||
444 | <!-- 底部按钮 --> | 444 | <!-- 底部按钮 --> |
445 | <view class='screen_bottom'> | 445 | <view class='screen_bottom'> |
446 | <view class='screen_bottom_left'>重置</view> | 446 | <view class='screen_bottom_left'>重置</view> |
447 | - <view class='screen_bottom_right'>确认</view> | 447 | + <view class='screen_bottom_right' bindtap='toConfirm'>确认</view> |
448 | </view> | 448 | </view> |
449 | </view> | 449 | </view> |
450 | 450 |
@@ -5,16 +5,50 @@ Page({ | @@ -5,16 +5,50 @@ Page({ | ||
5 | * 页面的初始数据 | 5 | * 页面的初始数据 |
6 | */ | 6 | */ |
7 | data: { | 7 | data: { |
8 | - | 8 | + navbar: [{ |
9 | + name: '有效邀请(15人)' | ||
10 | + }, | ||
11 | + { | ||
12 | + name: '无效邀请(15人)' | ||
13 | + } | ||
14 | + ], | ||
15 | + currentTab: 0, | ||
16 | + | ||
17 | + // 判断弹出层,初始值为false为关闭 | ||
18 | + show_apply:false | ||
9 | }, | 19 | }, |
10 | 20 | ||
11 | /** | 21 | /** |
12 | * 生命周期函数--监听页面加载 | 22 | * 生命周期函数--监听页面加载 |
13 | */ | 23 | */ |
24 | + | ||
25 | + | ||
14 | onLoad: function (options) { | 26 | onLoad: function (options) { |
15 | 27 | ||
16 | }, | 28 | }, |
17 | 29 | ||
30 | + navbarTap: function (e) { | ||
31 | + | ||
32 | + let that = this; | ||
33 | + this.setData({ | ||
34 | + currentTab: e.currentTarget.dataset.idx, | ||
35 | + }) | ||
36 | + }, | ||
37 | + | ||
38 | + // 点击显示提现申请 | ||
39 | + open_apply(){ | ||
40 | + this.setData({ | ||
41 | + show_apply:true | ||
42 | + }) | ||
43 | + }, | ||
44 | + // 点击关闭提现申请 | ||
45 | + close_apply(){ | ||
46 | + this.setData({ | ||
47 | + show_apply:false | ||
48 | + }) | ||
49 | + }, | ||
50 | + | ||
51 | + | ||
18 | /** | 52 | /** |
19 | * 生命周期函数--监听页面初次渲染完成 | 53 | * 生命周期函数--监听页面初次渲染完成 |
20 | */ | 54 | */ |
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | <view class='mid_content_bottom'>已提现金额(元)<span class='fontSize'>130</span></view> | 25 | <view class='mid_content_bottom'>已提现金额(元)<span class='fontSize'>130</span></view> |
26 | </view> | 26 | </view> |
27 | <!-- 提现 --> | 27 | <!-- 提现 --> |
28 | - <view class='mid_deposit'> | 28 | + <view class='mid_deposit' bindtap='open_apply'> |
29 | <view class='mid_deposit_text'>提现</view> | 29 | <view class='mid_deposit_text'>提现</view> |
30 | <view class='mid_deposit_icon'> | 30 | <view class='mid_deposit_icon'> |
31 | <image src='../../img/aicon_33@2x.png'></image> | 31 | <image src='../../img/aicon_33@2x.png'></image> |
@@ -36,13 +36,68 @@ | @@ -36,13 +36,68 @@ | ||
36 | 36 | ||
37 | <!-- 邀请盒子 --> | 37 | <!-- 邀请盒子 --> |
38 | <view class='invite'> | 38 | <view class='invite'> |
39 | - <view class='invite_top'> | 39 | + |
40 | + <view class="invite_top"> | ||
41 | +<view wx:for="{{navbar}}" data-idx="{{index}}" class="invite_top_select {{currentTab==index ? 'color_yellow' : ''}}" wx:key="unique" bindtap="navbarTap" data-categoryid="{{item.id}}">{{item.name}} | ||
42 | + </view> | ||
43 | + </view> | ||
44 | + | ||
45 | + | ||
46 | + <!-- <view class='invite_top'> | ||
40 | <view class='invite_top_select color_yellow'>有效邀请(15人)</view> | 47 | <view class='invite_top_select color_yellow'>有效邀请(15人)</view> |
41 | <view class='invite_top_select '>无效邀请(15人)</view> | 48 | <view class='invite_top_select '>无效邀请(15人)</view> |
42 | 49 | ||
50 | + </view> --> | ||
51 | + <!-- 列表1 --> | ||
52 | + <view class='invite_box' wx:if="{{currentTab==0}}"> | ||
53 | + <view class='invite_item'> | ||
54 | + <view class='invite_item_left'> | ||
55 | + <view class='invite_item_left_icon'> | ||
56 | + <image src='../../img/aicon_49@2x.png'></image> | ||
57 | + </view> | ||
58 | + <view class='invite_item_left_text'> | ||
59 | + 宇宙无敌小可爱 | ||
60 | + </view> | ||
61 | + </view> | ||
62 | + | ||
63 | + <view class='invite_item_right'> | ||
64 | + 已报名2次 | ||
65 | + </view> | ||
66 | + </view> | ||
67 | + | ||
68 | + <view class='invite_item'> | ||
69 | + <view class='invite_item_left'> | ||
70 | + <view class='invite_item_left_icon'> | ||
71 | + <image src='../../img/aicon_49@2x.png'></image> | ||
72 | + </view> | ||
73 | + <view class='invite_item_left_text'> | ||
74 | + 宇宙无敌小可爱 | ||
75 | + </view> | ||
76 | + </view> | ||
77 | + | ||
78 | + <view class='invite_item_right'> | ||
79 | + 已报名2次 | ||
80 | + </view> | ||
81 | + </view> | ||
43 | </view> | 82 | </view> |
44 | - <!-- 列表 --> | ||
45 | - <view class='invite_box'> | 83 | + |
84 | + <!-- 列表2 --> | ||
85 | + <view class='invite_box' wx:if="{{currentTab==1}}"> | ||
86 | + <view class='invite_item'> | ||
87 | + <view class='invite_item_left'> | ||
88 | + <view class='invite_item_left_icon'> | ||
89 | + <image src='../../img/aicon_49@2x.png'></image> | ||
90 | + </view> | ||
91 | + <view class='invite_item_left_text'> | ||
92 | + 宇宙无敌小可爱 | ||
93 | + </view> | ||
94 | + </view> | ||
95 | + | ||
96 | + <view class='invite_item_right'> | ||
97 | + 已报名2次 | ||
98 | + </view> | ||
99 | + </view> | ||
100 | + | ||
46 | <view class='invite_item'> | 101 | <view class='invite_item'> |
47 | <view class='invite_item_left'> | 102 | <view class='invite_item_left'> |
48 | <view class='invite_item_left_icon'> | 103 | <view class='invite_item_left_icon'> |
@@ -85,12 +140,12 @@ | @@ -85,12 +140,12 @@ | ||
85 | </view> | 140 | </view> |
86 | 141 | ||
87 | <!-- 提现弹层 --> | 142 | <!-- 提现弹层 --> |
88 | - <view class='mask' style='display:none' > | 143 | + <view class='mask' wx:if="{{show_apply}}" > |
89 | <view class='mask_item'> | 144 | <view class='mask_item'> |
90 | <!-- 关闭 --> | 145 | <!-- 关闭 --> |
91 | <view class='mask_item_top'> | 146 | <view class='mask_item_top'> |
92 | <view></view> | 147 | <view></view> |
93 | - <view class='mask_item_top_pic'> | 148 | + <view class='mask_item_top_pic' bindtap='close_apply'> |
94 | <image src='../../img/aicon_47@2x.png'></image> | 149 | <image src='../../img/aicon_47@2x.png'></image> |
95 | </view> | 150 | </view> |
96 | </view> | 151 | </view> |
@@ -167,11 +167,12 @@ page{ | @@ -167,11 +167,12 @@ page{ | ||
167 | border-bottom: 1px solid #EBEBEB; | 167 | border-bottom: 1px solid #EBEBEB; |
168 | } | 168 | } |
169 | .invite_top_select{ | 169 | .invite_top_select{ |
170 | - | 170 | + /* text-align: center; */ |
171 | font-size:30rpx; | 171 | font-size:30rpx; |
172 | font-family:PingFang-SC-Bold; | 172 | font-family:PingFang-SC-Bold; |
173 | font-weight:bold; | 173 | font-weight:bold; |
174 | color:#EBEBEB; | 174 | color:#EBEBEB; |
175 | + | ||
175 | } | 176 | } |
176 | .color_yellow{ | 177 | .color_yellow{ |
177 | color: #FFAA00; | 178 | color: #FFAA00; |
@@ -180,9 +181,9 @@ page{ | @@ -180,9 +181,9 @@ page{ | ||
180 | .color_yellow::before{ | 181 | .color_yellow::before{ |
181 | content:''; | 182 | content:''; |
182 | position: absolute; | 183 | position: absolute; |
183 | - bottom: -30rpx; | 184 | + bottom: -32rpx; |
184 | left: -60rpx; | 185 | left: -60rpx; |
185 | - width: 365rpx; | 186 | + width: 330rpx; |
186 | height: 1px; | 187 | height: 1px; |
187 | background: #FFAA00; | 188 | background: #FFAA00; |
188 | } | 189 | } |
@@ -5,12 +5,95 @@ Page({ | @@ -5,12 +5,95 @@ Page({ | ||
5 | * 页面的初始数据 | 5 | * 页面的初始数据 |
6 | */ | 6 | */ |
7 | data: { | 7 | data: { |
8 | - | 8 | + callPhone:false, |
9 | + show_apply:false | ||
9 | }, | 10 | }, |
10 | 11 | ||
11 | /** | 12 | /** |
12 | * 生命周期函数--监听页面加载 | 13 | * 生命周期函数--监听页面加载 |
13 | */ | 14 | */ |
15 | + | ||
16 | + //报名记录 | ||
17 | + record(){ | ||
18 | + wx.navigateTo({ | ||
19 | + url: '/pages/record/record', | ||
20 | + }) | ||
21 | + }, | ||
22 | + // 我的简历 | ||
23 | + myResume2(){ | ||
24 | + wx.navigateTo({ | ||
25 | + url: '/pages/myResume2/myResume2', | ||
26 | + }) | ||
27 | + }, | ||
28 | + // 岗位收藏 | ||
29 | + record2(){ | ||
30 | + wx.navigateTo({ | ||
31 | + url: '/pages/record2/record2', | ||
32 | + }) | ||
33 | + }, | ||
34 | + | ||
35 | + // 报名名单 | ||
36 | + registration(){ | ||
37 | + wx.navigateTo({ | ||
38 | + url: '/pages/registration/registration', | ||
39 | + }) | ||
40 | + }, | ||
41 | + | ||
42 | + // 发布岗位 | ||
43 | + toPublish(){ | ||
44 | + console.log(111) | ||
45 | + wx.switchTab({ | ||
46 | + url: '/pages/publish/publish', | ||
47 | + }) | ||
48 | + // wx.navigateTo({ | ||
49 | + // url: '/pages/publish/publish', | ||
50 | + // }) | ||
51 | + }, | ||
52 | + | ||
53 | + // 推荐有奖 | ||
54 | + toRecommend(){ | ||
55 | + wx.navigateTo({ | ||
56 | + url: '/pages/recommend/recommend', | ||
57 | + }) | ||
58 | + }, | ||
59 | + // 意见反馈 | ||
60 | + toFeedback(){ | ||
61 | + wx.navigateTo({ | ||
62 | + url: '/pages/feedback/feedback', | ||
63 | + }) | ||
64 | + }, | ||
65 | + | ||
66 | + // 我的消息 | ||
67 | + myMessage(){ | ||
68 | + wx.navigateTo({ | ||
69 | + url: '/pages/myMessage/myMessage', | ||
70 | + }) | ||
71 | + }, | ||
72 | + | ||
73 | + // 打开手机客服 | ||
74 | + open_phone(){ | ||
75 | + this.setData({ | ||
76 | + callPhone:true | ||
77 | + }) | ||
78 | + }, | ||
79 | + // 关闭手机客服 | ||
80 | + close_phone(){ | ||
81 | + this.setData({ | ||
82 | + callPhone:false | ||
83 | + }) | ||
84 | + }, | ||
85 | + // 打开提现框 | ||
86 | + open_apply(){ | ||
87 | + this.setData({ | ||
88 | + show_apply:true | ||
89 | + }) | ||
90 | + }, | ||
91 | + // 关闭提现框 | ||
92 | + close_apply(){ | ||
93 | + this.setData({ | ||
94 | + show_apply:false | ||
95 | + }) | ||
96 | + }, | ||
14 | onLoad: function (options) { | 97 | onLoad: function (options) { |
15 | 98 | ||
16 | }, | 99 | }, |
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | <view class='mid_content_bottom'>已提现金额(元)<span class='fontSize'>130</span></view> | 34 | <view class='mid_content_bottom'>已提现金额(元)<span class='fontSize'>130</span></view> |
35 | </view> | 35 | </view> |
36 | <!-- 提现 --> | 36 | <!-- 提现 --> |
37 | - <view class='mid_deposit'> | 37 | + <view class='mid_deposit' bindtap='open_apply'> |
38 | <view class='mid_deposit_text'>提现</view> | 38 | <view class='mid_deposit_text'>提现</view> |
39 | <view class='mid_deposit_icon'> | 39 | <view class='mid_deposit_icon'> |
40 | <image src='../../img/aicon_33@2x.png'></image> | 40 | <image src='../../img/aicon_33@2x.png'></image> |
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | <view class='items'> | 46 | <view class='items'> |
47 | <view class='item_top'>应聘管理</view> | 47 | <view class='item_top'>应聘管理</view> |
48 | <view class='item_mid'> | 48 | <view class='item_mid'> |
49 | - <view class='item_mid_i'> | 49 | + <view class='item_mid_i' bindtap='record'> |
50 | <view class='item_mid_i_top'> | 50 | <view class='item_mid_i_top'> |
51 | <image src='../../img/aicon_36@2x.png'></image> | 51 | <image src='../../img/aicon_36@2x.png'></image> |
52 | </view> | 52 | </view> |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | </view> | 55 | </view> |
56 | </view> | 56 | </view> |
57 | 57 | ||
58 | - <view class='item_mid_i'> | 58 | + <view class='item_mid_i' bindtap='myResume2'> |
59 | <view class='item_mid_i_top resume'> | 59 | <view class='item_mid_i_top resume'> |
60 | <image src='../../img/aicon_37@2x.png'></image> | 60 | <image src='../../img/aicon_37@2x.png'></image> |
61 | </view> | 61 | </view> |
@@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
64 | </view> | 64 | </view> |
65 | </view> | 65 | </view> |
66 | 66 | ||
67 | - <view class='item_mid_i'> | 67 | + <view class='item_mid_i' bindtap='record2'> |
68 | <view class='item_mid_i_top collect'> | 68 | <view class='item_mid_i_top collect'> |
69 | <image src='../../img/aicon_38@2x.png'></image> | 69 | <image src='../../img/aicon_38@2x.png'></image> |
70 | </view> | 70 | </view> |
@@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
80 | <view class='item_list'> | 80 | <view class='item_list'> |
81 | <view class='item_top'>招聘管理</view> | 81 | <view class='item_top'>招聘管理</view> |
82 | <view class='item_mid'> | 82 | <view class='item_mid'> |
83 | - <view class='item_mid_i'> | 83 | + <view class='item_mid_i' bindtap='registration'> |
84 | <view class='item_mid_i_top apply'> | 84 | <view class='item_mid_i_top apply'> |
85 | <image src='../../img/aicon_39@2x.png'></image> | 85 | <image src='../../img/aicon_39@2x.png'></image> |
86 | </view> | 86 | </view> |
@@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
89 | </view> | 89 | </view> |
90 | </view> | 90 | </view> |
91 | 91 | ||
92 | - <view class='item_mid_i'> | 92 | + <view class='item_mid_i' bindtap='toPublish'> |
93 | <view class='item_mid_i_top issue'> | 93 | <view class='item_mid_i_top issue'> |
94 | <image src='../../img/aicon_40@2x.png'></image> | 94 | <image src='../../img/aicon_40@2x.png'></image> |
95 | </view> | 95 | </view> |
@@ -106,25 +106,25 @@ | @@ -106,25 +106,25 @@ | ||
106 | <view class='item_list'> | 106 | <view class='item_list'> |
107 | <view class='item_top'>必备工具</view> | 107 | <view class='item_top'>必备工具</view> |
108 | <view class='item_mid'> | 108 | <view class='item_mid'> |
109 | - <view class='item_mid_i'> | 109 | + <view class='item_mid_i' bindtap='toRecommend'> |
110 | <view class='item_mid_i_top recommend'> | 110 | <view class='item_mid_i_top recommend'> |
111 | <image src='../../img/aicon_41@2x.png'></image> | 111 | <image src='../../img/aicon_41@2x.png'></image> |
112 | </view> | 112 | </view> |
113 | <view class='item_mid_i_text'> | 113 | <view class='item_mid_i_text'> |
114 | - 报名名单 | 114 | + 推荐有奖 |
115 | </view> | 115 | </view> |
116 | </view> | 116 | </view> |
117 | 117 | ||
118 | - <view class='item_mid_i'> | 118 | + <view class='item_mid_i' bindtap='toFeedback'> |
119 | <view class='item_mid_i_top opinion'> | 119 | <view class='item_mid_i_top opinion'> |
120 | <image src='../../img/aicon_42@2x.png'></image> | 120 | <image src='../../img/aicon_42@2x.png'></image> |
121 | </view> | 121 | </view> |
122 | <view class='item_mid_i_text'> | 122 | <view class='item_mid_i_text'> |
123 | - 发布岗位 | 123 | + 意见反馈 |
124 | </view> | 124 | </view> |
125 | </view> | 125 | </view> |
126 | 126 | ||
127 | - <view class='item_mid_i'> | 127 | + <view class='item_mid_i' bindtap='myMessage'> |
128 | <view class='item_mid_i_top message'> | 128 | <view class='item_mid_i_top message'> |
129 | <image src='../../img/aicon_43@2x.png'></image> | 129 | <image src='../../img/aicon_43@2x.png'></image> |
130 | </view> | 130 | </view> |
@@ -142,7 +142,7 @@ | @@ -142,7 +142,7 @@ | ||
142 | </view> | 142 | </view> |
143 | </view> | 143 | </view> |
144 | 144 | ||
145 | - <view class='item_mid_i'> | 145 | + <view class='item_mid_i' bindtap='open_phone'> |
146 | <view class='item_mid_i_top tel'> | 146 | <view class='item_mid_i_top tel'> |
147 | <image src='../../img/aicon_45@2x.png'></image> | 147 | <image src='../../img/aicon_45@2x.png'></image> |
148 | </view> | 148 | </view> |
@@ -158,4 +158,57 @@ | @@ -158,4 +158,57 @@ | ||
158 | </view> | 158 | </view> |
159 | 159 | ||
160 | 160 | ||
161 | + <!-- 提现弹层 --> | ||
162 | + <view class='mask' wx:if="{{show_apply}}" > | ||
163 | + <view class='mask_item'> | ||
164 | + <!-- 关闭 --> | ||
165 | + <view class='mask_item_top'> | ||
166 | + <view></view> | ||
167 | + <view class='mask_item_top_pic' bindtap='close_apply'> | ||
168 | + <image src='../../img/aicon_47@2x.png'></image> | ||
169 | + </view> | ||
170 | + </view> | ||
171 | + <!-- 提现申请 --> | ||
172 | + <view class='mask_item_title'> | ||
173 | + 提现申请 | ||
174 | + </view> | ||
175 | + <!-- 输入信息 --> | ||
176 | + <view class='input_item marin_t'> | ||
177 | + <view class='input_item_left'>支付宝账户</view> | ||
178 | + <input placeholder='请输入正确的支付宝账户'></input> | ||
179 | + </view> | ||
180 | + <view class='input_item'> | ||
181 | + <view class='input_item_left'>账户姓名</view> | ||
182 | + <input placeholder='请输入支付宝姓名'></input> | ||
183 | + </view> | ||
184 | + <view class='input_item item3'> | ||
185 | + <view class='input_item_left'>输入提现金额</view> | ||
186 | + <input placeholder='请输入10的倍数'></input> | ||
187 | + <view class='input_text'>元</view> | ||
188 | + </view> | ||
189 | + | ||
190 | + <!-- 提交 --> | ||
191 | + <view class='button_box'> | ||
192 | + <view class='button'>提交</view> | ||
193 | + </view> | ||
194 | + | ||
195 | + <!-- 提示字体 --> | ||
196 | + <view class='bottom_text'> | ||
197 | + 奖励需满10元可提,提现金额必须为10的倍数,每日最多提现一次,提交成功后,会在三个工作日内转账至您的支付宝账号,请确保账号、姓名填写正确哦~ | ||
198 | + </view> | ||
199 | + | ||
200 | + </view> | ||
201 | + </view> | ||
202 | + | ||
203 | + <!-- 客服电话遮盖层 --> | ||
204 | + <view class='mask2' wx:if='{{callPhone}}'> | ||
205 | + <view class='mask2_mid'> | ||
206 | + <view class='mask2_mid_top'>需要拨打客服电话吗</view> | ||
207 | + <view class='mask2_mid_mid'>400 800 8820</view> | ||
208 | + <view class='mask2_mid_bottom'> | ||
209 | + <view class='mask2_bottom_left' bindtap='close_phone'>取消</view> | ||
210 | + <view class='mask2_bottom_right'>确定</view> | ||
211 | + </view> | ||
212 | + </view> | ||
213 | + </view> | ||
161 | </view> | 214 | </view> |
@@ -285,4 +285,193 @@ page{ | @@ -285,4 +285,193 @@ page{ | ||
285 | .tel image{ | 285 | .tel image{ |
286 | width: 100%; | 286 | width: 100%; |
287 | height: 100%; | 287 | height: 100%; |
288 | -} | ||
288 | +} | ||
289 | +.mask2{ | ||
290 | + | ||
291 | + position: fixed; | ||
292 | + top: 0; | ||
293 | + right: 0; | ||
294 | + bottom: 0; | ||
295 | + left: 0; | ||
296 | + background:rgba(26,26,26,0.4); | ||
297 | + display: flex; | ||
298 | + justify-content: center; | ||
299 | +} | ||
300 | +.mask2_mid{ | ||
301 | + margin-top: 255rpx; | ||
302 | + width:526rpx; | ||
303 | + height:339rpx; | ||
304 | + background:rgba(255,255,255,1); | ||
305 | + box-shadow:0rpx 8rpx 16rpx 0rpx rgba(0, 0, 0, 0.08); | ||
306 | + border-radius:10rpx; | ||
307 | + display: flex; | ||
308 | + align-items: center; | ||
309 | + justify-content: center; | ||
310 | + flex-flow: column; | ||
311 | +} | ||
312 | +.mask2_mid_top{ | ||
313 | + font-size:32rpx; | ||
314 | + font-family:PingFang-SC-Bold; | ||
315 | + font-weight:bold; | ||
316 | + color:rgba(26,26,26,1); | ||
317 | +} | ||
318 | +.mask2_mid_mid{ | ||
319 | + margin-top: 44rpx; | ||
320 | + font-size:40rpx; | ||
321 | + font-family:Roboto-Regular; | ||
322 | + font-weight:400; | ||
323 | + color:rgba(26,26,26,1); | ||
324 | +} | ||
325 | +.mask2_mid_bottom{ | ||
326 | + margin-top: 50rpx; | ||
327 | + display: flex; | ||
328 | + justify-content: space-between; | ||
329 | +} | ||
330 | +.mask2_bottom_left{ | ||
331 | + width:200rpx; | ||
332 | + height:76rpx; | ||
333 | + line-height: 76rpx; | ||
334 | + text-align: center; | ||
335 | + border:2rpx solid rgba(255,170,0,1); | ||
336 | + border-radius:10rpx; | ||
337 | + | ||
338 | + font-size:28rpx; | ||
339 | + font-family:PingFang-SC-Bold; | ||
340 | + font-weight:bold; | ||
341 | + color:rgba(255,170,0,1); | ||
342 | +} | ||
343 | +.mask2_bottom_right{ | ||
344 | + margin-left: 50rpx; | ||
345 | + width:200rpx; | ||
346 | + height:76rpx; | ||
347 | + line-height: 76rpx; | ||
348 | + text-align: center; | ||
349 | + background:rgba(255,170,0,1); | ||
350 | + border-radius:10rpx; | ||
351 | + | ||
352 | + font-size:28rpx; | ||
353 | + font-family:PingFang-SC-Bold; | ||
354 | + font-weight:bold; | ||
355 | + color:rgba(255,255,255,1); | ||
356 | +} | ||
357 | + | ||
358 | + | ||
359 | +.mask{ | ||
360 | + position: fixed; | ||
361 | + top: 0; | ||
362 | + right: 0; | ||
363 | + bottom: 0; | ||
364 | + left: 0; | ||
365 | + background:rgba(0,0,0,0.4); | ||
366 | + z-index: 999; | ||
367 | + display: flex; | ||
368 | + /* align-items: center; */ | ||
369 | + justify-content: center; | ||
370 | +} | ||
371 | +.mask_item{ | ||
372 | + margin-top: 270rpx; | ||
373 | + width:686rpx; | ||
374 | + height:679rpx; | ||
375 | + background:rgba(255,255,255,1); | ||
376 | + border-radius:10rpx; | ||
377 | + box-sizing: border-box; | ||
378 | + padding: 30rpx; | ||
379 | + /* display: flex; | ||
380 | + flex-flow: column; */ | ||
381 | + /* align-items: center; */ | ||
382 | + | ||
383 | +} | ||
384 | +.mask_item_top{ | ||
385 | + display: flex; | ||
386 | + justify-content: space-between; | ||
387 | +} | ||
388 | +.mask_item_top_pic{ | ||
389 | + width:30rpx; | ||
390 | + height:30rpx; | ||
391 | + display: flex; | ||
392 | +} | ||
393 | +.mask_item_top_pic image{ | ||
394 | + width: 100%; | ||
395 | + height: 100%; | ||
396 | +} | ||
397 | +.mask_item_title{ | ||
398 | + text-align: center; | ||
399 | + font-size:40rpx; | ||
400 | + font-family:PingFang-SC-Bold; | ||
401 | + font-weight:bold; | ||
402 | + color:rgba(26,26,26,1); | ||
403 | + | ||
404 | +} | ||
405 | +.input_item{ | ||
406 | + margin-top: 24rpx; | ||
407 | + display: flex; | ||
408 | + align-items: center; | ||
409 | + justify-content: space-between; | ||
410 | + | ||
411 | +} | ||
412 | + | ||
413 | +.input_item_left{ | ||
414 | + font-size:32rpx; | ||
415 | + font-family:PingFang-SC-Medium; | ||
416 | + font-weight:500; | ||
417 | + color:rgba(26,26,26,1); | ||
418 | + /* line-height:36px; */ | ||
419 | + width: 200rpx; | ||
420 | + text-align: right; | ||
421 | +} | ||
422 | +.input_item input{ | ||
423 | + margin-left: 39rpx; | ||
424 | + width:393rpx; | ||
425 | + height:60rpx; | ||
426 | + background:#F2F2F2; | ||
427 | + border-radius:2rpx; | ||
428 | + font-size: 28rpx; | ||
429 | + box-sizing: border-box; | ||
430 | + padding: 0 25rpx; | ||
431 | +} | ||
432 | +.item3 input{ | ||
433 | + width:340rpx; | ||
434 | + height:60rpx; | ||
435 | + background:rgba(242,242,242,1); | ||
436 | + border-radius:2rpx; | ||
437 | +} | ||
438 | +.input_text{ | ||
439 | + margin-left: 23rpx; | ||
440 | + font-size:32rpx; | ||
441 | + font-family:PingFang-SC-Medium; | ||
442 | + font-weight:500; | ||
443 | + color:rgba(26,26,26,1); | ||
444 | +} | ||
445 | +.marin_t{ | ||
446 | + margin-top: 57rpx; | ||
447 | +} | ||
448 | +.button_box{ | ||
449 | + margin-top: 40rpx; | ||
450 | + display: flex; | ||
451 | + align-items: center; | ||
452 | + justify-content: center; | ||
453 | +} | ||
454 | +.button{ | ||
455 | + width:300rpx; | ||
456 | + height:80rpx; | ||
457 | + line-height: 80rpx; | ||
458 | + text-align: center; | ||
459 | + background:rgba(255,129,44,1); | ||
460 | + border-radius:5rpx; | ||
461 | + | ||
462 | + font-size:28rpx; | ||
463 | + font-family:PingFang-SC-Medium; | ||
464 | + font-weight:500; | ||
465 | + color:rgba(255,255,255,1); | ||
466 | + | ||
467 | +} | ||
468 | +.bottom_text{ | ||
469 | + margin-top: 20rpx; | ||
470 | + font-size:24rpx; | ||
471 | + font-family:PingFang-SC-Medium; | ||
472 | + font-weight:500; | ||
473 | + color:rgba(255,102,0,0.8); | ||
474 | + line-height: 36rpx; | ||
475 | + box-sizing: border-box; | ||
476 | + padding: 0 24rpx 10rpx 20rpx; | ||
477 | +} |
@@ -11,6 +11,13 @@ Page({ | @@ -11,6 +11,13 @@ Page({ | ||
11 | /** | 11 | /** |
12 | * 生命周期函数--监听页面加载 | 12 | * 生命周期函数--监听页面加载 |
13 | */ | 13 | */ |
14 | + | ||
15 | + // 消息通知 | ||
16 | + myMessage2(){ | ||
17 | + wx.navigateTo({ | ||
18 | + url: '/pages/myMessage2/myMessage2', | ||
19 | + }) | ||
20 | + }, | ||
14 | onLoad: function (options) { | 21 | onLoad: function (options) { |
15 | 22 | ||
16 | }, | 23 | }, |
1 | <!--pages/myMessage/myMessage.wxml--> | 1 | <!--pages/myMessage/myMessage.wxml--> |
2 | <view class='container'> | 2 | <view class='container'> |
3 | - <view class='item'> | 3 | + <view class='item' bindtap='myMessage2'> |
4 | <view class='item_left'> | 4 | <view class='item_left'> |
5 | <view class='item_left_pic'> | 5 | <view class='item_left_pic'> |
6 | <image src='../../img/aicon_48@2x.png'></image> | 6 | <image src='../../img/aicon_48@2x.png'></image> |
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | </view> | 17 | </view> |
18 | </view> | 18 | </view> |
19 | 19 | ||
20 | - <view class='item'> | 20 | + <view class='item' bindtap='myMessage2'> |
21 | <view class='item_left'> | 21 | <view class='item_left'> |
22 | <view class='item_left_pic'> | 22 | <view class='item_left_pic'> |
23 | <image src='../../img/aicon_48@2x.png'></image> | 23 | <image src='../../img/aicon_48@2x.png'></image> |
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | </view> | 33 | </view> |
34 | </view> | 34 | </view> |
35 | 35 | ||
36 | - <view class='item'> | 36 | + <view class='item' bindtap='myMessage2'> |
37 | <view class='item_left'> | 37 | <view class='item_left'> |
38 | <view class='item_left_pic'> | 38 | <view class='item_left_pic'> |
39 | <image src='../../img/aicon_48@2x.png'></image> | 39 | <image src='../../img/aicon_48@2x.png'></image> |
@@ -5,9 +5,71 @@ Page({ | @@ -5,9 +5,71 @@ Page({ | ||
5 | * 页面的初始数据 | 5 | * 页面的初始数据 |
6 | */ | 6 | */ |
7 | data: { | 7 | data: { |
8 | - | 8 | + date: '2016-09-01', |
9 | + | ||
10 | + educationArray: ['不限','小学及以下', '初中', '高中', '中专/技校','大专','本科','硕士','博士'], | ||
11 | + // objectArray: [ | ||
12 | + // { | ||
13 | + // id: 0, | ||
14 | + // name: '美国' | ||
15 | + // }, | ||
16 | + // { | ||
17 | + // id: 1, | ||
18 | + // name: '中国' | ||
19 | + // }, | ||
20 | + // { | ||
21 | + // id: 2, | ||
22 | + // name: '巴西' | ||
23 | + // }, | ||
24 | + // { | ||
25 | + // id: 3, | ||
26 | + // name: '日本' | ||
27 | + // } | ||
28 | + // ], | ||
29 | + educationIndex: 0, | ||
30 | + | ||
31 | + workYearArray: ['1年', '2年', '3年', '4年', '5年'], | ||
32 | + // objectArray: [ | ||
33 | + // { | ||
34 | + // id: 0, | ||
35 | + // name: '美国' | ||
36 | + // }, | ||
37 | + // { | ||
38 | + // id: 1, | ||
39 | + // name: '中国' | ||
40 | + // }, | ||
41 | + // { | ||
42 | + // id: 2, | ||
43 | + // name: '巴西' | ||
44 | + // }, | ||
45 | + // { | ||
46 | + // id: 3, | ||
47 | + // name: '日本' | ||
48 | + // } | ||
49 | + // ], | ||
50 | + workYearIndex: 0, | ||
51 | + }, | ||
52 | + // 出生日期 | ||
53 | + bindDateChange: function (e) { | ||
54 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
55 | + this.setData({ | ||
56 | + date: e.detail.value | ||
57 | + }) | ||
58 | + }, | ||
59 | + // 时间 | ||
60 | + education: function (e) { | ||
61 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
62 | + this.setData({ | ||
63 | + educationIndex: e.detail.value | ||
64 | + }) | ||
65 | + }, | ||
66 | + // 工作年限 | ||
67 | + workYear: function (e) { | ||
68 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
69 | + this.setData({ | ||
70 | + workYearIndex: e.detail.value | ||
71 | + }) | ||
9 | }, | 72 | }, |
10 | - | ||
11 | /** | 73 | /** |
12 | * 生命周期函数--监听页面加载 | 74 | * 生命周期函数--监听页面加载 |
13 | */ | 75 | */ |
1 | - | ||
2 | <view class='container'> | 1 | <view class='container'> |
3 | 2 | ||
4 | <view class='LineColor'></view> | 3 | <view class='LineColor'></view> |
@@ -50,32 +49,72 @@ | @@ -50,32 +49,72 @@ | ||
50 | <!-- 出生日期 --> | 49 | <!-- 出生日期 --> |
51 | <view class='top mid'> | 50 | <view class='top mid'> |
52 | <view class='top_left'>出生日期</view> | 51 | <view class='top_left'>出生日期</view> |
53 | - <view class='top_right '> | ||
54 | - <view class='top_right_text'>请选择出生日期</view> | 52 | + |
53 | + <picker mode="date" value="{{date}}" start="2015-09-01" bindchange="bindDateChange"> | ||
54 | + <view class='top_right '> | ||
55 | + <view class='top_right_text'>{{date}}</view> | ||
56 | + <view class='top_right_icon'> | ||
57 | + <image src='../../img/right.png'></image> | ||
58 | + </view> | ||
59 | + </view> | ||
60 | + </picker> | ||
61 | + | ||
62 | + | ||
63 | + <!-- <view class='top_right_text'>请选择出生日期</view> | ||
55 | <view class='top_right_icon'> | 64 | <view class='top_right_icon'> |
56 | <image src='../../img/right.png'></image> | 65 | <image src='../../img/right.png'></image> |
57 | - </view> | ||
58 | - </view> | 66 | + </view> --> |
67 | + | ||
59 | </view> | 68 | </view> |
60 | <!-- 最高学历 --> | 69 | <!-- 最高学历 --> |
61 | <view class='top mid'> | 70 | <view class='top mid'> |
62 | <view class='top_left'>最高学历</view> | 71 | <view class='top_left'>最高学历</view> |
63 | - <view class='top_right '> | 72 | + <picker bindchange="education" value="{{educationIndex}}" range="{{educationArray}}"> |
73 | + <view class='top_right'> | ||
74 | + <view class='top_right_text'>{{educationArray[educationIndex]}}</view> | ||
75 | + <view class='top_right_icon'> | ||
76 | + <image src='../../img/right.png'></image> | ||
77 | + </view> | ||
78 | + </view> | ||
79 | + | ||
80 | + <!-- <view class="picker"> | ||
81 | + 当前选择:{{array[index]}} | ||
82 | + </view> --> | ||
83 | + </picker> | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + <!-- <view class='top_right '> | ||
64 | <view class='top_right_text'>请选择最高学历</view> | 88 | <view class='top_right_text'>请选择最高学历</view> |
65 | <view class='top_right_icon'> | 89 | <view class='top_right_icon'> |
66 | <image src='../../img/right.png'></image> | 90 | <image src='../../img/right.png'></image> |
67 | </view> | 91 | </view> |
68 | - </view> | 92 | + </view> --> |
69 | </view> | 93 | </view> |
70 | <!-- 工作年限 --> | 94 | <!-- 工作年限 --> |
71 | - <view class='top mid'> | 95 | + <view class='top mid'> |
72 | <view class='top_left'>工作年限</view> | 96 | <view class='top_left'>工作年限</view> |
73 | - <view class='top_right '> | ||
74 | - <view class='top_right_text'>请选择您的工作年限</view> | 97 | + <picker bindchange="workYear" value="{{workYearIndex}}" range="{{workYearArray}}"> |
98 | + <view class='top_right'> | ||
99 | + <view class='top_right_text'>{{workYearArray[workYearIndex]}}</view> | ||
100 | + <view class='top_right_icon'> | ||
101 | + <image src='../../img/right.png'></image> | ||
102 | + </view> | ||
103 | + </view> | ||
104 | + | ||
105 | + <!-- <view class="picker"> | ||
106 | + 当前选择:{{array[index]}} | ||
107 | + </view> --> | ||
108 | + </picker> | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + <!-- <view class='top_right '> | ||
113 | + <view class='top_right_text'>请选择最高学历</view> | ||
75 | <view class='top_right_icon'> | 114 | <view class='top_right_icon'> |
76 | <image src='../../img/right.png'></image> | 115 | <image src='../../img/right.png'></image> |
77 | </view> | 116 | </view> |
78 | - </view> | 117 | + </view> --> |
79 | </view> | 118 | </view> |
80 | <!-- 是否在职 --> | 119 | <!-- 是否在职 --> |
81 | <view class='top mid'> | 120 | <view class='top mid'> |
@@ -102,4 +141,4 @@ | @@ -102,4 +141,4 @@ | ||
102 | <view class='bottom'> | 141 | <view class='bottom'> |
103 | <view class='bottom_btn'>确认发布</view> | 142 | <view class='bottom_btn'>确认发布</view> |
104 | </view> | 143 | </view> |
105 | -</view> | 144 | +</view> |
pages/personalData/personalData.js
0 → 100644
1 | +// pages/personalData/personalData.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + date:'请选择出生日期', | ||
9 | + array: ['请选择学历','小学及以下', '初中', '高中', '中专/技校','大专','本科','硕士','博士'], | ||
10 | + | ||
11 | + index: 0, | ||
12 | + genderMale:1 | ||
13 | + }, | ||
14 | + | ||
15 | + /** | ||
16 | + * 生命周期函数--监听页面加载 | ||
17 | + */ | ||
18 | + | ||
19 | + //日期选择器 | ||
20 | + bindDateChange: function (e) { | ||
21 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
22 | + this.setData({ | ||
23 | + date: e.detail.value | ||
24 | + }) | ||
25 | + }, | ||
26 | + gender(){ | ||
27 | + this.setData({ | ||
28 | + genderMale:1 | ||
29 | + }) | ||
30 | + }, | ||
31 | + womangender() { | ||
32 | + this.setData({ | ||
33 | + genderMale: 2 | ||
34 | + }) | ||
35 | + }, | ||
36 | + | ||
37 | + // 学历选择器 | ||
38 | + bindPickerChange: function (e) { | ||
39 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
40 | + this.setData({ | ||
41 | + index: e.detail.value | ||
42 | + }) | ||
43 | + }, | ||
44 | + | ||
45 | + // 性别图片选择 | ||
46 | + genderMale(){ | ||
47 | + | ||
48 | + }, | ||
49 | + | ||
50 | + onLoad: function (options) { | ||
51 | + | ||
52 | + }, | ||
53 | + | ||
54 | + /** | ||
55 | + * 生命周期函数--监听页面初次渲染完成 | ||
56 | + */ | ||
57 | + onReady: function () { | ||
58 | + | ||
59 | + }, | ||
60 | + | ||
61 | + /** | ||
62 | + * 生命周期函数--监听页面显示 | ||
63 | + */ | ||
64 | + onShow: function () { | ||
65 | + | ||
66 | + }, | ||
67 | + | ||
68 | + /** | ||
69 | + * 生命周期函数--监听页面隐藏 | ||
70 | + */ | ||
71 | + onHide: function () { | ||
72 | + | ||
73 | + }, | ||
74 | + | ||
75 | + /** | ||
76 | + * 生命周期函数--监听页面卸载 | ||
77 | + */ | ||
78 | + onUnload: function () { | ||
79 | + | ||
80 | + }, | ||
81 | + | ||
82 | + /** | ||
83 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
84 | + */ | ||
85 | + onPullDownRefresh: function () { | ||
86 | + | ||
87 | + }, | ||
88 | + | ||
89 | + /** | ||
90 | + * 页面上拉触底事件的处理函数 | ||
91 | + */ | ||
92 | + onReachBottom: function () { | ||
93 | + | ||
94 | + }, | ||
95 | + | ||
96 | + /** | ||
97 | + * 用户点击右上角分享 | ||
98 | + */ | ||
99 | + onShareAppMessage: function () { | ||
100 | + | ||
101 | + } | ||
102 | +}) |
pages/personalData/personalData.json
0 → 100644
pages/personalData/personalData.wxml
0 → 100644
1 | +<view class='container'> | ||
2 | + <view class='top'> | ||
3 | + <view class='top_left'> | ||
4 | + <view class='top_left_t'>完善个人资料</view> | ||
5 | + <view class='top_left_b'>增加更多面试机会</view> | ||
6 | + </view> | ||
7 | + <view class='top_right'> | ||
8 | + 跳过 | ||
9 | + </view> | ||
10 | + | ||
11 | + </view> | ||
12 | + | ||
13 | + <view class='mid'> | ||
14 | + <view class='mid_left' bindtap='gender'> | ||
15 | + <view class='mid_left_top'> | ||
16 | + <image src='{{genderMale==1?"../../img/aicon_15@2x.png":"../../img/aicon_14@2x.png"}}'></image> | ||
17 | + <!-- <image src='{{../../img/aicon_13@2x.png' wx:if='{{genderMale==2}}'></image> --> | ||
18 | + </view> | ||
19 | + <view class='mid_left_bottom'>男</view> | ||
20 | + </view> | ||
21 | + | ||
22 | + <view class='mid_right' bindtap='womangender'> | ||
23 | + <view class='mid_right_top'> | ||
24 | + <image src='{{genderMale==2?"../../img/aicon_13@2x.png":"../../img/aicon_16@2x.png"}}'></image> | ||
25 | + | ||
26 | + </view> | ||
27 | + <view class='mid_right_bottom'>女</view> | ||
28 | + </view> | ||
29 | + </view> | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + <view class='items'> | ||
34 | + <view class='item'> | ||
35 | + <view class='item_left'>姓名</view> | ||
36 | + <input placeholder='请输入真实姓名'></input> | ||
37 | + </view> | ||
38 | + <view class='item'> | ||
39 | + <view class='item_left'>电话</view> | ||
40 | + <!-- <view class='item_phone'>授权微信手机号</view> --> | ||
41 | + <!-- 授权微信手机号 --> | ||
42 | + <view > | ||
43 | + <button class='item_phone' open-type='getPhoneNumber' bindgetphonenumber='getPhoneNumber'>授权微信手机号</button> | ||
44 | + </view> | ||
45 | + </view> | ||
46 | + <view class='item'> | ||
47 | + <view class='item_left'>出生日期</view> | ||
48 | + | ||
49 | + | ||
50 | + <picker class='pk' mode="date" value="{{date}}" bindchange="bindDateChange"> | ||
51 | + <view class="picker"> | ||
52 | + <view class='item_right_lef'> | ||
53 | + {{date}} | ||
54 | + </view> | ||
55 | + <view class='item_right_rig'> | ||
56 | + <image src='../../img/right.png'></image> | ||
57 | + </view> | ||
58 | + </view> | ||
59 | + </picker> | ||
60 | + | ||
61 | + | ||
62 | + </view> | ||
63 | + <view class='item'> | ||
64 | + <view class='item_left'>选择学历</view> | ||
65 | + | ||
66 | + <picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}"> | ||
67 | + <view class="picker"> | ||
68 | + <view class='item_right_lef'>{{array[index]}}</view> | ||
69 | + <view class='item_right_rig'> | ||
70 | + <image src='../../img/right.png'></image> | ||
71 | + </view> | ||
72 | + </view> | ||
73 | + </picker> | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + <!-- <view class='item_right'> | ||
78 | + <view class='item_right_lef'>请选择学历</view> | ||
79 | + <view class='item_right_rig'> | ||
80 | + <image src='../../img/right.png'></image> | ||
81 | + </view> | ||
82 | + </view> --> | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + </view> | ||
87 | + </view> | ||
88 | + | ||
89 | + <view class='button'> | ||
90 | + 下一步 | ||
91 | + </view> | ||
92 | + | ||
93 | +</view> |
pages/personalData/personalData.wxss
0 → 100644
1 | + | ||
2 | +page{ | ||
3 | + background: #F5F5F5; | ||
4 | + line-height: 1; | ||
5 | +} | ||
6 | + | ||
7 | +.container{ | ||
8 | + width: 750rpx; | ||
9 | + display: flex; | ||
10 | + flex-flow: column; | ||
11 | + box-sizing: border-box; | ||
12 | + padding: 0 32rpx; | ||
13 | +} | ||
14 | +.top{ | ||
15 | + margin-top: 70rpx; | ||
16 | + display: flex; | ||
17 | + justify-content: space-between; | ||
18 | +} | ||
19 | +.top_left{ | ||
20 | + display: flex; | ||
21 | + flex-flow: column; | ||
22 | +} | ||
23 | +.top_left_t{ | ||
24 | + font-size:40rpx; | ||
25 | + font-family:PingFang-SC-Medium; | ||
26 | + font-weight:500; | ||
27 | + color:rgba(26,26,26,1); | ||
28 | +} | ||
29 | +.top_left_b{ | ||
30 | + margin-top: 24rpx; | ||
31 | + font-size:28rpx; | ||
32 | + font-family:PingFang-SC-Regular; | ||
33 | + font-weight:400; | ||
34 | + color:rgba(102,102,102,1); | ||
35 | +} | ||
36 | +.top_right{ | ||
37 | + width:100rpx; | ||
38 | + height:100rpx; | ||
39 | + line-height: 100rpx; | ||
40 | + text-align: center; | ||
41 | + border:1px solid rgba(207,207,207,1); | ||
42 | + border-radius:50%; | ||
43 | + | ||
44 | + font-size:26rpx; | ||
45 | + font-family:PingFang-SC-Regular; | ||
46 | + font-weight:400; | ||
47 | + color:rgba(102,102,102,1); | ||
48 | +} | ||
49 | + | ||
50 | +.mid{ | ||
51 | + margin-top: 34rpx; | ||
52 | + width:686rpx; | ||
53 | + height:270rpx; | ||
54 | + | ||
55 | + background:rgba(255,255,255,1); | ||
56 | + border-radius:10rpx; | ||
57 | + display: flex; | ||
58 | + align-items: center; | ||
59 | + justify-content: space-between; | ||
60 | + box-sizing: border-box; | ||
61 | + padding: 0 176rpx; | ||
62 | +} | ||
63 | +.mid_left{ | ||
64 | + display: flex; | ||
65 | + flex-flow: column; | ||
66 | + align-items: center; | ||
67 | + /* justify-content: center; */ | ||
68 | +} | ||
69 | +.mid_left_top{ | ||
70 | + width:100rpx; | ||
71 | + height:100rpx; | ||
72 | + border-radius:50%; | ||
73 | +} | ||
74 | +.mid_left_top image{ | ||
75 | + width: 100%; | ||
76 | + height: 100%; | ||
77 | +} | ||
78 | +.mid_left_bottom{ | ||
79 | + margin-top: 26rpx; | ||
80 | + font-size:34rpx; | ||
81 | + font-family:PingFang-SC-Medium; | ||
82 | + font-weight:500; | ||
83 | + color:rgba(26,26,26,1); | ||
84 | +} | ||
85 | +.mid_right{ | ||
86 | + display: flex; | ||
87 | + flex-flow: column; | ||
88 | + align-items: center; | ||
89 | +} | ||
90 | +.mid_right_top{ | ||
91 | + width:100rpx; | ||
92 | + height:100rpx; | ||
93 | + background:rgba(255,249,245,1); | ||
94 | + border-radius:50%; | ||
95 | +} | ||
96 | +.mid_right_top image{ | ||
97 | + width: 100%; | ||
98 | + height: 100%; | ||
99 | +} | ||
100 | +.mid_right_bottom{ | ||
101 | + font-size:34rpx; | ||
102 | + font-family:PingFang-SC-Medium; | ||
103 | + font-weight:500; | ||
104 | + color:rgba(26,26,26,1); | ||
105 | + margin-top: 26rpx; | ||
106 | +} | ||
107 | +.items{ | ||
108 | + margin-top: 24rpx; | ||
109 | + display: flex; | ||
110 | + flex-flow: column; | ||
111 | + background: #fff; | ||
112 | + border-radius: 10rpx; | ||
113 | +} | ||
114 | +.item{ | ||
115 | + height: 118rpx; | ||
116 | + line-height: 118rpx; | ||
117 | + display: flex; | ||
118 | + align-items: center; | ||
119 | + justify-content: space-between; | ||
120 | + border-bottom: 1px solid #EBEBEB; | ||
121 | + /* box-sizing: border-box; */ | ||
122 | + /* padding: 30rpx 0; */ | ||
123 | + margin:0 43rpx; | ||
124 | +} | ||
125 | +.item_left{ | ||
126 | + font-size:32rpx; | ||
127 | + font-family:PingFang-SC-Medium; | ||
128 | + font-weight:500; | ||
129 | + color:rgba(102,102,102,1); | ||
130 | +} | ||
131 | +.item input{ | ||
132 | + width: 200rpx; | ||
133 | + font-size:28rpx; | ||
134 | + font-family:PingFang-SC-Regular; | ||
135 | + font-weight:400; | ||
136 | + line-height: 1; | ||
137 | + text-align: right; | ||
138 | +} | ||
139 | +.item_phone{ | ||
140 | + width:220rpx; | ||
141 | + height:60rpx; | ||
142 | + line-height: 60rpx; | ||
143 | + text-align: center; | ||
144 | + border:1px solid rgba(0,204,102,1); | ||
145 | + border-radius:30rpx; | ||
146 | + | ||
147 | + font-size:26rpx; | ||
148 | + font-family:PingFang-SC-Regular; | ||
149 | + font-weight:400; | ||
150 | + color:rgba(0,204,102,1); | ||
151 | + background: #fff; | ||
152 | +} | ||
153 | +.item_right{ | ||
154 | + display: flex; | ||
155 | + align-items: center; | ||
156 | +} | ||
157 | +.item_right_lef{ | ||
158 | + height: 118rppx; | ||
159 | + line-height: 118rpx; | ||
160 | + font-size:28rpx; | ||
161 | + font-family:PingFang-SC-Regular; | ||
162 | + font-weight:400; | ||
163 | + color:rgba(153,153,153,1); | ||
164 | +} | ||
165 | +.item_right_rig{ | ||
166 | + width:10rpx; | ||
167 | + height:18rpx; | ||
168 | + display: flex; | ||
169 | + margin-left: 20rpx; | ||
170 | +} | ||
171 | +.item_right_rig image{ | ||
172 | + width: 100%; | ||
173 | + height: 100%; | ||
174 | +} | ||
175 | +.button{ | ||
176 | + margin-top: 110rpx; | ||
177 | + width:686rpx; | ||
178 | + height:90rpx; | ||
179 | + line-height: 90rpx; | ||
180 | + background:rgba(255,129,44,1); | ||
181 | + border-radius:10rpx; | ||
182 | + | ||
183 | + text-align: center; | ||
184 | + font-size:28rpx; | ||
185 | + font-family:PingFang-SC-Medium; | ||
186 | + font-weight:500; | ||
187 | + color:rgba(255,255,255,1); | ||
188 | +} | ||
189 | +/* .pk{ | ||
190 | + display: flex; | ||
191 | + align-items: center; | ||
192 | + justify-content: space-between; | ||
193 | + height: 118rpx; | ||
194 | + width: 350rpx; | ||
195 | +} */ | ||
196 | +.picker{ | ||
197 | + display: flex; | ||
198 | + align-items: center; | ||
199 | +} |
@@ -5,12 +5,25 @@ Page({ | @@ -5,12 +5,25 @@ Page({ | ||
5 | * 页面的初始数据 | 5 | * 页面的初始数据 |
6 | */ | 6 | */ |
7 | data: { | 7 | data: { |
8 | - | 8 | + share:false |
9 | }, | 9 | }, |
10 | 10 | ||
11 | /** | 11 | /** |
12 | * 生命周期函数--监听页面加载 | 12 | * 生命周期函数--监听页面加载 |
13 | */ | 13 | */ |
14 | + | ||
15 | + // 点击分享按钮,打开分享提示栏 | ||
16 | + toShare(){ | ||
17 | + this.setData({ | ||
18 | + share:true | ||
19 | + }) | ||
20 | + }, | ||
21 | + // 关闭分享 | ||
22 | + toClose(){ | ||
23 | + this.setData({ | ||
24 | + share:false | ||
25 | + }) | ||
26 | + }, | ||
14 | onLoad: function (options) { | 27 | onLoad: function (options) { |
15 | 28 | ||
16 | }, | 29 | }, |
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | <view class='bottom'> | 58 | <view class='bottom'> |
59 | <view class='bottom_left'> | 59 | <view class='bottom_left'> |
60 | <!-- 分享 --> | 60 | <!-- 分享 --> |
61 | - <view class='bottom_left_share'> | 61 | + <view class='bottom_left_share' bindtap='toShare'> |
62 | <view class='bottom_left_share_pic'> | 62 | <view class='bottom_left_share_pic'> |
63 | <image src='../../img/aicon_20@2x.png'></image> | 63 | <image src='../../img/aicon_20@2x.png'></image> |
64 | </view> | 64 | </view> |
@@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
86 | 86 | ||
87 | 87 | ||
88 | <!------ 分享 ------> | 88 | <!------ 分享 ------> |
89 | - <view class='mask' style='display:none'> | 89 | + <view class='mask' wx:if='{{share}}'> |
90 | <view class='mask_share'> | 90 | <view class='mask_share'> |
91 | <view class='mask_share_item'> | 91 | <view class='mask_share_item'> |
92 | <view class='mask_share_item_left'> | 92 | <view class='mask_share_item_left'> |
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | 110 | ||
111 | <view class='bottom_line'></view> | 111 | <view class='bottom_line'></view> |
112 | <!-- 取消 --> | 112 | <!-- 取消 --> |
113 | - <view class='mask_share_bottom'> | 113 | + <view class='mask_share_bottom' bindtap='toClose'> |
114 | 取消 | 114 | 取消 |
115 | </view> | 115 | </view> |
116 | </view> | 116 | </view> |
@@ -5,8 +5,111 @@ Page({ | @@ -5,8 +5,111 @@ Page({ | ||
5 | * 页面的初始数据 | 5 | * 页面的初始数据 |
6 | */ | 6 | */ |
7 | data: { | 7 | data: { |
8 | + array: ['在家可做', '好评工作', '热门推荐', '轻松兼职'], | ||
9 | + status:false, | ||
10 | + // objectArray: [ | ||
11 | + // { | ||
12 | + // id: 0, | ||
13 | + // name: '美国' | ||
14 | + // }, | ||
15 | + // { | ||
16 | + // id: 1, | ||
17 | + // name: '中国' | ||
18 | + // }, | ||
19 | + // { | ||
20 | + // id: 2, | ||
21 | + // name: '巴西' | ||
22 | + // }, | ||
23 | + // { | ||
24 | + // id: 3, | ||
25 | + // name: '日本' | ||
26 | + // } | ||
27 | + // ], | ||
28 | + jobIndex: 0, | ||
29 | + | ||
30 | + industry: ['餐饮', '金融', '计算机'], | ||
31 | + // objectArray: [ | ||
32 | + // { | ||
33 | + // id: 0, | ||
34 | + // name: '美国' | ||
35 | + // }, | ||
36 | + // { | ||
37 | + // id: 1, | ||
38 | + // name: '中国' | ||
39 | + // }, | ||
40 | + // { | ||
41 | + // id: 2, | ||
42 | + // name: '巴西' | ||
43 | + // }, | ||
44 | + // { | ||
45 | + // id: 3, | ||
46 | + // name: '日本' | ||
47 | + // } | ||
48 | + // ], | ||
49 | + industryIndex: 0, | ||
50 | + | ||
51 | + post: ['厨师', '医生', '程序员'], | ||
52 | + // objectArray: [ | ||
53 | + // { | ||
54 | + // id: 0, | ||
55 | + // name: '美国' | ||
56 | + // }, | ||
57 | + // { | ||
58 | + // id: 1, | ||
59 | + // name: '中国' | ||
60 | + // }, | ||
61 | + // { | ||
62 | + // id: 2, | ||
63 | + // name: '巴西' | ||
64 | + // }, | ||
65 | + // { | ||
66 | + // id: 3, | ||
67 | + // name: '日本' | ||
68 | + // } | ||
69 | + // ], | ||
70 | + postIndex: 0, | ||
71 | + | ||
72 | + switch_content:false | ||
73 | + }, | ||
74 | + // 岗位分类 | ||
75 | + jobClass: function (e) { | ||
76 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
77 | + this.setData({ | ||
78 | + jobIndex: e.detail.value | ||
79 | + }) | ||
80 | + | ||
81 | + }, | ||
82 | + // 选择行业 | ||
83 | + industryClass: function (e) { | ||
84 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
85 | + this.setData({ | ||
86 | + industryIndex: e.detail.value | ||
87 | + }) | ||
88 | + }, | ||
89 | + // 选择岗位 | ||
90 | + postClass: function (e) { | ||
91 | + console.log('picker发送选择改变,携带值为', e.detail.value) | ||
92 | + this.setData({ | ||
93 | + postIndex: e.detail.value | ||
94 | + }) | ||
95 | + }, | ||
8 | 96 | ||
97 | + // 点击切换 | ||
98 | + // switch_a(){ | ||
99 | + // wx.getData({ | ||
100 | + // switch_content: true | ||
101 | + // }) | ||
102 | + // }, | ||
103 | + switch_a(){ | ||
104 | + this.setData({ | ||
105 | + status:!this.data.status | ||
106 | + }) | ||
9 | }, | 107 | }, |
108 | + // switch_b() { | ||
109 | + // this.setData({ | ||
110 | + // status: !this.data.status | ||
111 | + // }) | ||
112 | + // }, | ||
10 | 113 | ||
11 | /** | 114 | /** |
12 | * 生命周期函数--监听页面加载 | 115 | * 生命周期函数--监听页面加载 |
1 | - | ||
2 | <view class='container'> | 1 | <view class='container'> |
3 | <view class='items'> | 2 | <view class='items'> |
4 | <view class='item'> | 3 | <view class='item'> |
5 | <view class='item_left'>岗位分类</view> | 4 | <view class='item_left'>岗位分类</view> |
6 | - <view class='item_right'> | ||
7 | - <view class='item_right_text'>在家可做</view> | 5 | + |
6 | + <picker bindchange="jobClass" value="{{jobIndex}}" range="{{array}}"> | ||
7 | + <view class='item_right'> | ||
8 | + <view class="item_right_text"> | ||
9 | + {{array[jobIndex]}} | ||
10 | + </view> | ||
11 | + <view class='item_right_icon'> | ||
12 | + <image src='../../img/right.png'></image> | ||
13 | + </view> | ||
14 | + </view> | ||
15 | + </picker> | ||
16 | + <!-- <view class='item_right_text'>在家可做</view> | ||
8 | <view class='item_right_icon'> | 17 | <view class='item_right_icon'> |
9 | <image src='../../img/right.png'></image> | 18 | <image src='../../img/right.png'></image> |
10 | - </view> | ||
11 | - </view> | 19 | + </view> --> |
12 | </view> | 20 | </view> |
13 | 21 | ||
14 | <view class='item'> | 22 | <view class='item'> |
15 | <view class='item_left'>选择行业</view> | 23 | <view class='item_left'>选择行业</view> |
16 | - <view class='item_right'> | ||
17 | - <view class='item_right_text'>餐饮</view> | 24 | + |
25 | + <picker bindchange="industryClass" value="{{industryIndex}}" range="{{industry}}"> | ||
26 | + <view class='item_right'> | ||
27 | + <view class="item_right_text"> | ||
28 | + {{industry[industryIndex]}} | ||
29 | + </view> | ||
30 | + <view class='item_right_icon'> | ||
31 | + <image src='../../img/right.png'></image> | ||
32 | + </view> | ||
33 | + </view> | ||
34 | + </picker> | ||
35 | + <!-- <view class='item_right_text'>在家可做</view> | ||
18 | <view class='item_right_icon'> | 36 | <view class='item_right_icon'> |
19 | <image src='../../img/right.png'></image> | 37 | <image src='../../img/right.png'></image> |
20 | - </view> | ||
21 | - </view> | 38 | + </view> --> |
39 | + | ||
22 | </view> | 40 | </view> |
23 | 41 | ||
24 | <view class='item'> | 42 | <view class='item'> |
25 | <view class='item_left'>选择岗位</view> | 43 | <view class='item_left'>选择岗位</view> |
26 | - <view class='item_right'> | ||
27 | - <view class='item_right_text'>厨师</view> | 44 | + |
45 | + <picker bindchange="postClass" value="{{postIndex}}" range="{{post}}"> | ||
46 | + <view class='item_right'> | ||
47 | + <view class="item_right_text"> | ||
48 | + {{post[postIndex]}} | ||
49 | + </view> | ||
50 | + <view class='item_right_icon'> | ||
51 | + <image src='../../img/right.png'></image> | ||
52 | + </view> | ||
53 | + </view> | ||
54 | + </picker> | ||
55 | + <!-- <view class='item_right_text'>在家可做</view> | ||
28 | <view class='item_right_icon'> | 56 | <view class='item_right_icon'> |
29 | <image src='../../img/right.png'></image> | 57 | <image src='../../img/right.png'></image> |
30 | - </view> | ||
31 | - </view> | 58 | + </view> --> |
59 | + | ||
32 | </view> | 60 | </view> |
61 | + | ||
62 | + | ||
33 | <!-- 企业logo --> | 63 | <!-- 企业logo --> |
34 | <view class='item logo'> | 64 | <view class='item logo'> |
35 | <view class='item_left'>企业logo</view> | 65 | <view class='item_left'>企业logo</view> |
@@ -66,9 +96,10 @@ | @@ -66,9 +96,10 @@ | ||
66 | <view class='item'> | 96 | <view class='item'> |
67 | <view class='item_left'>输入工资</view> | 97 | <view class='item_left'>输入工资</view> |
68 | <view class='item_right salary'> | 98 | <view class='item_right salary'> |
69 | - <view class='item_right_top'> | ||
70 | - <view class='item_right_top_left color_y'>酬薪范围</view> | ||
71 | - <view class='item_right_top_right'>固定薪资</view> | 99 | + <!-- 酬薪范围与固定薪资切换 --> |
100 | + <view class='item_right_top' > | ||
101 | + <view class='item_right_top_left {{status==true?"color_y":""}}' bindtap='switch_a'>酬薪范围</view> | ||
102 | + <view class='item_right_top_right {{status==false?"color_y":""}}' bindtap='switch_a'>固定薪资</view> | ||
72 | </view> | 103 | </view> |
73 | <!-- 范围 --> | 104 | <!-- 范围 --> |
74 | <view class='item_right_bottom'> | 105 | <view class='item_right_bottom'> |
@@ -94,8 +125,8 @@ | @@ -94,8 +125,8 @@ | ||
94 | 125 | ||
95 | </view> | 126 | </view> |
96 | </view> | 127 | </view> |
97 | - | ||
98 | - | 128 | + |
129 | + | ||
99 | </view> | 130 | </view> |
100 | <!-- 选择学历 --> | 131 | <!-- 选择学历 --> |
101 | <view class='item'> | 132 | <view class='item'> |
@@ -130,8 +161,8 @@ | @@ -130,8 +161,8 @@ | ||
130 | </view> | 161 | </view> |
131 | </view> | 162 | </view> |
132 | </view> | 163 | </view> |
133 | - | ||
134 | - | 164 | + |
165 | + | ||
135 | </view> | 166 | </view> |
136 | <!-- 选工作地点 --> | 167 | <!-- 选工作地点 --> |
137 | <view class='item map'> | 168 | <view class='item map'> |
@@ -207,7 +238,7 @@ | @@ -207,7 +238,7 @@ | ||
207 | 238 | ||
208 | <!-- 按钮 --> | 239 | <!-- 按钮 --> |
209 | <view class='bottom'> | 240 | <view class='bottom'> |
210 | - <view class='bottom_btn'>确认发布</view> | 241 | + <view class='bottom_btn' bindtap='fabu'>确认发布</view> |
211 | </view> | 242 | </view> |
212 | 243 | ||
213 | </view> | 244 | </view> |
@@ -11,6 +11,12 @@ Page({ | @@ -11,6 +11,12 @@ Page({ | ||
11 | /** | 11 | /** |
12 | * 生命周期函数--监听页面加载 | 12 | * 生命周期函数--监听页面加载 |
13 | */ | 13 | */ |
14 | + | ||
15 | + toInviteFriends(){ | ||
16 | + wx.navigateTo({ | ||
17 | + url: '/pages/inviteFriends/inviteFriends', | ||
18 | + }) | ||
19 | + }, | ||
14 | onLoad: function (options) { | 20 | onLoad: function (options) { |
15 | 21 | ||
16 | }, | 22 | }, |
@@ -18,6 +18,12 @@ Page({ | @@ -18,6 +18,12 @@ Page({ | ||
18 | /** | 18 | /** |
19 | * 生命周期函数--监听页面初次渲染完成 | 19 | * 生命周期函数--监听页面初次渲染完成 |
20 | */ | 20 | */ |
21 | + // 报名成功 | ||
22 | + regSuccess() { | ||
23 | + wx.navigateTo({ | ||
24 | + url: '/pages/regSuccess/regSuccess', | ||
25 | + }) | ||
26 | + }, | ||
21 | onReady: function () { | 27 | onReady: function () { |
22 | 28 | ||
23 | }, | 29 | }, |
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | </view> | 19 | </view> |
20 | </view> | 20 | </view> |
21 | 21 | ||
22 | - <view class='item_top_right'> | 22 | + <view class='item_top_right' bindtap='regSuccess'> |
23 | 报名 | 23 | 报名 |
24 | </view> | 24 | </view> |
25 | </view> | 25 | </view> |
@@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
54 | </view> | 54 | </view> |
55 | </view> | 55 | </view> |
56 | 56 | ||
57 | - <view class='item_top_right'> | 57 | + <view class='item_top_right' bindtap='regSuccess'> |
58 | 报名 | 58 | 报名 |
59 | </view> | 59 | </view> |
60 | </view> | 60 | </view> |
@@ -37,12 +37,12 @@ | @@ -37,12 +37,12 @@ | ||
37 | "list": [] | 37 | "list": [] |
38 | }, | 38 | }, |
39 | "miniprogram": { | 39 | "miniprogram": { |
40 | - "current": 21, | 40 | + "current": 0, |
41 | "list": [ | 41 | "list": [ |
42 | { | 42 | { |
43 | - "id": -1, | 43 | + "id": 0, |
44 | "name": "1-3完善个人资料", | 44 | "name": "1-3完善个人资料", |
45 | - "pathName": "pages/mine/perfectInfor/perfectInfor", | 45 | + "pathName": "pages/personalData/personalData", |
46 | "query": "", | 46 | "query": "", |
47 | "scene": null | 47 | "scene": null |
48 | }, | 48 | }, |
@@ -192,6 +192,27 @@ | @@ -192,6 +192,27 @@ | ||
192 | "pathName": "pages/positionDetails/positionDetails", | 192 | "pathName": "pages/positionDetails/positionDetails", |
193 | "query": "", | 193 | "query": "", |
194 | "scene": null | 194 | "scene": null |
195 | + }, | ||
196 | + { | ||
197 | + "id": -1, | ||
198 | + "name": "6.4招聘者详情", | ||
199 | + "pathName": "pages/employerDetails/employerDetails", | ||
200 | + "query": "", | ||
201 | + "scene": null | ||
202 | + }, | ||
203 | + { | ||
204 | + "id": 23, | ||
205 | + "name": "6.5在家可做", | ||
206 | + "pathName": "pages/atHome/atHome", | ||
207 | + "query": "", | ||
208 | + "scene": null | ||
209 | + }, | ||
210 | + { | ||
211 | + "id": -1, | ||
212 | + "name": "6.6热门推荐", | ||
213 | + "pathName": "pages/hotRecommend/hotRecommend", | ||
214 | + "query": "", | ||
215 | + "scene": null | ||
195 | } | 216 | } |
196 | ] | 217 | ] |
197 | } | 218 | } |
-
请 注册 或 登录 后发表评论