diff --git a/gasStation-uni/pages/refuel/refuel.vue b/gasStation-uni/pages/refuel/refuel.vue index 70ec2767f..473d6e815 100644 --- a/gasStation-uni/pages/refuel/refuel.vue +++ b/gasStation-uni/pages/refuel/refuel.vue @@ -188,8 +188,8 @@ }, onShow() { // this.isExistStoreId(); - // this.getStore(uni.getStorageSync("storeId")); - this.getStore(0); + this.getStore(uni.getStorageSync("storeId")); + // this.getStore(0); }, methods: { isExistStoreId(){