diff --git a/src/api/shop.ts b/src/api/shop.ts
new file mode 100644
index 00000000..423bd675
--- /dev/null
+++ b/src/api/shop.ts
@@ -0,0 +1,13 @@
+import request from '@/utils/request';
+
+class ShopAPI {
+ /** 分类查询接口*/
+ static getShop() {
+ return request({
+ url: `diyapi/goodsinit`,
+ method: 'post',
+ });
+ }
+}
+
+export default ShopAPI;
diff --git a/src/components/common/custom-module/model-text/index.vue b/src/components/common/custom-module/model-text/index.vue
index a4e725d8..bfac84d8 100644
--- a/src/components/common/custom-module/model-text/index.vue
+++ b/src/components/common/custom-module/model-text/index.vue
@@ -1,6 +1,13 @@
-
{{ form.text_title }}
+
+
+
+
+
+ {{ form.text_title }}
+
+
-
+
diff --git a/src/components/common/custom-module/model-text/model-text-style.vue b/src/components/common/custom-module/model-text/model-text-style.vue
index d641a026..1bd36fc8 100644
--- a/src/components/common/custom-module/model-text/model-text-style.vue
+++ b/src/components/common/custom-module/model-text/model-text-style.vue
@@ -21,6 +21,9 @@
+
+
+
diff --git a/src/components/model-custom/components/index-default.ts b/src/components/model-custom/components/index-default.ts
index 74d05e54..1898d8c4 100644
--- a/src/components/model-custom/components/index-default.ts
+++ b/src/components/model-custom/components/index-default.ts
@@ -7,6 +7,7 @@ export const text_com_data = {
data_source_id: '',
data_source_list: {},
text_link: {},
+ is_rich_text: false,
text_color: '#000',
text_weight: 'normal',
text_size: 12,
diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue
index 0f6a9536..af0afb16 100644
--- a/src/components/model-custom/components/index.vue
+++ b/src/components/model-custom/components/index.vue
@@ -71,6 +71,7 @@
+
@@ -560,13 +561,14 @@ defineExpose({