@@ -1,9 +1,9 @@
<template>
<u-empty
:text="text"
- textSize="26rpx"
- width="332rpx"
- height="332rpx"
+ textSize="28rpx"
+ width="208rpx"
+ height="158rpx"
mode="order"
:icon="iconUrl"
></u-empty>
@@ -14,11 +14,11 @@
const props = defineProps({
text: {
type: String,
- default: '暂无数据'
+ default: '暂无内容'
},
iconUrl: {
- default: ''
+ default: 'https://sxsn.ringzle.com/happytree-admin/profile/2025/12/16/a73ba198-7759-4bc0-96c6-617fe0d05a69.png'
}
})
</script>
@@ -48,7 +48,7 @@
</template>
</view>
<view class="dataEmpty" v-else>
- <page-empty text="暂无公益活动"></page-empty>
+ <page-empty></page-empty>
<login-register @loginSucc="loginSucc"></login-register>