This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
recruitment-wechat-uniapp-241012
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传修改
master
前端-胡立永
2 months ago
parent
abda6ae90e
commit
60a26f1a36
3 changed files
with
7 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
components/list/bossList/bossItem.vue
+1
-1
config.js
+1
-1
store/store.js
+ 5
- 3
components/list/bossList/bossItem.vue
View File
@ -1,5 +1,6 @@
<
template
>
<
view
class
=
"boss-item"
>
<
view
class
=
"boss-item"
@
click
.
stop
=
"$utils.navigateTo('/pages_order/work/bossDetail?id=' + item.id)"
>
<
view
class
=
"head"
>
<
view
class
=
"headImage"
>
<
image
:src
="item.headImage"
mode
=
""
>
<
/
image
>
@ -7,8 +8,9 @@
<
view
class
=
"info"
>
<
view
class
=
"name"
>
{
{
item
.
nickName
}
}
<
view
>
企业HR
<
view
v
-
if
=
"item.employAhthenticationCompany.career"
>
{
{
item
.
employAhthenticationCompany
.
career
}
}
<
/
view
>
<
/
view
>
<
view
class
=
"tips"
>
+ 1
- 1
config.js
View File
@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue
.
use
(
uvUI
)
;
// 当前环境
const
type
=
'd
ev
'
const
type
=
'
pro
d'
// 环境配置
+ 1
- 1
store/store.js
View File
@ -10,7 +10,7 @@ const store = new Vuex.Store({
state
:
{
configList
:
{
}
,
//配置列表
// 角色 true为老板 false为工人
role
:
tru
e
,
role
:
fals
e
,
userInfo
:
{
}
,
//用户信息
banner
:
[
]
,
//轮播图
jobTypeList
:
[
]
,
//工种
Write
Preview
Loading…
Cancel
Save