feat: 来对话列表的处理

This commit is contained in:
2025-07-29 20:21:43 +08:00
parent 0efc7fe6a0
commit 87a302b799
4 changed files with 45 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<!-- :style="backgroundStyle" -->
<view class="top-item1-left">
<image :src="initPageImages.welcomeImageUrl"></image>
<text>{{ currentDate }} 多云 -36 gg </text>
<text>{{ currentDate }} 多云 -36 ff </text>
</view>
<view class="top-item1-right">
<image :src="initPageImages.logoImageUrl"></image>
@@ -23,8 +23,8 @@
type: Object,
default: {
backgroundImageUrl: '',
logoImageUrl: '/static/hello_banner_icon@2x.png',
welcomeImageUrl: '/static/hello_banner_bg@2x.png'
logoImageUrl: '',
welcomeImageUrl: ''
}
},
welcomeContent: {