소스 검색

日常开发

林旭祥 1 개월 전
부모
커밋
49ebe11a8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/game/humanBody.vue

+ 1 - 1
src/views/game/humanBody.vue

@@ -220,7 +220,7 @@ const getCanvas = () => {
   ctx.lineWidth = 5;
   ctx.stroke();
   // 绘制每个点
-  postData.forEach((point: any, index:number) => {
+  postData.forEach((point: any, index: number) => {
     //眼睛鼻子不显示
     if (![0, 1, 2].includes(index)) {
       const [x, y] = point;