fix: 界面功能优化,增加茅台预约描述。
This commit is contained in:
@@ -2,18 +2,24 @@
|
||||
<page class="home-page">
|
||||
<zui-header>
|
||||
<logo type="xiaoyanyun" href="/"></logo>
|
||||
<h4 class="zui-logo-text">
|
||||
<a href="http://152.136.151.187:8080/intc/" target="_blank">| 记账</a><a href="http://152.136.151.187:82/#/" target="_blank">专家</a>
|
||||
<br/>| 健康帮手
|
||||
<h4 v-show="webShow" class="zui-logo-text">
|
||||
<a style="text-decoration: none;" href="http://152.136.151.187:88/login" target="_blank"> 记账平台</a>
|
||||
<a style="text-decoration: none;" href="http://152.136.151.187:81/hrms/login" target="_blank"> 健康档案</a>
|
||||
<a style="text-decoration: none;" href="http://152.136.151.187:88/login" target="_blank"> 茅台预约</a>
|
||||
</h4>
|
||||
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;">◄目录►</div>
|
||||
<div v-show="mobileShow" class="rightcol" @click="openMenu" style="color: #0b8ba5;font-size: 14px;">◄目录►</div>
|
||||
<div v-show="mobileShow" class="rightcol">
|
||||
<a style="text-decoration: none;font-size: 12px;" href="http://152.136.151.187:86/#/" target="_blank"> 记账平台</a>
|
||||
<a style="text-decoration: none;font-size: 12px;" href="http://152.136.151.187:89/#/" target="_blank"> 健康档案</a>
|
||||
<a style="text-decoration: none;font-size: 12px;" href="http://152.136.151.187:90/#/" target="_blank"> 茅台预约</a>
|
||||
</div>
|
||||
<drop-list :config="configData" ref="droplist"></drop-list>
|
||||
<div v-show="webShow">
|
||||
<zui-button @click="onButtonClick('callus')">联系我们</zui-button>
|
||||
<zui-button @click="onButtonClick('resource')">资料下载</zui-button>
|
||||
<zui-button @click="onButtonClick('imaotai')">茅台预约</zui-button>
|
||||
<!-- <zui-button @click="onButtonClick('imaotai')">茅台预约</zui-button>
|
||||
<zui-button @click="onButtonClick('health')">健康档案</zui-button>
|
||||
<zui-button @click="onButtonClick('invest')">记账平台</zui-button>
|
||||
<zui-button @click="onButtonClick('invest')">记账平台</zui-button> -->
|
||||
<zui-button @click="onButtonClick('home')">首页</zui-button>
|
||||
</div>
|
||||
</zui-header>
|
||||
@@ -22,7 +28,7 @@
|
||||
联系我们->注册账号->免费使用
|
||||
</h1>
|
||||
<h3>
|
||||
专业、高效,满足您的记账需求、健康记录
|
||||
满足您的记账需求、健康记录、茅台预约
|
||||
</h3>
|
||||
</div>
|
||||
<div class="features">
|
||||
@@ -88,9 +94,9 @@
|
||||
width: '40%', // 设置宽度
|
||||
list: [ // 设置下拉列表数据和对应的点击事件
|
||||
{text: '首页', action: this.gohome},
|
||||
{text: '记账平台', action: this.goinvest},
|
||||
{text: '健康档案', action: this.gohealth},
|
||||
{text: '茅台预约', action: this.goimaotai},
|
||||
// {text: '记账平台', action: this.goinvest},
|
||||
// {text: '健康档案', action: this.gohealth},
|
||||
// {text: '茅台预约', action: this.goimaotai},
|
||||
{text: '资料下载', action: this.goresource},
|
||||
{text: '联系我们', action: this.gocallus}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user