摘要: 1 //向上移动 2 moveUp(index,row) { 3 var that = this; 4 console.log('上移',index,row); 5 console.log(that.imageData[index]); 6 if (index > 0) { 7 let upDate 阅读全文
posted @ 2020-10-20 15:43 江浩゛ 阅读(1519) 评论(0) 推荐(0) 编辑