From d1425aa67c0c6c0e087ce32b1779ee02bbcdc4c6 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 27 Jul 2021 14:53:20 +0800
Subject: [PATCH] 接入宁夏移动

---
 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