diff --git a/sheep/components/s-block-item/s-block-item.vue b/sheep/components/s-block-item/s-block-item.vue
index 9821ce23..89c2eb82 100644
--- a/sheep/components/s-block-item/s-block-item.vue
+++ b/sheep/components/s-block-item/s-block-item.vue
@@ -20,7 +20,7 @@
-
+
@@ -28,7 +28,7 @@
-
+
diff --git a/sheep/components/s-float-menu/s-float-menu.vue b/sheep/components/s-float-menu/s-float-menu.vue
index bed65138..ac0339ed 100644
--- a/sheep/components/s-float-menu/s-float-menu.vue
+++ b/sheep/components/s-float-menu/s-float-menu.vue
@@ -25,19 +25,7 @@
const props = defineProps({
data: {
type: Object,
- default() {
- return {
- // horizontal vertical
- direction: 'vertical',
- showText: true,
- list: [{
- imgUrl: 'http://localhost/logo.gif',
- url: '',
- text: '客服',
- textColor: '',
- }],
- }
- },
+ default() {},
}
})
diff --git a/sheep/components/s-hotzone-block/s-hotzone-block.vue b/sheep/components/s-hotzone-block/s-hotzone-block.vue
index 1ce25af8..983ceb74 100644
--- a/sheep/components/s-hotzone-block/s-hotzone-block.vue
+++ b/sheep/components/s-hotzone-block/s-hotzone-block.vue
@@ -1,16 +1,16 @@
-
+
.notice-wrap {
.icon-img {
- height: 60rpx;
+ height: 56rpx;
}
}
diff --git a/sheep/components/s-title-block/s-title-block.vue b/sheep/components/s-title-block/s-title-block.vue
index e38e8452..09b0bcd7 100644
--- a/sheep/components/s-title-block/s-title-block.vue
+++ b/sheep/components/s-title-block/s-title-block.vue
@@ -2,36 +2,29 @@
- {{
- data.title.text
- }}
-
- {{ data.subtitle.text }}
-
+
+ {{ data.title }}
+
+ {{ data.description }}
-
- 查看更多
-
+
+
+ {{ data.more.text }}
+