From c49638732266f79113f386e5d23413e9e7410265 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 20 Dec 2023 16:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E7=AC=AC=E4=BA=8C=E5=BC=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/popup/popup.vue | 24 +- components/popup/privacy.json | 194 ++++++++++++++++ pages/reg/components/WhPopup.vue | 380 +++++++++++++++++++------------ pages/reg/reg.vue | 10 +- 4 files changed, 452 insertions(+), 156 deletions(-) create mode 100644 components/popup/privacy.json diff --git a/components/popup/popup.vue b/components/popup/popup.vue index 8f0e2f4..05e936d 100644 --- a/components/popup/popup.vue +++ b/components/popup/popup.vue @@ -5,8 +5,9 @@ - {{popurl}}隆福大厦哦哦浪费到到啦f佛发大水了佛 - + {{popurl}} + {{xynote}} + @@ -21,13 +22,16 @@ diff --git a/pages/reg/reg.vue b/pages/reg/reg.vue index 4ece747..6c6a72a 100644 --- a/pages/reg/reg.vue +++ b/pages/reg/reg.vue @@ -50,9 +50,9 @@ - + - + @@ -61,13 +61,12 @@ import store from '@/store' import * as LoginApi from '@/api/login' import * as Verify from '@/utils/verify' - import Popup from '@/components/popup/popup' import whpop from './components/WhPopup' export default { components: { // nothing - "popup":Popup, + // "popup":Popup, whpop }, @@ -225,9 +224,12 @@ }, // 阅读了政策协议 viewdoc(e){ + const query = this.$route + console.log(query) // 弹框显示 let xurl="pages/help/"+e this.murl= xurl; + // this.$toast(e) this.showPopup = ! this.showPopup },