Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -10,7 +10,7 @@ import { BaseDTO } from '../component/BaseDTO'; | @@ -10,7 +10,7 @@ import { BaseDTO } from '../component/BaseDTO'; | ||
| 10 | 10 | ||
| 11 | @Observed | 11 | @Observed |
| 12 | export class ContentDTO implements BaseDTO { | 12 | export class ContentDTO implements BaseDTO { |
| 13 | - shareFlag?:string='0'; | 13 | + shareFlag?:string='1'; |
| 14 | appStyle: string = ''; | 14 | appStyle: string = ''; |
| 15 | cityCode: string = ''; | 15 | cityCode: string = ''; |
| 16 | coverSize: string = ''; | 16 | coverSize: string = ''; |
-
Please register or login to post a comment