|
|
@@ -16,21 +16,21 @@ export struct Mine {
|
|
|
}
|
|
|
|
|
|
},
|
|
|
- src: $r('app.media.right_arrow')
|
|
|
+ src: $r('[user].media.right_arrow')
|
|
|
},
|
|
|
{
|
|
|
text: '给个好评',
|
|
|
click: () => {
|
|
|
|
|
|
},
|
|
|
- src: $r('app.media.right_arrow')
|
|
|
+ src: $r('[user].media.right_arrow')
|
|
|
},
|
|
|
{
|
|
|
text: '关于我们',
|
|
|
click: () => {
|
|
|
yTRouter.router2AboutUS()
|
|
|
},
|
|
|
- src: $r('app.media.right_arrow')
|
|
|
+ src: $r('[user].media.right_arrow')
|
|
|
}
|
|
|
]
|
|
|
|
|
|
@@ -49,7 +49,7 @@ export struct Mine {
|
|
|
.borderRadius(20)
|
|
|
.margin({ right: 9 })
|
|
|
} else {
|
|
|
- Image($r('app.media.app_icon'))
|
|
|
+ Image($r('[user].media.app_icon'))
|
|
|
.width(50)
|
|
|
.height(40)
|
|
|
.margin({ right: 9 })
|
|
|
@@ -62,7 +62,7 @@ export struct Mine {
|
|
|
.fontColor('#FF000000')
|
|
|
Text() {
|
|
|
Span('ID:' + (this.userInfo.getId()?.toString().padStart(8, '0') ?? '00000000'))
|
|
|
- ImageSpan($r('app.media.copy'))
|
|
|
+ ImageSpan($r('[user].media.copy'))
|
|
|
.width(7)
|
|
|
.height(8)
|
|
|
.margin({ left: 4 })
|
|
|
@@ -102,12 +102,12 @@ export struct Mine {
|
|
|
Text(this.userInfo.getAiNum()?.toString() ?? '')
|
|
|
.fontWeight(600)
|
|
|
.fontSize($r('[basic].float.page_text_font_size_14'))
|
|
|
- Image($r('app.media.right_arrow'))
|
|
|
+ Image($r('[user].media.right_arrow'))
|
|
|
.width(24)
|
|
|
.aspectRatio(1)
|
|
|
}
|
|
|
} else {
|
|
|
- Image($r('app.media.right_arrow'))
|
|
|
+ Image($r('[user].media.right_arrow'))
|
|
|
.width(24)
|
|
|
.aspectRatio(1)
|
|
|
}
|