From c77585c60ec1c72735e3ecd9e9aae290f1f2fd02 Mon Sep 17 00:00:00 2001 From: lixuan Date: Wed, 20 Apr 2022 16:51:22 +0800 Subject: [PATCH] xiugai --- pages/home/home.vue | 2 +- pages/station-price/station-price.vue | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 9170aa2..33baeba 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -408,7 +408,7 @@ }else{ this.showHeight = '340rpx' } - uni.setStorageSync('oilSiteId',res.data.site.siteCode) + uni.setStorageSync('oilSitePriceId',res.data.site.id) } }) }, diff --git a/pages/station-price/station-price.vue b/pages/station-price/station-price.vue index c8e5b52..3e7b1e4 100644 --- a/pages/station-price/station-price.vue +++ b/pages/station-price/station-price.vue @@ -1,6 +1,7 @@