Browse Source

bug 修复

lilei 4 years ago
parent
commit
88b71d3989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/toDoList/toDoList.vue

+ 1 - 1
pages/toDoList/toDoList.vue

@@ -32,7 +32,7 @@
 							class="check-order-list" 
 							v-if="index==current"
 							v-for="(item,sindex) in list" 
-							:key="item.id+item.createDate"
+							:key="item.id+'-'+sindex"
 							@click="viewRow(item)"
 							>
 								 <view class="check-row">