|
@@ -33,7 +33,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="intro_row">
|
|
|
|
|
|
+ <view class="intro_row" @click="goPage('/pages/my/editInfo')">
|
|
<block v-if="myinfo.content == ''">
|
|
<block v-if="myinfo.content == ''">
|
|
<text class="intro_text two-omit">添加简介</text>
|
|
<text class="intro_text two-omit">添加简介</text>
|
|
<image src="@/static/icon/wd_icon_edit.png" mode="widthFix" class="add_icon"></image>
|
|
<image src="@/static/icon/wd_icon_edit.png" mode="widthFix" class="add_icon"></image>
|
|
@@ -42,6 +42,7 @@
|
|
|
|
|
|
</uv-text>
|
|
</uv-text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="line"></view>
|
|
<view class="bom">
|
|
<view class="bom">
|
|
<view class="follow_info" @click="navigateToFollow">
|
|
<view class="follow_info" @click="navigateToFollow">
|
|
<view class="follow-box">
|
|
<view class="follow-box">
|
|
@@ -84,7 +85,7 @@
|
|
</view>
|
|
</view>
|
|
<!-- <view class=""> -->
|
|
<!-- <view class=""> -->
|
|
|
|
|
|
- <image v-if="isRecharge" src="@/static/me/wd_icon_jiantou.png" mode=""></image>
|
|
|
|
|
|
+ <image v-if="isRecharge" src="@/static/me/wd_icon_jiantou.png" mode="aspectFit"></image>
|
|
<!-- </view> -->
|
|
<!-- </view> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -113,7 +114,7 @@
|
|
生成中
|
|
生成中
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="numlist1" v-if="activeTab === 0" style="margin-top: 30rpx">
|
|
|
|
|
|
+ <view class="numlist1" v-if="activeTab === 0" style="margin-top: 15rpx">
|
|
<WorkItem v-for="(item, index) in worksList" :secrecy="true" :subtitle="true" :key="index"
|
|
<WorkItem v-for="(item, index) in worksList" :secrecy="true" :subtitle="true" :key="index"
|
|
:item="item" @click="goWork(item)" />
|
|
:item="item" @click="goWork(item)" />
|
|
<!-- 暂无内容提示 -->
|
|
<!-- 暂无内容提示 -->
|
|
@@ -124,7 +125,7 @@
|
|
<text class="empty-subtext">快来创作你的第一个作品吧~</text>
|
|
<text class="empty-subtext">快来创作你的第一个作品吧~</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="numlist2" v-if="activeTab === 1" style="margin-top: 30rpx">
|
|
|
|
|
|
+ <view class="numlist2" v-if="activeTab === 1" style="margin-top: 15rpx">
|
|
<view class="item" v-for="(item, index) in worksList" :key="index" style="margin-bottom: 28rpx;">
|
|
<view class="item" v-for="(item, index) in worksList" :key="index" style="margin-bottom: 28rpx;">
|
|
<view class="num" @click="goWork(item)" :class="{'clickable': item.status !== 3 && item.status !== 4}">
|
|
<view class="num" @click="goWork(item)" :class="{'clickable': item.status !== 3 && item.status !== 4}">
|
|
<WorkItem :item="item" style="margin-bottom: 12rpx" />
|
|
<WorkItem :item="item" style="margin-bottom: 12rpx" />
|
|
@@ -162,7 +163,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 显示任务类型标签 -->
|
|
<!-- 显示任务类型标签 -->
|
|
- <view class="task-type-tag">
|
|
|
|
|
|
+ <view class="task-type-tag" style="position: absolute; left: 14rpx;top: 14rpx;">
|
|
<image style="width: 120rpx; height: 36rpx" v-if="item.task_type === 1"
|
|
<image style="width: 120rpx; height: 36rpx" v-if="item.task_type === 1"
|
|
src="@/static/me/wd_icon_lingganchuangzuo.png"></image>
|
|
src="@/static/me/wd_icon_lingganchuangzuo.png"></image>
|
|
<image style="width: 82rpx; height: 36rpx" v-else-if="item.task_type === 2"
|
|
<image style="width: 82rpx; height: 36rpx" v-else-if="item.task_type === 2"
|