Browse Source

refactor(market): 移除 firm_info 页面中的冗余方法- 删除了未使用的 privacy_agreement 和 update_pass 方法

-简化了代码结构,提高了代码的可读性和维护性
master
liutong 10 months ago
parent
commit
4768c65f11
  1. 10
      pages/market/my/firm_info.vue

10
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'
})
}
}
}
</script>

Loading…
Cancel
Save