liwei 1 rok pred
rodič
commit
e0bdadfb80

+ 2 - 1
src/modules/editor/components/CompUI/basicUI/Page/component.tsx

@@ -39,7 +39,8 @@ export const Component = defineComponent({
         }
       }
       console.log("curr card=>", store.currStreamCardId, store.currStreamCard?.children.default?.length);
-
+      style.transform = "matrix(1,0,0,1,0,0)";
+      
       return (
         <div
           ref={compRef}

+ 1 - 1
src/modules/editor/controllers/ScreenCtrl/index.ts

@@ -180,7 +180,7 @@ export class ScreenCtrl extends ModuleControl<EditorModule> {
    isScreenExit(screenId:string) {
       return !!this.store.designData.compScreenMap[screenId] && 
             this.store.designData.compScreenMap[screenId].length > 0 &&
-            this.store.designData.compScreenMap[screenId][1].children.length > 0;
+            this.store.designData.compScreenMap[screenId][0].children.length > 0;
    }
 
    restorScreenPage(screenId = "") {

+ 3 - 0
src/pages/h5/share/Promotion.tsx

@@ -43,6 +43,9 @@ export default defineComponent(() => {
   // }).then(data=>{
   //   console.log(data);
   // })
+  if ( !isPc() ) {
+      return ()=><editor.components.Preview />
+  } 
 
   return () => (
     <div