|
@@ -295,14 +295,14 @@ class _MemberOrderFlowPageState extends State<MemberOrderFlowPage> {
|
|
|
return GestureDetector(
|
|
return GestureDetector(
|
|
|
child: MyViews().getWalletItem(flow[index], context),
|
|
child: MyViews().getWalletItem(flow[index], context),
|
|
|
onTap: () {
|
|
onTap: () {
|
|
|
- if (flow[index].traderUid != 0) {
|
|
|
|
|
- MyShopBeanDataData data = MyShopBeanDataData();
|
|
|
|
|
- data.userName = flow[index].traderName;
|
|
|
|
|
- data.userUid = flow[index].traderUid;
|
|
|
|
|
- data.userPic = flow[index].traderPic;
|
|
|
|
|
- MyTools().toPage(context,
|
|
|
|
|
- MemberOrderFlowPage(data), (then) {});
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (flow[index].traderUid != 0) {
|
|
|
|
|
+ // MyShopBeanDataData data = MyShopBeanDataData();
|
|
|
|
|
+ // data.userName = flow[index].traderName;
|
|
|
|
|
+ // data.userUid = flow[index].traderUid;
|
|
|
|
|
+ // data.userPic = flow[index].traderPic;
|
|
|
|
|
+ // MyTools().toPage(context,
|
|
|
|
|
+ // MemberOrderFlowPage(data), (then) {});
|
|
|
|
|
+ // }
|
|
|
},
|
|
},
|
|
|
behavior: HitTestBehavior.translucent,
|
|
behavior: HitTestBehavior.translucent,
|
|
|
);
|
|
);
|