@@ -45,7 +45,6 @@
<text class="size-24 text-color-12">任务进度</text>
</view>
- <Enblank :message="'暂无待办任务'" v-if="backlogList.length<=0"></Enblank>
<TaskItem :type="4" :taskList="backlogList"></TaskItem>
<Tab class="tabs_height" :tab-index="0"></Tab>
@@ -2,7 +2,7 @@
<view class="">
<view class="index_personal bg-rgba-255 r-20 bor-f1 row-justify-sb center p-40">
<view class="center">
- <image class="wh-100 r-circle" v-if="memberData.head_img" src="/static/img/index/index-avatar.png" mode="aspectFill">
+ <image class="wh-100 r-circle" v-if="!memberData.head_img" src="/static/img/index/index-avatar.png" mode="aspectFill">
<image class="wh-100 r-circle" v-else :src="memberData.head_img" mode="aspectFill">
</image>
<view class="m-l20">