From 4768c65f11ed1079aeac1663793c7fefe7d467c8 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 22 May 2025 12:04:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(market):=20=E7=A7=BB=E9=99=A4=20firm?= =?UTF-8?q?=5Finfo=20=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84=E5=86=97?= =?UTF-8?q?=E4=BD=99=E6=96=B9=E6=B3=95-=20=E5=88=A0=E9=99=A4=E4=BA=86?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=20privacy=5Fagreement=20?= =?UTF-8?q?=E5=92=8C=20update=5Fpass=20=E6=96=B9=E6=B3=95=20-=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E4=BA=86=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E4=BA=86=E4=BB=A3=E7=A0=81=E7=9A=84=E5=8F=AF?= =?UTF-8?q?=E8=AF=BB=E6=80=A7=E5=92=8C=E7=BB=B4=E6=8A=A4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/market/my/firm_info.vue | 10 ---------- 1 file changed, 10 deletions(-) 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' - }) - } } }