Sfoglia il codice sorgente

立即更新重复点击时长

caojunjie 4 anni fa
parent
commit
18f345406d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      components/luo-version-upgrade/luo-version-upgrade.vue

+ 2 - 2
components/luo-version-upgrade/luo-version-upgrade.vue

@@ -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>