修复loading问题
This commit is contained in:
parent
5ca760942d
commit
f0d16446c4
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<view v-show="show" class="components-widgets-loading">
|
||||
<view v-if="show" class="components-widgets-loading">
|
||||
<image class="icon" :src="require('./loading.png')" mode="scaleToFill" />
|
||||
<text class="text">{{ title }}</text>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue