feat: 来对话列表的处理
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- :style="backgroundStyle" -->
|
||||
<view class="top-item1-left">
|
||||
<image :src="initPageImages.welcomeImageUrl"></image>
|
||||
<text>{{ currentDate }} 多云 -3~6℃ gg </text>
|
||||
<text>{{ currentDate }} 多云 -3~6℃ 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: {
|
||||
|
||||
Reference in New Issue
Block a user