qinyan 1 year ago
parent
commit
0527efa858

+ 1 - 0
src/modules/editor/objects/DesignTemp/index.ts

@@ -6,6 +6,7 @@ export class DesignTemp {
   version?: string;
   _id!: string;
   title = "";
+  desc = "";
   pageStyle?: any;
   content: string[] = ["root"];
   thumbnail?: string;

+ 1 - 1
src/pages/share/Promotion/index.tsx

@@ -19,7 +19,7 @@ export default defineComponent(() => {
         title: data.title,
         link: location.href,
         imgUrl: data.thumbnail || "",
-        desc: data.title,
+        desc: data.desc,
       });
     });
   }