3.9提交

This commit is contained in:
zoujiandong
2026-03-09 18:59:27 +08:00
parent 1fa822ed72
commit 40f5ddf4a5
28 changed files with 841 additions and 219 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<view class="emptybox">
<view class="empty-image-wrap" :style="imageWrapStyle">
<up-image
:src="props.emptyImg || emptyImg"
:src="emptyImage || emptyImg"
:width="renderWidth"
:height="renderHeight"
:mode="imgMode"
@@ -16,7 +16,7 @@
import { computed } from 'vue';
import emptyImg from "@/static/icon_empty.png"
const props = defineProps({
emptyImg: {
emptyImage: {
type: String,
default: ''
},