|
@@ -15,6 +15,7 @@
|
|
|
<div class="time">更新时间:{{androidInfo.updateTime}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="app-tip">苹果手机或微信等,请点击右上角,在浏览器中打开此页面。(尽量在浏览器中打开此页,否则可能会无法下载)</div>
|
|
|
<div class="app-btn">
|
|
|
<template v-if="isPcType === 'pc'">
|
|
|
<el-button type="success" @click="downloadAndroid">
|
|
@@ -52,7 +53,6 @@ import {getNewVersion} from "~src/request/index";
|
|
|
import bgImg from '~src/assets/archives/topHead.png'
|
|
|
import companyName from '~src/assets/index/companyName.png'
|
|
|
import appIcon from '~src/assets/index/app-icon.png'
|
|
|
-import appImg from '~src/assets/index/1242_2208.png'
|
|
|
import {getObjValue, isNullES, newWindow} from "js-fast-way";
|
|
|
import { ElMessage } from 'element-plus'
|
|
|
|
|
@@ -136,6 +136,12 @@ html.hc-app-mobile body #app {
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ .app-tip {
|
|
|
+ position: relative;
|
|
|
+ padding: 0 20px;
|
|
|
+ color: white;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
.app-title {
|
|
|
position: relative;
|
|
|
padding: 0 20px;
|