fix: 资料下载-apk上传,修改资料下载页面。

This commit is contained in:
tianyongbao
2025-01-02 23:45:03 +08:00
parent 1400303760
commit 3c18fc3da5
13 changed files with 17 additions and 9 deletions

BIN
src/assets/img/health.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
src/assets/img/imaotai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
src/assets/img/invest.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -158,9 +158,10 @@
padding: 10px 0 10px 100px; padding: 10px 0 10px 100px;
position: relative; position: relative;
img { img {
width: 60px; width: 80px;
top: 15px; top: 5px;
left: 0; left: 0;
right: 10px;
position: absolute; position: absolute;
} }
h4 { h4 {

View File

@@ -25,7 +25,7 @@
</zui-header> </zui-header>
<div class="service"> <div class="service">
<h1> <h1>
资料下载->系统介绍->使用手册 安卓APP下载->系统介绍->使用手册
</h1> </h1>
<h3> <h3>
满足您的记账需求健康记录茅台预约 满足您的记账需求健康记录茅台预约
@@ -34,8 +34,9 @@
<div class="features"> <div class="features">
<ul> <ul>
<li> <li>
<img :src="feature3"/> <img :src="Invest"/>
<h4>记账平台</h4> <h4>记账管理平台&nbsp;&nbsp; <a href="/static/download/invest/intcInvest-V1.0.apk" target="_blank">安卓APP下载</a></h4>
<p> <p>
<a href="/static/download/invest/intcInvest-Introduction.pdf" target="_blank">系统介绍</a>&nbsp;&nbsp; <a href="/static/download/invest/intcInvest-Introduction.pdf" target="_blank">系统介绍</a>&nbsp;&nbsp;
<a href="/static/download/invest/intcInvest-Manual.pdf" target="_blank" >PC手册</a>&nbsp;&nbsp; <a href="/static/download/invest/intcInvest-Manual.pdf" target="_blank" >PC手册</a>&nbsp;&nbsp;
@@ -46,8 +47,8 @@
</p> </p>
</li> </li>
<li> <li>
<img :src="feature4"/> <img :src="Health"/>
<h4>健康档案</h4> <h4>健康管理平台&nbsp;&nbsp; <a href="/static/download/health/intcHealth-V1.0.apk" target="_blank">安卓APP下载</a></h4>
<p> <p>
<a href="/static/download/health/intcHealth-Introduction.pdf" target="_blank">系统介绍</a>&nbsp;&nbsp; <a href="/static/download/health/intcHealth-Introduction.pdf" target="_blank">系统介绍</a>&nbsp;&nbsp;
<a href="/static/download/health/intcHealth-Manual.pdf" target="_blank">使用手册</a>&nbsp;&nbsp; <a href="/static/download/health/intcHealth-Manual.pdf" target="_blank">使用手册</a>&nbsp;&nbsp;
@@ -56,8 +57,8 @@
</p> </p>
</li> </li>
<li> <li>
<img :src="feature2"/> <img :src="imaotai"/>
<h4>茅台预约</h4> <h4>茅台预约平台&nbsp;&nbsp; <a href="/static/download/imaotai/intcImaotai-V1.0.apk" target="_blank">安卓APP下载</a></h4>
<p> <p>
<a href="/static/download/imaotai/intcImaotai-Introduction.pdf" target="_blank">系统介绍</a>&nbsp;&nbsp; <a href="/static/download/imaotai/intcImaotai-Introduction.pdf" target="_blank">系统介绍</a>&nbsp;&nbsp;
<a href="/static/download/imaotai/intcImaotai-Manual.pdf" target="_blank">使用手册</a>&nbsp;&nbsp; <a href="/static/download/imaotai/intcImaotai-Manual.pdf" target="_blank">使用手册</a>&nbsp;&nbsp;
@@ -81,6 +82,9 @@
import feature2 from '../assets/img/feature2.png' import feature2 from '../assets/img/feature2.png'
import feature3 from '../assets/img/feature3.png' import feature3 from '../assets/img/feature3.png'
import feature4 from '../assets/img/feature4.png' import feature4 from '../assets/img/feature4.png'
import Invest from '../assets/img/invest.png'
import Health from '../assets/img/health.png'
import imaotai from '../assets/img/imaotai.png'
import Util from '../Util' import Util from '../Util'
import DropList from 'vue-droplist' import DropList from 'vue-droplist'
export default{ export default{
@@ -91,6 +95,9 @@
feature2: feature2, feature2: feature2,
feature3: feature3, feature3: feature3,
feature4: feature4, feature4: feature4,
imaotai: imaotai,
Health: Health,
Invest: Invest,
mobileShow: false, mobileShow: false,
webShow: true, webShow: true,
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile|| Util.os.isapp|| Util.os.harmonyOS) ? 1 : 2, carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile|| Util.os.isapp|| Util.os.harmonyOS) ? 1 : 2,

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.