You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

461 lines
16 KiB

import 'package:flutter/cupertino.dart';
3 years ago
import 'package:flutter/material.dart';
import 'package:huixiang/generated/l10n.dart';
import 'package:huixiang/utils/font_weight.dart';
3 years ago
import 'package:huixiang/view_widget/login_tips_dialog.dart';
3 years ago
import 'package:shared_preferences/shared_preferences.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:url_launcher/url_launcher.dart';
3 years ago
class MineItem extends StatefulWidget {
@override
State<StatefulWidget> createState() {
return _MineItem();
}
}
class _MineItem extends State<MineItem> {
3 years ago
var isShowMore = false;
3 years ago
@override
Widget build(BuildContext context) {
return Container(
margin: EdgeInsets.fromLTRB(16.w,0.h, 16.w,30.h),
// padding: EdgeInsets.fromLTRB(20.w, 12.h, 20.w, 12.h),
3 years ago
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.circular(8),
boxShadow: [
BoxShadow(
3 years ago
color: Color(0x08213303).withAlpha(12),
offset: Offset(0, 2),
blurRadius: 4,
3 years ago
spreadRadius: 0,
3 years ago
),
3 years ago
],
),
child: Column(
3 years ago
crossAxisAlignment: CrossAxisAlignment.start,
3 years ago
children: [
3 years ago
Container(
3 years ago
padding: EdgeInsets.only(left: 16,top:16,bottom:13,right: 16),
3 years ago
child:Text(
S.of(context).qita,
3 years ago
style: TextStyle(
color: Color(0xFF353535),
fontWeight: MyFontWeight.semi_bold,
3 years ago
fontSize: 15.sp,
3 years ago
),
3 years ago
),
),
Row(
children: [
3 years ago
// ///我的动态
// Expanded(child:
// InkWell(
// onTap: () {
// SharedPreferences.getInstance().then((value) {
// if (value.getString("token") == null ||
// value.getString("token") == "") {
// LoginTipsDialog().show(context);
// return;
// }
// Navigator.of(context)
// .pushNamed('/router/releasePage',
// arguments: {});
// });
// },
// child: mineItem(
// S.of(context).wodedongtai,
3 years ago
// "assets/image/dynamic.webp",
// ),
// ),
// ),
3 years ago
// ///兑换历史
// Expanded(child: InkWell(
// onTap: () {
// SharedPreferences.getInstance().then((value) {
// if (value.getString("token") == null ||
// value.getString("token") == "") {
// LoginTipsDialog().show(context);
// return;
// }
// Navigator.of(context)
// .pushNamed('/router/exchange_history_page');
// });
// },
// child: mineItem(
// S.of(context).duihuanlishi,
// "assets/image/icon_mine_records_of_consumption.webp",
// ),
// ),),
// ///我的卡券
// Expanded(child: InkWell(
// onTap: () {
// SharedPreferences.getInstance().then((value) {
// if (value.getString("token") == null ||
// value.getString("token") == "") {
// LoginTipsDialog().show(context);
// return;
// }
// Navigator.of(context).pushNamed('/router/mine_card');
// });
// },
// child: mineItem(
// S.of(context).wodekaquan,
// "assets/image/icon_mine_card.webp",
// ),
// ),),
// ///管理地址
// Expanded(child: InkWell(
// onTap: () {
// SharedPreferences.getInstance().then((value) {
// if (value.getString("token") == null ||
// value.getString("token") == "") {
// LoginTipsDialog().show(context);
// return;
// }
// Navigator.of(context).pushNamed('/router/manage_address_page');
// });
// },
// child: mineItem(
// S.of(context).guanlidizhi,
// "assets/image/icon_location_address.webp",
// ),
// ),),
// ///
3 years ago
// Expanded(child: InkWell(
// onTap: () {
// showCallMobile();
// },
// child: mineItem(
// "联系客服",
// "assets/image/icon_mine_online_service.webp",
// ),
// ),),
///优惠券
Expanded(child:
InkWell(
onTap: () {
SharedPreferences.getInstance().then((value) {
if (value.getString("token") == null ||
value.getString("token") == "") {
LoginTipsDialog().show(context);
return;
}
3 years ago
Navigator.of(context).pushNamed('/router/coupon_page');
});
},
child: mineItem(
3 years ago
S.of(context).youhuiquan,
"assets/image/coupon.webp",
),
3 years ago
),
),
///平台余额
Expanded(child: InkWell(
onTap: () {
SharedPreferences.getInstance().then((value) {
if (value.getString("token") == null ||
value.getString("token") == "") {
LoginTipsDialog().show(context);
return;
}
3 years ago
Navigator.of(context).pushNamed('/router/mine_wallet');
});
},
child: mineItem(
S.of(context).huixiangqianbao,
3 years ago
"assets/image/platform_yue.webp",
),
),),
3 years ago
///店铺余额
Expanded(child: InkWell(
onTap: () {
SharedPreferences.getInstance().then((value) {
if (value.getString("token") == null ||
value.getString("token") == "") {
LoginTipsDialog().show(context);
return;
}
3 years ago
Navigator.of(context).pushNamed('/router/mine_shop_page');
});
},
child: mineItem(
"店铺充值",
3 years ago
"assets/image/shop_yue.webp",
),
),),
3 years ago
///兑换历史
Expanded(child: InkWell(
onTap: () {
SharedPreferences.getInstance().then((value) {
if (value.getString("token") == null ||
value.getString("token") == "") {
LoginTipsDialog().show(context);
return;
}
Navigator.of(context)
.pushNamed('/router/exchange_history_page');
});
},
child: mineItem(
S.of(context).duihuanlishi,
"assets/image/icon_mine_records_of_consumption.webp",
),
),),
////我的评价
// Expanded(child: InkWell(
// onTap: () {
// SharedPreferences.getInstance().then((value) {
// if (value.getString("token") == null ||
// value.getString("token") == "") {
// LoginTipsDialog().show(context);
// return;
// }
// Navigator.of(context).pushNamed('/router/mine_shop_page');
// });
// },
// child: mineItem(
// "我的评价",
// "assets/image/mine_evaluation.webp",
// ),
// ),),
],
),
3 years ago
SizedBox(height: 12.h,),
// if(isShowMore)
Row(
children: [
3 years ago
///我的砍价
3 years ago
// Expanded(child:
// InkWell(
// onTap: () {
// Navigator.of(context)
// .pushNamed('/router/bargain_group_order',
// arguments: {"type":3});
// },
// child: mineItem(
// S.of(context).wodekanjia,
// "assets/image/bargain.webp",
// ),
// ),),
// ///我的拼团
// Expanded(child: InkWell(
// onTap: () {
// Navigator.of(context).pushNamed('/router/bargain_group_order',
// arguments: {"type":1});
// },
// child: mineItem(
// S.of(context).wodepintuan,
// "assets/image/collage.webp",
// ),
// ),),
3 years ago
///商户入驻
// Expanded(child: InkWell(
// onTap: () {
// SmartDialog.showToast("该功能暂未开放!",
// alignment: Alignment.center);
// },
// child: mineItem(
// S.of(context).shanghuruzhu,
// "assets/image/settled.webp",
// ),
// ),),
///帮助反馈
Expanded(child: InkWell(
onTap: () {
Navigator.of(context).pushNamed('/router/help_feedback_page');
},
child: mineItem(
S.of(context).bangzhuyufankui,
"assets/image/fan_kui.webp",
),
),),
3 years ago
///联系客服
Expanded(child: InkWell(
onTap: () {
showCallMobile();
},
child: mineItem(
S.of(context).lianxikefu,
3 years ago
"assets/image/icon_mine_online_service.webp",
),
),),
///商家管理
Expanded(child: InkWell(
onTap: () {
Navigator.of(context).pushNamed('/router/business_login_page');
},
child: mineItem(
"商家管理",
"assets/image/business.webp",
),
),),
Expanded(child:Container(),),
3 years ago
// ///帮助反馈
// Expanded(child: InkWell(
// onTap: () {
// Navigator.of(context).pushNamed('/router/help_feedback_page');
// },
// child: mineItem(
// S.of(context).bangzhuyufankui,
// "assets/image/fan_kui.webp",
// ),
// ),),
3 years ago
// Expanded(child: InkWell(
// onTap: () {
// Navigator.of(context).pushNamed('/router/qr_share', arguments: {});
// },
// child: mineItem(
// S.of(context).tuiguangma,
// "assets/image/pin_tuan.webp",
// ),
// ),),
3 years ago
// Expanded(child:InkWell(
// onTap: () {
// Navigator.of(context).pushNamed('/router/invitation_record', arguments: {});
// },
// child: mineItem(
// "邀请记录",
// "assets/image/yao_q.webp",
// ),
// ),),
],
),
// if(isShowMore)
3 years ago
SizedBox(height: 12.h,),
// if(isShowMore)
3 years ago
Row(
children: [
////发票管理
// Expanded(child: InkWell(
// onTap: () {
// Navigator.of(context).pushNamed('/router/bargain_group_order',
// arguments: {"type":1});
// },
// child: mineItem(
// "发票管理",
// "assets/image/bill_gl.webp",
// ),
// ),),
3 years ago
// ///联系客服
// Expanded(child: InkWell(
// onTap: () {
// showCallMobile();
// },
// child: mineItem(
// "联系客服",
// "assets/image/icon_mine_online_service.webp",
// ),
// ),),
3 years ago
Expanded(child:Container(),),
Expanded(child:Container(),),
Expanded(child:Container(),),
3 years ago
],
),
///收起展开
// GestureDetector(
// behavior: HitTestBehavior.opaque,
// onTap: () {
// setState(() {
// isShowMore = !isShowMore;
// });
// },
// child: Container(
// margin: EdgeInsets.symmetric(vertical: 10),
// child: Row(
// mainAxisAlignment: MainAxisAlignment.center,
// crossAxisAlignment: CrossAxisAlignment.center,
// mainAxisSize: MainAxisSize.max,
// children: [
// Text(
// (isShowMore != null && !isShowMore)?S.of(context).zhankai: S.of(context).shouqi,
// style: TextStyle(
// fontSize: 12.sp,
// fontWeight: MyFontWeight.regular,
// color: Color(0xFF32A060),
// ),
// ),
// Icon(
// (isShowMore != null && !isShowMore)
// ? Icons.keyboard_arrow_down
// : Icons.keyboard_arrow_up,
// color: Color(0xFF32A060),
// size: 18,
// ),
// ],
// ),),
// )
],
3 years ago
),
3 years ago
);
}
///我的页面下面条目
Widget mineItem(text, icon) {
return Container(
3 years ago
color: Colors.white,
margin: EdgeInsets.symmetric(vertical: 6.h),
child: Column(
3 years ago
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Image.asset(
icon,
width: 32.w,
height: 32.w,
3 years ago
),
SizedBox(
height: 2.h,
3 years ago
),
Text(
text,
style: TextStyle(
fontWeight: MyFontWeight.medium,
fontSize: 12.sp,
color: Color(0xFF353535),
3 years ago
),
),
],
),
);
}
showCallMobile() {
showCupertinoModalPopup(
context: context,
builder: (context) {
return CupertinoActionSheet(
title: Text(S.of(context).bodadianhua),
actions: [
CupertinoActionSheetAction(
child: Text("19947603193"),
onPressed: () {
callMobile("19947603193");
Navigator.of(context).pop();
},
isDefaultAction: true,
isDestructiveAction: false,
),
],
cancelButton: CupertinoActionSheetAction(
onPressed: () {
Navigator.of(context).pop();
},
child: Text(S.of(context).quxiao),
isDestructiveAction: true,
),
);
});
}
callMobile(mobile) async {
String url = "tel:$mobile";
if (await canLaunch(url)) {
await launch(url);
} else {
throw 'Could not launch $url';
}
}
3 years ago
}