需要开发 IM
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<script setup>
|
||||
import { navigateTo } from '@/utils/router'
|
||||
|
||||
const isShow = defineModel({
|
||||
type: Boolean,
|
||||
default: false
|
||||
@@ -20,9 +22,13 @@
|
||||
@click="isShow = false"
|
||||
></image>
|
||||
<text class="text">我已阅读并同意</text>
|
||||
<text class="on">《用户权益》</text>
|
||||
<text class="on" @click="navigateTo('/pages/login/protocol')">
|
||||
《用户权益》
|
||||
</text>
|
||||
<text class="text">与</text>
|
||||
<text class="on">《隐私政策》</text>
|
||||
<text class="on" @click="navigateTo('/pages/login/regime')">
|
||||
《隐私政策》
|
||||
</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user