fix: 资料下载-apk上传,修改资料下载页面。
BIN
src/assets/img/health.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
src/assets/img/healthQrcode.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
src/assets/img/imaotai.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
src/assets/img/imaotaiQrcode.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
src/assets/img/invest.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
src/assets/img/investQrcode.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
@@ -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 {
|
||||||
|
|||||||
@@ -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>记账管理平台 <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>
|
<a href="/static/download/invest/intcInvest-Introduction.pdf" target="_blank">系统介绍</a>
|
||||||
<a href="/static/download/invest/intcInvest-Manual.pdf" target="_blank" >PC手册</a>
|
<a href="/static/download/invest/intcInvest-Manual.pdf" target="_blank" >PC手册</a>
|
||||||
@@ -46,8 +47,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<img :src="feature4"/>
|
<img :src="Health"/>
|
||||||
<h4>健康档案</h4>
|
<h4>健康管理平台 <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>
|
<a href="/static/download/health/intcHealth-Introduction.pdf" target="_blank">系统介绍</a>
|
||||||
<a href="/static/download/health/intcHealth-Manual.pdf" target="_blank">使用手册</a>
|
<a href="/static/download/health/intcHealth-Manual.pdf" target="_blank">使用手册</a>
|
||||||
@@ -56,8 +57,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<img :src="feature2"/>
|
<img :src="imaotai"/>
|
||||||
<h4>茅台预约</h4>
|
<h4>茅台预约平台 <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>
|
<a href="/static/download/imaotai/intcImaotai-Introduction.pdf" target="_blank">系统介绍</a>
|
||||||
<a href="/static/download/imaotai/intcImaotai-Manual.pdf" target="_blank">使用手册</a>
|
<a href="/static/download/imaotai/intcImaotai-Manual.pdf" target="_blank">使用手册</a>
|
||||||
@@ -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,
|
||||||
|
|||||||
BIN
static/download/health/intcHealth-V1.0.apk
Normal file
BIN
static/download/health/intcHealthQrcode.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/download/imaotai/intcImaotai-V1.0.apk
Normal file
BIN
static/download/imaotai/intcImaotaiQrcode.png
Normal file
|
After Width: | Height: | Size: 20 KiB |