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(",")