|
@@ -173,19 +173,19 @@ export struct TitleStateComp {
|
|
|
.width('7.2%')
|
|
|
.justifyContent(FlexAlign.Center)
|
|
|
|
|
|
- Row() {
|
|
|
- Image($r("app.media.menu_robot"))
|
|
|
- .height(px2vp(48))
|
|
|
- .width(px2vp(48))// .backgroundColor(Color.Green)
|
|
|
- .onClick(() => {
|
|
|
- router.pushUrl({
|
|
|
- url: 'pages/RobotErrorHandle'
|
|
|
- })
|
|
|
- })
|
|
|
- }
|
|
|
- .height('100%')
|
|
|
- .width('7.2%')
|
|
|
- .justifyContent(FlexAlign.Center)
|
|
|
+ // Row() {
|
|
|
+ // Image($r("app.media.menu_robot"))
|
|
|
+ // .height(px2vp(48))
|
|
|
+ // .width(px2vp(48))// .backgroundColor(Color.Green)
|
|
|
+ // .onClick(() => {
|
|
|
+ // router.pushUrl({
|
|
|
+ // url: 'pages/RobotErrorHandle'
|
|
|
+ // })
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // .height('100%')
|
|
|
+ // .width('7.2%')
|
|
|
+ // .justifyContent(FlexAlign.Center)
|
|
|
|
|
|
Row() {
|
|
|
Image($r("app.media.hongDa_black"))
|