diff --git a/components/InputAndSwiper/InputAndSwiper.vue b/components/InputAndSwiper/InputAndSwiper.vue
index 3777e2d..bc7e6fd 100644
--- a/components/InputAndSwiper/InputAndSwiper.vue
+++ b/components/InputAndSwiper/InputAndSwiper.vue
@@ -13,7 +13,7 @@
-
+
@@ -22,7 +22,7 @@
export default {
name: "inputAndSwiper",
props: {
- headerBgList: {
+ bannerURL: {
type: Array,
default () {
return [
diff --git a/pages/index/HomeMainContent/HomeNavCard.vue b/pages/index/HomeMainContent/HomeNavCard.vue
index 5ba9577..b3182a6 100644
--- a/pages/index/HomeMainContent/HomeNavCard.vue
+++ b/pages/index/HomeMainContent/HomeNavCard.vue
@@ -63,7 +63,14 @@
uni.navigateTo({
url: this.navItems[index].url
})
+ }else if (index == 7) {
+ uni.makePhoneCall({
+ phoneNumber: '123456789',
+ success: (result) => {},
+ fail: (error) => {}
+ })
}
+
}
}
};
diff --git a/pages/index/HomeMainContent/HomeNoticeBar.vue b/pages/index/HomeMainContent/HomeNoticeBar.vue
index eb41923..dae115d 100644
--- a/pages/index/HomeMainContent/HomeNoticeBar.vue
+++ b/pages/index/HomeMainContent/HomeNoticeBar.vue
@@ -10,6 +10,7 @@
customStyle="width:70vw"
color="#232323"
icon=" "
+ direction="column"
/>
@@ -18,14 +19,14 @@