diff --git a/src/views/shop/components/extend.vue b/src/views/shop/components/extend.vue
index e62f811..7776926 100644
--- a/src/views/shop/components/extend.vue
+++ b/src/views/shop/components/extend.vue
@@ -6,20 +6,17 @@
{{ row.row.type == 'text' ? '文本' : '图片' }}
- -->
+ -->
-
-
-
+
{{ row.row.value }}
- 编辑
+ 编辑
@@ -47,7 +44,7 @@
- {{form.detail}}
+ {{ form.detail }}
diff --git a/src/views/shop/notifications/index.vue b/src/views/shop/notifications/index.vue
index 952bd41..e143d4d 100644
--- a/src/views/shop/notifications/index.vue
+++ b/src/views/shop/notifications/index.vue
@@ -35,13 +35,13 @@
-
+
-
+
diff --git a/src/views/shop/shop_configuration.vue b/src/views/shop/shop_configuration.vue
index 3d30106..bee45ee 100644
--- a/src/views/shop/shop_configuration.vue
+++ b/src/views/shop/shop_configuration.vue
@@ -5,8 +5,9 @@
-
+
+
@@ -15,6 +16,7 @@
+
@@ -26,11 +28,12 @@ import notice from './components/notice'
import securitySetting from './components/securitySetting'
import extend from './components/extend'
import goxcx from './components/goxcx'
+import notifications from './notifications/index.vue'
export default {
components: {
shopInfo,
shopSetting,
- notice,securitySetting,extend,goxcx
+ notice,securitySetting,extend,goxcx,notifications
},
data() {
return {