소스 검색

feat:getThumbImg

ananzhusen 1 년 전
부모
커밋
8387e01d1e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/components/PenProps.vue

+ 1 - 0
src/views/components/PenProps.vue

@@ -1367,6 +1367,7 @@ const getThumbImg = async () => {
   if (res) {
     data.pen.thumbImg = res.image;
   }
+  data.pen.onRenderPenRaw?.(data.pen);
 };
 
 const changeID = (value: any) => {