From e0816ddbc8fbdd96edcb94fe0defe7d83721680d Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Tue, 5 Dec 2023 10:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gasStation-uni/pages/index/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/gasStation-uni/pages/index/index.vue b/gasStation-uni/pages/index/index.vue index 680b0ba36..90cbe3b2d 100644 --- a/gasStation-uni/pages/index/index.vue +++ b/gasStation-uni/pages/index/index.vue @@ -234,7 +234,6 @@ let welfare = response.data.welfare console.log(response.data) uni.setStorageSync("chainStoreId",response.data.chainStoreId) - console.log(uni.getStorageSync("chainStoreId"),2) if (welfare != undefined && welfare != null && welfare != "") { if (welfare.includes(",")) { _this.welfare = response.data.welfare.split(",")