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