|
@@ -9,10 +9,10 @@
|
|
|
<text class="content-text">{{describe}}</text>
|
|
|
<view class="versionUpgradeViewIs_force0" v-if="is_force==false&&start==false">
|
|
|
<text class="text butClose" @click="close">下次在说</text>
|
|
|
- <text class="text download" @tap="$u.throttle(downUpdate, 15000)">立即更新</text>
|
|
|
+ <text class="text download" @tap="$u.throttle(downUpdate, 2500)">立即更新</text>
|
|
|
</view>
|
|
|
<view class="versionUpgradeViewIs_force0" v-if="is_force==true&&start==false">
|
|
|
- <text class="downloadIs_force1" @tap="$u.throttle(downUpdate, 15000)">立即更新</text>
|
|
|
+ <text class="downloadIs_force1" @tap="$u.throttle(downUpdate, 2500)">立即更新</text>
|
|
|
</view>
|
|
|
<view class="versionUpgradeViewStartTrue" v-if="start!=false">
|
|
|
<text class="title">下载进度</text>
|