liyubing

Merge remote-tracking branch 'origin/main'

@@ -41,20 +41,20 @@ export default struct MinePageUserSimpleInfoUI { @@ -41,20 +41,20 @@ export default struct MinePageUserSimpleInfoUI {
41 41
42 Image(this.isLogin?(this.headPhotoUrl?this.headPhotoUrl:this.userType === "1"?$r('app.media.default_head'):$r('app.media.AccountOwner_DefaultIcon')):$r('app.media.default_head')) 42 Image(this.isLogin?(this.headPhotoUrl?this.headPhotoUrl:this.userType === "1"?$r('app.media.default_head'):$r('app.media.AccountOwner_DefaultIcon')):$r('app.media.default_head'))
43 .alt($r('app.media.default_head')) 43 .alt($r('app.media.default_head'))
44 - .width(`${this.calcHeight(110)}lpx`)  
45 - .height(`${this.calcHeight(110)}lpx`) 44 + .width(`${this.calcHeight(120)}lpx`)
  45 + .height(`${this.calcHeight(120)}lpx`)
46 .objectFit(ImageFit.Cover) 46 .objectFit(ImageFit.Cover)
47 .borderRadius(50) 47 .borderRadius(50)
48 48
49 if(StringUtils.isNotEmpty(this.levelHead)){ 49 if(StringUtils.isNotEmpty(this.levelHead)){
50 Image(this.levelHead) 50 Image(this.levelHead)
51 - .width(`${this.calcHeight(140)}lpx`)  
52 - .height(`${this.calcHeight(140)}lpx`) 51 + .width(`${this.calcHeight(155)}lpx`)
  52 + .height(`${this.calcHeight(155)}lpx`)
53 .objectFit(ImageFit.Cover) 53 .objectFit(ImageFit.Cover)
54 .borderRadius(50) 54 .borderRadius(50)
55 } 55 }
56 - }.width(`${this.calcHeight(130)}lpx`)  
57 - .height(`${this.calcHeight(130)}lpx`) 56 + }.width(`${this.calcHeight(140)}lpx`)
  57 + .height(`${this.calcHeight(140)}lpx`)
58 .alignContent(Alignment.Center) 58 .alignContent(Alignment.Center)
59 .onClick(()=>{ 59 .onClick(()=>{
60 this.jumpLogin() 60 this.jumpLogin()
@@ -30,7 +30,6 @@ export struct PagePersonFunction{ @@ -30,7 +30,6 @@ export struct PagePersonFunction{
30 .margin({top:`${this.calcHeight(8)}lpx`}) 30 .margin({top:`${this.calcHeight(8)}lpx`})
31 .height(`${this.calcHeight(23)}lpx`) 31 .height(`${this.calcHeight(23)}lpx`)
32 .fontColor(this.navItem?.homePageColor.length > 0?this.navItem.homePageColor:$r('app.color.color_222222')) 32 .fontColor(this.navItem?.homePageColor.length > 0?this.navItem.homePageColor:$r('app.color.color_222222'))
33 - .fontColor($r('app.color.color_222222'))  
34 .fontSize(`${this.calcHeight(23)}lpx`) 33 .fontSize(`${this.calcHeight(23)}lpx`)
35 } 34 }
36 .alignItems(HorizontalAlign.Center) 35 .alignItems(HorizontalAlign.Center)
@@ -78,7 +78,7 @@ export struct EmptyComponent { @@ -78,7 +78,7 @@ export struct EmptyComponent {
78 /** 78 /**
79 * The empty data text opacity. 79 * The empty data text opacity.
80 */ 80 */
81 - readonly TEXT_OPACITY: number = 0.4; 81 + readonly TEXT_OPACITY: number = 1.0;
82 private timer: number = -1 82 private timer: number = -1
83 retry: () => void = () => { 83 retry: () => void = () => {
84 } 84 }