|
@@ -2,20 +2,20 @@
|
|
|
<view>
|
|
<view>
|
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
|
<view class="logo-box">
|
|
<view class="logo-box">
|
|
|
- <!-- <image :src="'http://www.hnyfwlw.com:8006/bigdata_app'+'/image/c9b4eb88c03b2f7460e8479e80f40fc.png'" mode="widthFix"></image> -->
|
|
|
|
|
|
|
+ <image :src="'http://www.hnyfwlw.com:8006/bigdata_app'+'/image/c9b4eb88c03b2f7460e8479e80f40fc.png'" mode="widthFix"></image>
|
|
|
<view class="version">
|
|
<view class="version">
|
|
|
- <!-- <view>
|
|
|
|
|
- 云飞物联网
|
|
|
|
|
- </view> -->
|
|
|
|
|
<view>
|
|
<view>
|
|
|
- 当前版本号
|
|
|
|
|
|
|
+ 云飞物联网
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <!-- <view>
|
|
|
|
|
+ 当前版本号
|
|
|
|
|
+ </view> -->
|
|
|
<view>
|
|
<view>
|
|
|
V{{id}}
|
|
V{{id}}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="line"></view>
|
|
|
|
|
|
|
+ <view class="line"></view>
|
|
|
<view class="part">
|
|
<view class="part">
|
|
|
<view class="info-item">
|
|
<view class="info-item">
|
|
|
<text class="tit">技术支持</text>
|
|
<text class="tit">技术支持</text>
|
|
@@ -43,7 +43,7 @@
|
|
|
<text class="tit">公司邮箱</text>
|
|
<text class="tit">公司邮箱</text>
|
|
|
<text class="val">hnyf826@163.com</text>
|
|
<text class="val">hnyf826@163.com</text>
|
|
|
</view>
|
|
</view>
|
|
|
- </view> -->
|
|
|
|
|
|
|
+ </view>
|
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
|
<view class="part">
|
|
<view class="part">
|
|
|
<view class="info-item" @click="renewal">
|
|
<view class="info-item" @click="renewal">
|
|
@@ -59,9 +59,9 @@
|
|
|
<u-icon name="arrow-right"></u-icon>
|
|
<u-icon name="arrow-right"></u-icon>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="bottom">
|
|
|
|
|
|
|
+ <view class="bottom">
|
|
|
©河南云飞科技发展有限公司
|
|
©河南云飞科技发展有限公司
|
|
|
- </view> -->
|
|
|
|
|
|
|
+ </view>
|
|
|
<u-modal title="升级中请勿随意操作" :show-confirm-button="false" v-model="showA" :content="contentA">
|
|
<u-modal title="升级中请勿随意操作" :show-confirm-button="false" v-model="showA" :content="contentA">
|
|
|
<view class="upgradeBox">
|
|
<view class="upgradeBox">
|
|
|
<u-line-progress v-show="isShow" active-color="#19be6b" :striped="true" :percent="percentNum" :striped-active="true"></u-line-progress>
|
|
<u-line-progress v-show="isShow" active-color="#19be6b" :striped="true" :percent="percentNum" :striped-active="true"></u-line-progress>
|
|
@@ -146,9 +146,9 @@
|
|
|
// console.log(this.appName)
|
|
// console.log(this.appName)
|
|
|
// ---------------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------------
|
|
|
//中性版
|
|
//中性版
|
|
|
- this.appName = "big_data2"
|
|
|
|
|
|
|
+ // this.appName = "big_data2"
|
|
|
//标准版
|
|
//标准版
|
|
|
- // this.appName = "big_data"
|
|
|
|
|
|
|
+ this.appName = "big_data"
|
|
|
var url = "http://hnyfwlw.com/app/" + this.appName + ".apk"
|
|
var url = "http://hnyfwlw.com/app/" + this.appName + ".apk"
|
|
|
console.log(url)
|
|
console.log(url)
|
|
|
const downloadTask = uni.downloadFile({
|
|
const downloadTask = uni.downloadFile({
|