diff --git a/components/list/bossList/bossItem.vue b/components/list/bossList/bossItem.vue
new file mode 100644
index 0000000..d07616f
--- /dev/null
+++ b/components/list/bossList/bossItem.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+ 李老板
+
+ 企业HR
+
+
+
+ 湖南江海国际经济技术合作有限公司
+
+
+
+ 一个小时前
+
+
+
+
+
+ 产品经理
+
+
+ 12-18K
+
+
+
+
+ 长沙 | 经验不限 | 学历不限
+
+
+ 09月23日 16:20
+
+
+
+
+ 查看全部5个职位
+
+
+
+
+
+
+
diff --git a/components/list/bossList/index.vue b/components/list/bossList/index.vue
new file mode 100644
index 0000000..f5ed9ce
--- /dev/null
+++ b/components/list/bossList/index.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/list/workList/index.vue b/components/list/workList/index.vue
index 9908809..c23211b 100644
--- a/components/list/workList/index.vue
+++ b/components/list/workList/index.vue
@@ -8,7 +8,7 @@
@click="$utils.navigateTo('/pages_order/work/workDetail?id=' + 123)"
:key="index"
v-for="(item, index) in list">
-
+
@@ -24,6 +24,9 @@
height : {
default : 'auto'
},
+ api : {
+ default : ''
+ }
},
data() {
return {
@@ -41,7 +44,7 @@
this.queryParams.token = uni.getStorageSync('token')
}
- this.$api('queryVedioById', this.queryParams, res => {
+ this.$api(this.api, this.queryParams, res => {
if(res.code == 200){
this.list = res.result
// this.total = res.result.total
diff --git a/components/list/workList/workListSwipe.vue b/components/list/workList/workListSwipe.vue
index 651a1aa..5bf9151 100644
--- a/components/list/workList/workListSwipe.vue
+++ b/components/list/workList/workListSwipe.vue
@@ -2,9 +2,9 @@
-
clickSwipeAction(e, item)"
:options="options">
@@ -49,5 +49,9 @@
diff --git a/pages.json b/pages.json
index 4d8ac00..9235069 100644
--- a/pages.json
+++ b/pages.json
@@ -70,6 +70,9 @@
},
{
"path": "mine/releaseWork"
+ },
+ {
+ "path": "mine/seeMy"
}
]
}],
diff --git a/pages/index/center.vue b/pages/index/center.vue
index 925dbe6..8c4ca61 100644
--- a/pages/index/center.vue
+++ b/pages/index/center.vue
@@ -99,7 +99,7 @@
我的找活
-
+
谁看过我
@@ -192,7 +192,7 @@
computed: {
...mapState(['userInfo']),
headImage(){
-
+ return '/static/image/center/headImage.png'
},
username(){
@@ -266,7 +266,7 @@
.headImage {
width: 120rpx;
height: 120rpx;
- background-image: url(/static/image/center/3.png);
+ // background-image: url(/static/image/center/3.png);
background-size: 100% 100%;
overflow: hidden;
border-radius: 50%;
diff --git a/pages/index/consult.vue b/pages/index/consult.vue
index b60fe4e..e8115fe 100644
--- a/pages/index/consult.vue
+++ b/pages/index/consult.vue
@@ -2,7 +2,7 @@
diff --git a/pages/index/keepAccounts.vue b/pages/index/keepAccounts.vue
index 355f424..783496c 100644
--- a/pages/index/keepAccounts.vue
+++ b/pages/index/keepAccounts.vue
@@ -1,6 +1,9 @@
-
+
+
diff --git a/pages_order/components/user/userHead.vue b/pages_order/components/user/userHead.vue
index d0471fe..9489ab2 100644
--- a/pages_order/components/user/userHead.vue
+++ b/pages_order/components/user/userHead.vue
@@ -1,7 +1,7 @@
-
+
@@ -32,6 +32,9 @@
phone : {
default : '联系老板'
},
+ image : {
+ default : '/static/image/center/headImage.png'
+ }
},
data() {
return {
@@ -56,8 +59,8 @@
}
.headImage {
- width: 70rpx;
- height: 70rpx;
+ width: 80rpx;
+ height: 80rpx;
background-size: 100% 100%;
overflow: hidden;
border-radius: 50%;
diff --git a/pages_order/mine/contactRecord.vue b/pages_order/mine/contactRecord.vue
index f89ff3a..b4e67a6 100644
--- a/pages_order/mine/contactRecord.vue
+++ b/pages_order/mine/contactRecord.vue
@@ -1,18 +1,52 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/image/center/headImage.png b/static/image/center/headImage.png
new file mode 100644
index 0000000..ac0aa04
Binary files /dev/null and b/static/image/center/headImage.png differ
diff --git a/static/image/center/help.png b/static/image/center/help.png
new file mode 100644
index 0000000..b73959a
Binary files /dev/null and b/static/image/center/help.png differ
diff --git a/static/image/center/message.png b/static/image/center/message.png
new file mode 100644
index 0000000..7095bf6
Binary files /dev/null and b/static/image/center/message.png differ