wangliang_wd

feat:优化设置隐私UI,优化他人主页下划线样式

@@ -7,7 +7,7 @@ import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking/I @@ -7,7 +7,7 @@ import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking/I
7 import { TitleBackComponent } from '../setting/TitleBackComponent'; 7 import { TitleBackComponent } from '../setting/TitleBackComponent';
8 8
9 const TAG = 'PrivacySettingPage'; 9 const TAG = 'PrivacySettingPage';
10 -const DiyString = '开启个性推荐' 10 +const DiyString = '开启个性推荐'
11 const DiyCloseTipsString = '关闭后,将不会使用你的偏好进行内容推荐' 11 const DiyCloseTipsString = '关闭后,将不会使用你的偏好进行内容推荐'
12 12
13 @Entry 13 @Entry
@@ -363,14 +363,6 @@ export struct AccountAndSecurityLayout { @@ -363,14 +363,6 @@ export struct AccountAndSecurityLayout {
363 .padding({ top: 32, left: "31lpx", right: "31lpx" }) 363 .padding({ top: 32, left: "31lpx", right: "31lpx" })
364 .width('100%') 364 .width('100%')
365 } 365 }
366 - Text('请注意:注销后7天内不能再次注册人民日报客户端,需要等到账号冷静期结束才能再次登录注册')  
367 - .fontColor('#ED2800')  
368 - .fontSize(14)  
369 - .fontWeight(400)  
370 - .lineHeight(20)  
371 - .padding({ top: 32, left: 16, right: 16 })  
372 - .width('100%')  
373 -  
374 }.alignRules({ 366 }.alignRules({
375 top: { anchor: "__container__", align: VerticalAlign.Top }, 367 top: { anchor: "__container__", align: VerticalAlign.Top },
376 left: { anchor: "__container__", align: HorizontalAlign.Start }, 368 left: { anchor: "__container__", align: HorizontalAlign.Start },
@@ -367,12 +367,10 @@ struct OtherNormalUserHomePage { @@ -367,12 +367,10 @@ struct OtherNormalUserHomePage {
367 .lineHeight('38lpx') 367 .lineHeight('38lpx')
368 368
369 if(this.currentIndex === index){ 369 if(this.currentIndex === index){
370 - Divider()  
371 - .width('31lpx')  
372 - .height('4lpx')  
373 - .color('#ED2800')  
374 - .strokeWidth('4lpx')  
375 - .margin({top:'50lpx'}) 370 + Image($r('app.media.icon_channel_active'))//.colorFilter(ColorUtils.getDrawingColorFilter(this.getBothColor("")))
  371 + .width(16)
  372 + .height(2)
  373 + .margin({top: 30})
376 .id("divTag") 374 .id("divTag")
377 } 375 }
378 }.onClick(()=>{ 376 }.onClick(()=>{