소스 검색

立即更新重复点击时长

caojunjie 4 년 전
부모
커밋
18f345406d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>