From 2bc148ad1faa5e5ce89bb5e2ae1e647f83658fa9 Mon Sep 17 00:00:00 2001
From: wanghongjun <1445693971@qq,com>
Date: Tue, 5 Mar 2024 15:32:06 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E5=8D=8F=E8=AE=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/user/mycertinfo/orgverify.vue | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/pages/user/mycertinfo/orgverify.vue b/pages/user/mycertinfo/orgverify.vue
index c85f01d..4751c8e 100644
--- a/pages/user/mycertinfo/orgverify.vue
+++ b/pages/user/mycertinfo/orgverify.vue
@@ -287,6 +287,9 @@
《用户注册协议》
+
+
+
@@ -310,14 +313,19 @@
import UCheckbox from "../../../uview-ui/components/u-checkbox/u-checkbox";
import UCheckboxGroup from "../../../uview-ui/components/u-checkbox-group/u-checkbox-group";
import { checkLogin,returnAccountId } from '@/core/app'
-
+ import whpop from '../../login/components/WhPopup'
+
//
//const citydata = cityjson
export default {
- components: {UCheckboxGroup, UCheckbox},
+ components: {UCheckboxGroup, UCheckbox, whpop},
data() {
return {
+ // 协议
+ showPopup: false,
+ murl: '',
+ // 银行卡类型选择
radio_check: '',
// 机构简介
desc: "",
@@ -827,6 +835,14 @@
readpri() {
this.isTick = true;
},
+ /**
+ * 阅读注册协议和隐私
+ */
+ gotopage(str){
+ //this.$toast(str)
+ this.murl = str
+ this.showPopup = ! this.showPopup
+ },
handleSubmit() {
const app = this