From ffe481d766ba66c4e616d4f91c7b83c42f1007a8 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <l287285524@qq.com> Date: Wed, 28 Jul 2021 23:21:05 +0800 Subject: [PATCH] 1 --- src/views/mine/mer/mer-info.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/views/mine/mer/mer-info.vue b/src/views/mine/mer/mer-info.vue index 24b37db..d28723e 100644 --- a/src/views/mine/mer/mer-info.vue +++ b/src/views/mine/mer/mer-info.vue @@ -58,8 +58,6 @@ }, methods:{ goNext(){ - console.log(this.info.merZfbInfos) - sessionStorage.setItem('td-mer-photo', JSON.stringify(this.info.merZfbInfos)) this.$router.push({ path:'/mine/mer-photo-chose', @@ -96,7 +94,6 @@ merZfbInfos = this.info.merZfbInfos, area = this.info.addr.area ||''; this.Addrs = (province.name || '') + (city.name || '') + (area.name || ''); - console.log(list) }); }, -- Gitblit v1.8.0