diff --git a/features/mypage/src/main/ets/view/FourSection.ets b/features/mypage/src/main/ets/view/FourSection.ets index 1c91ff3..76a1916 100644 --- a/features/mypage/src/main/ets/view/FourSection.ets +++ b/features/mypage/src/main/ets/view/FourSection.ets @@ -23,8 +23,8 @@ export struct FourSection { new MyPageSectionClass('oneItem',$r('app.media.my_page_choosePhone'),'更换手机号','pages/MinePage/ChangePhonePage'), new MyPageSectionClass('twoItem',this.pushIconPath,this.pushStatus,''), - new MyPageSectionClass('threeItem',$r('app.media.app_icon'),'关于','pages/WebView/WebPage'), - new MyPageSectionClass('fourItem',$r('app.media.app_icon'),'直播群','pages/WebView/WebPage') + new MyPageSectionClass('threeItem',$r('app.media.my_page_guanyu_icon'),'关于肝胆相照','pages/WebView/WebPage'), + new MyPageSectionClass('fourItem',$r('app.media.my_page_zhibo_icon'),'肝胆相照直播群','pages/WebView/WebPage') ]; aboutToAppear() { diff --git a/features/mypage/src/main/resources/base/media/my_page_guanyu_icon.png b/features/mypage/src/main/resources/base/media/my_page_guanyu_icon.png new file mode 100644 index 0000000..b94e5d8 Binary files /dev/null and b/features/mypage/src/main/resources/base/media/my_page_guanyu_icon.png differ diff --git a/features/mypage/src/main/resources/base/media/my_page_zhibo_icon.png b/features/mypage/src/main/resources/base/media/my_page_zhibo_icon.png new file mode 100644 index 0000000..9904e5e Binary files /dev/null and b/features/mypage/src/main/resources/base/media/my_page_zhibo_icon.png differ