Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -96,12 +96,12 @@ class MinePageDatasModel{ | @@ -96,12 +96,12 @@ class MinePageDatasModel{ | ||
| 96 | * 包含名字和图标 | 96 | * 包含名字和图标 |
| 97 | */ | 97 | */ |
| 98 | getMoreFunctionsData():MinePageCreatorFunctionsItem[]{ | 98 | getMoreFunctionsData():MinePageCreatorFunctionsItem[]{ |
| 99 | - if(this.moreData.length === 2){ | 99 | + if(this.moreData.length === 3){ |
| 100 | return this.moreData | 100 | return this.moreData |
| 101 | } | 101 | } |
| 102 | // this.moreData.push(new MinePageMoreFunctionModel("扫一扫",$r('app.media.mine_scan'))) | 102 | // this.moreData.push(new MinePageMoreFunctionModel("扫一扫",$r('app.media.mine_scan'))) |
| 103 | // this.moreData.push(new MinePageMoreFunctionModel("我的奖品",$r('app.media.mine_mygift'))) | 103 | // this.moreData.push(new MinePageMoreFunctionModel("我的奖品",$r('app.media.mine_mygift'))) |
| 104 | - // this.moreData.push(new MinePageMoreFunctionModel("意见反馈",$r('app.media.mine_suggest'))) | 104 | + this.moreData.push(new MinePageMoreFunctionModel("意见反馈",$r('app.media.mine_suggest'))) |
| 105 | this.moreData.push(new MinePageMoreFunctionModel("设置",$r('app.media.mine_setting'))) | 105 | this.moreData.push(new MinePageMoreFunctionModel("设置",$r('app.media.mine_setting'))) |
| 106 | this.moreData.push(new MinePageMoreFunctionModel("关于",$r('app.media.mine_about'))) | 106 | this.moreData.push(new MinePageMoreFunctionModel("关于",$r('app.media.mine_about'))) |
| 107 | return this.moreData | 107 | return this.moreData |
-
Please register or login to post a comment