USER-20230908AJ\Administrator 1 年間 前
コミット
5bfa935685

+ 3 - 0
common/task/task-item.vue

@@ -23,6 +23,9 @@
 						</view>
 						<view class="row-justify-sb center" style="line-height: 40rpx;">
 							<text class="size-24 text-color-999 flex">{{item.created_date}}</text>
+              <image class="animate__animated animate__jello" style="width: 65rpx;height: 32rpx;" :src="'/static/img/task/day-stast-'+item.status+'.png'"
+                     v-if="type === 5">
+              </image>
 							<image style="width: 65rpx;height: 32rpx;" :src="getIconStatus(iconStatus)"
 								v-if="type === 1">
 							</image>

+ 1 - 1
pages/index/index.vue

@@ -45,7 +45,7 @@
 				<text class="size-24 text-color-12">任务进度</text>
 			</view>
 		</view>
-		<TaskItem :type="4" :taskList="backlogList"></TaskItem>
+		<TaskItem :type="5" :taskList="backlogList"></TaskItem>
 		<Tab class="tabs_height" :tab-index="0"></Tab>
 	</view>
 

BIN
static/img/task/day-stast-1.png


BIN
static/img/task/day-stast-2.png


BIN
static/img/task/day-stast-3.png