diff --git a/assets/image/integral_return.webp b/assets/image/integral_return.webp new file mode 100644 index 00000000..15aa52d2 Binary files /dev/null and b/assets/image/integral_return.webp differ diff --git a/lib/community/community_view/class_details.dart b/lib/community/community_view/class_details.dart index 3d5191a8..e1632f2d 100644 --- a/lib/community/community_view/class_details.dart +++ b/lib/community/community_view/class_details.dart @@ -254,17 +254,17 @@ class _ClassDetails extends State with WidgetsBindingObserver { ), flex: 1, ), - GestureDetector( - onTap: () { - // share(); - }, - child: Icon( - Icons.share, - size: 24, - color: Colors.black, - ), - ), - SizedBox(width: 15.w,), + // GestureDetector( + // onTap: () { + // share(); + // }, + // child: Icon( + // Icons.share, + // size: 24, + // color: Colors.black, + // ), + // ), + // SizedBox(width: 15.w,), ], ), SizedBox(