Browse Source

上传代码

master
前端-胡立永 10 months ago
parent
commit
d945fd1b5d
5 changed files with 43 additions and 22 deletions
  1. +3
    -0
      pages/publish/actorRelease.vue
  2. +12
    -12
      pages_mine/mine/certifiedIndividual.vue
  3. +3
    -0
      pages_mine/publish/addWorks.vue
  4. +3
    -3
      pages_mine/publish/competition.vue
  5. +22
    -7
      pages_mine/publish/worksDetail.vue

+ 3
- 0
pages/publish/actorRelease.vue View File

@ -3,6 +3,9 @@
<navbar leftClick @leftClick="$utils.navigateBack" title="演员发布" />
<view class="images box">
<view class="">
封面
</view>
<uv-upload
:fileList="fileListImage"
:maxCount="1"


+ 12
- 12
pages_mine/mine/certifiedIndividual.vue View File

@ -73,18 +73,18 @@ export default {
},
nowAuth() {
// if(!this.certifiedIndividual.imageReverseSide){
// return uni.showToast({
// title: '',
// icon: 'none'
// })
// }
// if(!this.certifiedIndividual.imageStraight){
// return uni.showToast({
// title: '',
// icon: 'none'
// })
// }
if(!this.certifiedIndividual.imageReverseSide){
return uni.showToast({
title: '请上传身份证背面',
icon: 'none'
})
}
if(!this.certifiedIndividual.imageStraight){
return uni.showToast({
title: '请上传身份证正面',
icon: 'none'
})
}
// uni.redirectTo({
// url: '/pages_mine/mine/authPerson'


+ 3
- 0
pages_mine/publish/addWorks.vue View File

@ -3,6 +3,9 @@
<navbar leftClick @leftClick="$utils.navigateBack" title="演员发布" />
<view class="images box">
<view class="">
封面
</view>
<uv-upload
:fileList="fileListImage"
:maxCount="1"


+ 3
- 3
pages_mine/publish/competition.vue View File

@ -204,17 +204,17 @@
.list{
.item{
font-size: 20rpx;
&:nth-child(2){
&:nth-child(1){
.ranking{
color: red;
}
}
&:nth-child(3){
&:nth-child(2){
.ranking{
color: #FFA200;
}
}
&:nth-child(4){
&:nth-child(3){
.ranking{
color: #4739EA;
}


+ 22
- 7
pages_mine/publish/worksDetail.vue View File

@ -13,12 +13,12 @@
<view class="box">
<view class="topInfo">
<view class="title">
{{ item.title }}
<view class="title title1">
当前排名<text>{{ item.money || 1 }}</text>
</view>
<view class="price">
<view class="">
排名{{ item.money || 0 }}
{{ item.title }}
</view>
<view class="">
投票200
@ -49,9 +49,9 @@
</view>
<!-- <view class="content">
<view class="content">
<uv-parse :content="item.photographerContent"></uv-parse>
</view> -->
</view>
<view class="works">
<view class="item"
@ -130,9 +130,24 @@
}
}
.title {
font-size: 30rpx;
font-size: 36rpx;
font-weight: 600;
color: #000;
display: flex;
justify-content: center;
align-items: center;
font-style: italic;
text{
margin-left: 10rpx;
}
}
.title1{
color: #f00;
}
.title2{
color: #FFA200;
}
.title3{
color: #4739EA;
}
.createBy {


Loading…
Cancel
Save