From ccdb689cab33ac375c978ccd96df300904f0eeb0 Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Fri, 6 Sep 2024 23:44:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BC=94=E5=91=98=E8=AF=A6?=
=?UTF-8?q?=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/publish/actorDetail.vue | 40 ++++++++++++++++++++++++++++++++++++++--
pages/publish/publishPost.vue | 1 -
2 files changed, 38 insertions(+), 3 deletions(-)
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(){},