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?.()}> 同意并继续