huxiaoqiang 4 éve
szülő
commit
18d833ee16

+ 8 - 8
lib/paegs/gang_page/gang_in_page/gang_information_page/member_list_page/member_order_flow.dart

@@ -295,14 +295,14 @@ class _MemberOrderFlowPageState extends State<MemberOrderFlowPage> {
                         return GestureDetector(
                           child: MyViews().getWalletItem(flow[index], context),
                           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,
                         );

+ 8 - 8
lib/paegs/gang_page/gang_in_page/shop_flow_page/shop_flow_page.dart

@@ -254,14 +254,14 @@ class _ShopFlowPageState extends State<ShopFlowPage> {
                         return GestureDetector(
                           child: MyViews().getWalletItem(flow[index], context),
                           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,
                         );

+ 1 - 1
pubspec.yaml

@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 1.1.19+1
+version: 1.1.20+1
 
 environment:
   sdk: ">=2.7.0 <3.0.0"