From 8295d73fb0bfa17ce49ddf4a1f8d8d53c0bc6ed5 Mon Sep 17 00:00:00 2001 From: zhangmeng <494089941@qq.com> Date: Fri, 16 Apr 2021 17:53:39 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E8=AE=A2=E5=8D=95=E6=97=B6?= =?UTF-8?q?=20=E8=8B=A5=E5=8C=85=E5=90=AB=E4=BF=9D=E7=A8=8E=E4=BB=93?= =?UTF-8?q?=E6=88=96=E6=B5=B7=E5=A4=96=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/classify/order_preview_page.dart | 2 ++ pubspec.lock | 10 ++++------ pubspec.yaml | 5 +---- 3 files changed, 7 insertions(+), 10 deletions(-) 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