2023-12-1
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
<view v-if="state != 0 && state != 1">
|
||||
<slot></slot>
|
||||
</view>
|
||||
|
||||
<!-- 无数据 -->
|
||||
<z-paging-empty-view v-if="state === 100" emptyViewText="没有数据哦~"
|
||||
:emptyViewImg="notDataImg" @reload="reload">
|
||||
</z-paging-empty-view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
@@ -25,6 +31,9 @@
|
||||
computed: {
|
||||
errorImg() {
|
||||
return zStatic.base64Error
|
||||
},
|
||||
notDataImg() {
|
||||
return zStatic.base64Empty
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user