Selaa lähdekoodia

Merge branch '2023-8-28'

liushengqiang 1 vuosi sitten
vanhempi
commit
ff0efc1867
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;