From b628a54816b23e1f601371808c0db39ecaae35bd Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 10 Jun 2025 16:20:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(shareRegister):=20=20=E7=A7=BB=E9=99=A4gen?= =?UTF-8?q?erate=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 7 +------ pages/shareRegist/index.vue | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 2ae46d2..b53252a 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -323,7 +323,7 @@ export default { name: '数据查询', imgurl: '../../static/images/mark1.png', menuKey: 'marketDynamics', - ifshow: true, + ifshow: false, }, { url: '/pages/bonus/index', @@ -697,11 +697,6 @@ export default { } } }) - // api.getData().then(res => { - // if (res.code == 200) { - // this.userData = res.data - // } - // }) api.getMenuList().then(res => { res.data.forEach(item => { diff --git a/pages/shareRegist/index.vue b/pages/shareRegist/index.vue index e9e898b..993cc2c 100644 --- a/pages/shareRegist/index.vue +++ b/pages/shareRegist/index.vue @@ -335,7 +335,6 @@ export default { onLoad(options) { this.pkParent = options.code this.pkCountry = options.country || '' - this.getGenerate() if (this.pkCountry) { // this.getCountry() this.form.pkCountry = this.pkCountry