From 68a19a8d8c78c7e6a0e0e6e21f2269eb3ed8b701 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Tue, 28 Feb 2023 14:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001372=20=E3=80=90?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E4=B8=80=E9=94=AE=E7=99=BB=E5=BD=95=E3=80=91?= =?UTF-8?q?--=E7=99=BB=E5=BD=95=E6=9D=A1=E6=AC=BE=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/components/remind/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/login/components/remind/index.tsx b/src/pages/login/components/remind/index.tsx index a23414e..bd11e24 100644 --- a/src/pages/login/components/remind/index.tsx +++ b/src/pages/login/components/remind/index.tsx @@ -1,6 +1,7 @@ import { Text, View } from '@tarojs/components' import styles from './index.module.scss' import Popup from '@/components/popup' +import { goLink } from '@/common/common' export interface Param { show: boolean @@ -11,7 +12,7 @@ export default (props: Param) => { return props.onClose?.()}> 请阅读并同意以下条款 - 《面料优选服务条例》《面料优选隐私政策》 + goLink('/pages/clauseDetail/index', { type: 'clause' })}>《面料优选服务条例》 goLink('/pages/clauseDetail/index', { type: 'policy' })}>《面料优选隐私政策》 props.onSubmit?.()}> 同意并继续