|
@@ -33,13 +33,13 @@
|
|
|
<view style="position: relative;">
|
|
|
<image v-if="stepIndex!=3" style="width: 48px;height: 48px;margin-left: 8px;" src="../static/tu/step3.png"></image>
|
|
|
<image v-if="stepIndex==3" style="width: 48px;height: 48px;margin-left: 8px;" src="../static/tu/step32.png"></image>
|
|
|
- <view style="position: absolute;width: max-content;" :style="{color:stepIndex==1?'#777':'#333'}">上传附件</view>
|
|
|
+ <view style="position: absolute;width: max-content;" :style="{color:stepIndex!=3?'#777':'#333'}">上传附件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <tn-steps style="pointer-events:none;" :list="selectValue=='个人'?stepList:stepList2" :current="stepIndex" mode="dotIcon" :fontSize="(wxFontSize-3)+'px'"></tn-steps> -->
|
|
|
<view v-show="stepIndex==1">
|
|
|
|
|
|
- <view style="padding: 16px">
|
|
|
+ <view style="padding: 16px;padding-bottom: 0;font-weight: 600;">
|
|
|
<view style="line-height: 30px;" :style="{fontSize:(wxFontSize-1)+'px'}">
|
|
|
发布主体:
|
|
|
<uni-data-checkbox :multiple="false" v-model="selectValue" selectedColor="#01BEFF"
|
|
@@ -217,17 +217,12 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="tn-flex tn-flex-row-between tn-flex-col-center tn-margin" style="margin-bottom: 0;" v-if="stepIndex==3">
|
|
|
- <view style="padding: 16px 0;color:#333;" :style="{fontSize:(wxFontSize-1)+'px'}">
|
|
|
+ <view style="padding: 16px 0;color:#333;font-weight: 600;" :style="{fontSize:(wxFontSize-1)+'px'}">
|
|
|
上传图片(选填)
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<view class="tn-margin-left tn-padding-top-xs" v-show="stepIndex==3">
|
|
|
<uni-file-picker v-model="imgList" :limit="6" :auto-upload="false" @select="select"
|
|
|
@success="success" @delete="deleteFile">
|
|
@@ -241,9 +236,9 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="tn-flex tn-flex-row-between tn-flex-col-center tn-margin tn-padding-top-xs" style="margin-top:32px;margin-bottom: 0;" v-if="stepIndex==3">
|
|
|
+ <view class="tn-flex tn-flex-row-between tn-flex-col-center tn-margin" style="margin-top:0;margin-bottom: 0;" v-if="stepIndex==3">
|
|
|
|
|
|
- <view style="padding: 16px 0;color:#333;" :style="{fontSize:(wxFontSize-1)+'px'}">
|
|
|
+ <view style="padding: 16px 0;color:#333;font-weight: 600;" :style="{fontSize:(wxFontSize-1)+'px'}">
|
|
|
上传相关文件(选填)
|
|
|
</view>
|
|
|
|