Skip to content

Commit

Permalink
fix(Infinite scroll): fix again load prices on the ProductDetail page…
Browse files Browse the repository at this point in the history
…. ref #1205
  • Loading branch information
raphodn committed Dec 31, 2024
1 parent 02a742f commit cab5742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProductDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default {
initProductPrices() {
this.productId = this.$route.params.id
this.productPriceList = []
this.productPriceTotal = 0
this.productPriceTotal = null
this.productPricePage = 0
this.priceLocationList = []
this.getProductPrices()
Expand Down

0 comments on commit cab5742

Please sign in to comment.