正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -181,7 +181,7 @@ Page({ | @@ -181,7 +181,7 @@ Page({ | ||
181 | tempProjectlist[i].choose_status = true | 181 | tempProjectlist[i].choose_status = true |
182 | for (let g in tempProjectlist[i].title) { | 182 | for (let g in tempProjectlist[i].title) { |
183 | console.log(tempProjectlist[i].title[g]) | 183 | console.log(tempProjectlist[i].title[g]) |
184 | - tempProjectlist[i].title[g].t_id == tempMain_list[j].t_id ? tempProjectlist[i].title[g].label_state = true : '' | 184 | + tempProjectlist[i].title[g].t_id == tempRist[j].t_id ? tempProjectlist[i].title[g].label_state = true : '' |
185 | } | 185 | } |
186 | } | 186 | } |
187 | } | 187 | } |
-
请 注册 或 登录 后发表评论