Explorar el Código

Merge branch '2023-8-28'

liushengqiang hace 1 año
padre
commit
ff0efc1867
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/pc/create/index.tsx

+ 2 - 1
src/pc/create/index.tsx

@@ -168,7 +168,8 @@ export default defineComponent({
 												<img
 													class={styles.bottomBtn}
 													src={getImage("icon_29_2.png")}
-													onClick={() => {
+													onClick={(e: Event) => {
+                            e.stopPropagation();
 														data.item = { ...item };
 														nextTick(() => {
 															data.uploadShow = true;