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