Browse Source

修改演员详情

master
前端-胡立永 10 months ago
parent
commit
ccdb689cab
2 changed files with 38 additions and 3 deletions
  1. +38
    -2
      pages/publish/actorDetail.vue
  2. +0
    -1
      pages/publish/publishPost.vue

+ 38
- 2
pages/publish/actorDetail.vue View File

@ -16,6 +16,17 @@
<view class="title">
{{ item.name }}
</view>
<view class="price">
{{ item.money }}
</view>
<view class="right">
<view class="money30">
近30天收益
</view>
<view class="phone">
联系方式<text>付费查看</text>
</view>
</view>
</view>
<view class="createBy">
@ -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;


+ 0
- 1
pages/publish/publishPost.vue View File

@ -157,7 +157,6 @@
})
},
submit(){
console.log(1);
this.$refs.confirmationPopup.open()
},
preview(){},


Loading…
Cancel
Save