From 55a4f3d87fea0a6cd5444cb2807584435b0cc4b9 Mon Sep 17 00:00:00 2001
From: 15093570141 <141405260+17521612761@users.noreply.github.com>
Date: Sun, 13 Oct 2024 13:26:07 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91(=E7=99=BB?=
=?UTF-8?q?=E5=BD=95=E5=BC=B9=E6=A1=86=E6=A8=A1=E5=9D=97)=EF=BC=9A?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=8F=E8=AE=AE=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../coreshop-login-modal/coreshop-login-modal.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-login-modal/coreshop-login-modal.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-login-modal/coreshop-login-modal.vue
index 68216a30..d8fa3f71 100644
--- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-login-modal/coreshop-login-modal.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-login-modal/coreshop-login-modal.vue
@@ -20,7 +20,10 @@
- 同意 《服务协议》 与 《隐私协议》
+ 同意 《服务协议》
+ 与 《隐私协议》
@@ -44,7 +47,7 @@
import { Response } from '@/core/models';
import { Invitecode, UserToken } from '@/core/consts';
import { queryLoginPhoneNumber, queryLogin, queryAliPayAppAuthTokenBYCode } from '@/core/api';
- import { loginGetCode, handleShowToast } from '@/core/utils';
+ import { loginGetCode, handleShowToast, handleRouteNavigateTo } from '@/core/utils';
// 获取项目配置
const shopConfigStore = useShopConfigStore();