Skip to content

Commit 912428c

Browse files
committed
修改浏览器版本过低的提示
1 parent 2460395 commit 912428c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demo/views/performance.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<input name="key" id="key" type="hidden" value="a.jpg">
1515
<input name="accept" type="hidden" />
1616
</form>
17-
18-
<div class="low-browser hidden" :class="{'show': !isPerformanceSupported}" v-show="!isPerformanceSupported">您好,您的浏览器版本过低,请使用谷歌、火狐、Opera、IE9+等高级浏览器... </div>
19-
17+
18+
<div class="low-browser hidden" :class="{'show': !isPerformanceSupported}" v-show="!isPerformanceSupported">您好,您的浏览器版本过低,请使用谷歌、火狐、IE9+等高级浏览器... </div>
19+
2020
<div v-if="isPerformanceSupported">
2121
<zone-list :host-map="hostMap" :current-zone="currentZone" :switch-zone="switchZone" :selected-host="selectedHost"></zone-list>
22-
22+
2323
<span class="run" :class="{'disabled': !selectedHost.host}" @click="uploadTest">开始检测</span>
2424
<!-- upload info -->
2525
<div class="progress">{{loadMessage}}</div>
@@ -33,4 +33,4 @@
3333
<script src="bower_components/vue/dist/vue.min.js"></script>
3434
<script src="scripts/performance.js"></script>
3535
</body>
36-
</html>
36+
</html>

0 commit comments

Comments
 (0)