Showing
2 changed files
with
1 additions
and
2 deletions
| 1 | import MinePageMoreFunctionModel from '../../viewmodel/MinePageMoreFunctionModel' | 1 | import MinePageMoreFunctionModel from '../../viewmodel/MinePageMoreFunctionModel' |
| 2 | import { WDRouterRule, WDRouterPage, ProcessUtils } from 'wdRouter' | 2 | import { WDRouterRule, WDRouterPage, ProcessUtils } from 'wdRouter' |
| 3 | import { Params } from 'wdBean'; | 3 | import { Params } from 'wdBean'; |
| 4 | -import { ToastUtils } from 'wdKit/Index'; | ||
| 5 | import { TrackingButton, TrackConstants } from 'wdTracking/Index'; | 4 | import { TrackingButton, TrackConstants } from 'wdTracking/Index'; |
| 6 | 5 | ||
| 7 | @Component | 6 | @Component |
| @@ -96,7 +96,7 @@ class MinePageDatasModel{ | @@ -96,7 +96,7 @@ class MinePageDatasModel{ | ||
| 96 | * 包含名字和图标 | 96 | * 包含名字和图标 |
| 97 | */ | 97 | */ |
| 98 | getMoreFunctionsData():MinePageCreatorFunctionsItem[]{ | 98 | getMoreFunctionsData():MinePageCreatorFunctionsItem[]{ |
| 99 | - if(this.moreData.length === 5){ | 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'))) |
-
Please register or login to post a comment