Showing
3 changed files
with
12 additions
and
9 deletions
| @@ -83,9 +83,11 @@ export default struct MinePagePersonFunctionUI { | @@ -83,9 +83,11 @@ export default struct MinePagePersonFunctionUI { | ||
| 83 | .height('117lpx') | 83 | .height('117lpx') |
| 84 | }) | 84 | }) |
| 85 | } | 85 | } |
| 86 | - .rowsTemplate('1fr 1fr') | 86 | + // .rowsTemplate('1fr 1fr') |
| 87 | + .rowsTemplate('1fr') | ||
| 87 | .columnsTemplate('1fr 1fr 1fr 1fr') | 88 | .columnsTemplate('1fr 1fr 1fr 1fr') |
| 88 | - .height('234lpx') | 89 | + // .height('234lpx') |
| 90 | + .height('167lpx') | ||
| 89 | .margin({top:'31lpx',left:'23lpx',right:'23lpx' }) | 91 | .margin({top:'31lpx',left:'23lpx',right:'23lpx' }) |
| 90 | } | 92 | } |
| 91 | } | 93 | } |
| @@ -119,6 +119,7 @@ export default struct MinePageUserSimpleInfoUI { | @@ -119,6 +119,7 @@ export default struct MinePageUserSimpleInfoUI { | ||
| 119 | .width('50lpx') | 119 | .width('50lpx') |
| 120 | .height('50lpx') | 120 | .height('50lpx') |
| 121 | }.width('131lpx') | 121 | }.width('131lpx') |
| 122 | + .visibility(Visibility.Hidden) | ||
| 122 | }.backgroundColor($r('app.color.white')) | 123 | }.backgroundColor($r('app.color.white')) |
| 123 | .setFullWidth() | 124 | .setFullWidth() |
| 124 | .padding({top:'31lpx',left:'46lpx'}) | 125 | .padding({top:'31lpx',left:'46lpx'}) |
| @@ -62,10 +62,10 @@ class MinePageDatasModel{ | @@ -62,10 +62,10 @@ class MinePageDatasModel{ | ||
| 62 | this.personalData.push(new MinePagePersonalFunctionsItem("评论",$r('app.media.mine_comment_icon'))) | 62 | this.personalData.push(new MinePagePersonalFunctionsItem("评论",$r('app.media.mine_comment_icon'))) |
| 63 | this.personalData.push(new MinePagePersonalFunctionsItem("关注",$r('app.media.mine_follow_icon'))) | 63 | this.personalData.push(new MinePagePersonalFunctionsItem("关注",$r('app.media.mine_follow_icon'))) |
| 64 | this.personalData.push(new MinePagePersonalFunctionsItem("收藏",$r('app.media.mine_collect_icon'))) | 64 | this.personalData.push(new MinePagePersonalFunctionsItem("收藏",$r('app.media.mine_collect_icon'))) |
| 65 | - this.personalData.push(new MinePagePersonalFunctionsItem("历史",$r('app.media.mine_history_icon'))) | ||
| 66 | - this.personalData.push(new MinePagePersonalFunctionsItem("消息",$r('app.media.mine_msg_icon'))) | ||
| 67 | - this.personalData.push(new MinePagePersonalFunctionsItem("留言板",$r('app.media.mine_msgboard_icon'))) | ||
| 68 | - this.personalData.push(new MinePagePersonalFunctionsItem("预约",$r('app.media.mine_order_icon'))) | 65 | + // this.personalData.push(new MinePagePersonalFunctionsItem("历史",$r('app.media.mine_history_icon'))) |
| 66 | + // this.personalData.push(new MinePagePersonalFunctionsItem("消息",$r('app.media.mine_msg_icon'))) | ||
| 67 | + // this.personalData.push(new MinePagePersonalFunctionsItem("留言板",$r('app.media.mine_msgboard_icon'))) | ||
| 68 | + // this.personalData.push(new MinePagePersonalFunctionsItem("预约",$r('app.media.mine_order_icon'))) | ||
| 69 | return this.personalData | 69 | return this.personalData |
| 70 | } | 70 | } |
| 71 | 71 | ||
| @@ -93,9 +93,9 @@ class MinePageDatasModel{ | @@ -93,9 +93,9 @@ class MinePageDatasModel{ | ||
| 93 | if(this.moreData.length === 5){ | 93 | if(this.moreData.length === 5){ |
| 94 | return this.moreData | 94 | return this.moreData |
| 95 | } | 95 | } |
| 96 | - this.moreData.push(new MinePageMoreFunctionModel("扫一扫",$r('app.media.mine_scan'))) | ||
| 97 | - this.moreData.push(new MinePageMoreFunctionModel("我的奖品",$r('app.media.mine_mygift'))) | ||
| 98 | - this.moreData.push(new MinePageMoreFunctionModel("意见反馈",$r('app.media.mine_suggest'))) | 96 | + // this.moreData.push(new MinePageMoreFunctionModel("扫一扫",$r('app.media.mine_scan'))) |
| 97 | + // this.moreData.push(new MinePageMoreFunctionModel("我的奖品",$r('app.media.mine_mygift'))) | ||
| 98 | + // this.moreData.push(new MinePageMoreFunctionModel("意见反馈",$r('app.media.mine_suggest'))) | ||
| 99 | this.moreData.push(new MinePageMoreFunctionModel("设置",$r('app.media.mine_setting'))) | 99 | this.moreData.push(new MinePageMoreFunctionModel("设置",$r('app.media.mine_setting'))) |
| 100 | this.moreData.push(new MinePageMoreFunctionModel("关于",$r('app.media.mine_about'))) | 100 | this.moreData.push(new MinePageMoreFunctionModel("关于",$r('app.media.mine_about'))) |
| 101 | return this.moreData | 101 | return this.moreData |
-
Please register or login to post a comment