Showing
1 changed file
with
13 additions
and
13 deletions
| @@ -231,19 +231,19 @@ export struct ENewspaperPageComponent { | @@ -231,19 +231,19 @@ export struct ENewspaperPageComponent { | ||
| 231 | this.calendarDialogController.open() | 231 | this.calendarDialogController.open() |
| 232 | }) | 232 | }) |
| 233 | 233 | ||
| 234 | - if (this.newspaperListBean && this.newspaperListBean.list && this.newspaperListBean.list.length > 0) { | ||
| 235 | - Image($r('app.media.icon_share')) | ||
| 236 | - .height($r('app.float.top_arrow_size')) | ||
| 237 | - .width($r('app.float.top_arrow_size')) | ||
| 238 | - .alignRules({ | ||
| 239 | - right: { anchor: "__container__", align: HorizontalAlign.End }, | ||
| 240 | - center: { anchor: "__container__", align: VerticalAlign.Center } | ||
| 241 | - }) | ||
| 242 | - .id('e_newspaper_share') | ||
| 243 | - .onClick(() => { | ||
| 244 | - this.share() | ||
| 245 | - }) | ||
| 246 | - } | 234 | + // if (this.newspaperListBean && this.newspaperListBean.list && this.newspaperListBean.list.length > 0) { |
| 235 | + // Image($r('app.media.icon_share')) | ||
| 236 | + // .height($r('app.float.top_arrow_size')) | ||
| 237 | + // .width($r('app.float.top_arrow_size')) | ||
| 238 | + // .alignRules({ | ||
| 239 | + // right: { anchor: "__container__", align: HorizontalAlign.End }, | ||
| 240 | + // center: { anchor: "__container__", align: VerticalAlign.Center } | ||
| 241 | + // }) | ||
| 242 | + // .id('e_newspaper_share') | ||
| 243 | + // .onClick(() => { | ||
| 244 | + // this.share() | ||
| 245 | + // }) | ||
| 246 | + // } | ||
| 247 | } | 247 | } |
| 248 | .margin({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16'), top: this.topSafeHeight + 'px' }) | 248 | .margin({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16'), top: this.topSafeHeight + 'px' }) |
| 249 | .height($r('app.float.top_bar_height')) | 249 | .height($r('app.float.top_bar_height')) |
-
Please register or login to post a comment