diff --git a/pages/publish/actorDetail.vue b/pages/publish/actorDetail.vue index 1a9c534..0a0fb36 100644 --- a/pages/publish/actorDetail.vue +++ b/pages/publish/actorDetail.vue @@ -16,6 +16,17 @@ {{ item.name }} + + ¥{{ item.money }} + + + + 近30天收益 + + + 联系方式付费查看 + + @@ -95,7 +106,8 @@ }, getList(){ this.$api('indexGetGetWorkPage', { - token : uni.getStorageSync('token') + token : uni.getStorageSync('token'), + ...this.queryParams }, res => { if(res.code == 200){ this.list = res.result.records @@ -111,7 +123,31 @@ .postDetail { .box { padding: 20rpx; - + .topInfo{ + position: relative; + .price{ + font-size: 34rpx; + font-weight: 900; + margin: 10rpx 0; + } + .right{ + position: absolute; + right: 20rpx; + top: 0rpx; + line-height: 50rpx; + text-align: right; + .money30{ + font-size: 26rpx; + color: #D43030; + } + .phone{ + text{ + color: #3A6BF1; + margin-left: 10rpx; + } + } + } + } .title { font-size: 30rpx; font-weight: 600; diff --git a/pages/publish/publishPost.vue b/pages/publish/publishPost.vue index 171a017..2a6e73e 100644 --- a/pages/publish/publishPost.vue +++ b/pages/publish/publishPost.vue @@ -157,7 +157,6 @@ }) }, submit(){ - console.log(1); this.$refs.confirmationPopup.open() }, preview(){},