|
@@ -39,11 +39,7 @@
|
|
|
>
|
|
|
<view class="flex-1 flex">
|
|
|
<view class="min-w-120rpx h-120rpx rounded-10rpx flex items-center justify-center">
|
|
|
- <image
|
|
|
- src="@/static/images/task/task1.png"
|
|
|
- class="w-90rpx h-90rpx rounded-10rpx"
|
|
|
- mode="scaleToFill"
|
|
|
- />
|
|
|
+ <image :src="item.taskIcon" class="w-90rpx h-90rpx rounded-10rpx" mode="scaleToFill" />
|
|
|
</view>
|
|
|
<view class="flex flex-col justify-center ml-15rpx text-[#fff] flex-1">
|
|
|
<text class="text-[28rpx] font-700">{{ item.name }}</text>
|