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 @@ + + + + + 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 @@ - @@ -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 @@