diff --git a/pages/market/my/firm_info.vue b/pages/market/my/firm_info.vue index 6c37a21..a76543a 100644 --- a/pages/market/my/firm_info.vue +++ b/pages/market/my/firm_info.vue @@ -87,16 +87,6 @@ import memberApi from '@/api/member.js'; console.log(123,this.dataInfo) }, - privacy_agreement(type){ - uni.navigateTo({ - url: '/pages/common/privacy_agreement?type='+type - }) - }, - update_pass(){ - uni.navigateTo({ - url: '/pages/market/my/update_pass' - }) - } } }