diff --git a/lib/pages/home/classify/order_preview_page.dart b/lib/pages/home/classify/order_preview_page.dart index baaad6a..da61660 100644 --- a/lib/pages/home/classify/order_preview_page.dart +++ b/lib/pages/home/classify/order_preview_page.dart @@ -916,6 +916,8 @@ class _GoodsOrderPageState extends BaseStoreState { if (_overseaNeedIdentifier && (!UserManager .instance.user.info.realInfoStatus)) { + ReToast.err( + text: '因订单含跨境商品,收货人联系方式需与当前账号实名认证姓名相同'); AppRouter.push( context, RouteName.USER_VERIFY, diff --git a/pubspec.lock b/pubspec.lock index d5e1139..79d1459 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -821,12 +821,10 @@ packages: package_signature: dependency: "direct main" description: - path: "." - ref: null-safety - resolved-ref: "9005169d7bf801631fe69c4c6516ad4ee66a8740" - url: "git@192.168.2.201:aku_fe/package_signature.git" - source: git - version: "0.0.1" + name: package_signature + url: "https://pub.flutter-io.cn" + source: hosted + version: "0.1.1" path: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 56acc94..f57fed6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -217,10 +217,7 @@ dependencies: git: url: https://github.com/laiiihz/flutter_union_pay - package_signature: - git: - url: git@192.168.2.201:aku_fe/package_signature.git - ref: null-safety + package_signature: ^0.1.1 raw_toast: ^0.0.1