Browse Source

视频详情更改

dart3_last
wurong 2 years ago
parent
commit
ab87fcfb3d
  1. BIN
      assets/image/integral_return.webp
  2. 20
      lib/community/community_view/class_details.dart

BIN
assets/image/integral_return.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

20
lib/community/community_view/class_details.dart

@ -254,17 +254,17 @@ class _ClassDetails extends State<ClassDetails> with WidgetsBindingObserver {
),
flex: 1,
),
GestureDetector(
onTap: () {
// GestureDetector(
// onTap: () {
// share();
},
child: Icon(
Icons.share,
size: 24,
color: Colors.black,
),
),
SizedBox(width: 15.w,),
// },
// child: Icon(
// Icons.share,
// size: 24,
// color: Colors.black,
// ),
// ),
// SizedBox(width: 15.w,),
],
),
SizedBox(

Loading…
Cancel
Save