fix: 增加认证,修改部分展示内容。

This commit is contained in:
tianyongbao
2024-09-26 23:30:40 +08:00
parent 8c35a50e60
commit e674e30f3d
10 changed files with 14 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
<h1 class="vivify popIn">
<span class="br"></span>科学记账量入为出健康档案守护未来
</h1>
<h3 class="vivify popIn">技术引领服务为基础科技为核心</h3>
<h3 class="vivify popIn">技术引领服务为基础用户为核心需求为导向</h3>
</div>
<div class="nav clear">
<a class="zhichou vivify popIn">
@@ -114,7 +114,7 @@
feature2: feature2,
feature3: feature3,
feature4: feature4,
carouselPerPage: (Util.os.android || Util.os.iPhone) ? 1 : 2,
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.mobile) ? 1 : 2,
configData : {
position: { // 设置显示位置position
top: '60px',

View File

@@ -60,7 +60,7 @@
feature2: feature2,
feature3: feature3,
feature4: feature4,
carouselPerPage: (Util.os.android || Util.os.iPhone) ? 1 : 2,
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile) ? 1 : 2,
configData : {
position: { // 设置显示位置position
top: '60px',

View File

@@ -66,7 +66,7 @@
feature2: feature2,
feature3: feature3,
feature4: feature4,
carouselPerPage: (Util.os.android || Util.os.iPhone) ? 1 : 2,
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile) ? 1 : 2,
configData : {
position: { // 设置显示位置position
top: '60px',