Explorar el Código

feat:getThumbImg

ananzhusen hace 1 año
padre
commit
8387e01d1e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) => {