Feat(购物车):购物车调整(完成)

This commit is contained in:
modendeveloper
2024-09-07 16:40:44 +08:00
parent cd940e9394
commit b9b47ef816
3 changed files with 129 additions and 11 deletions
+5 -1
View File
@@ -442,7 +442,11 @@ export default {
_this.usePointsCheck = true
_this.usePointsNumber = data.maxPoints
}
_this.addressInfo = data.addressInfo || {}
if(_this.$yroute.query.address !== undefined ) {
_this.addressInfo = JSON.parse(_this.$yroute.query.address) || {}
} else {
_this.addressInfo = data.addressInfo || {}
}
_this.systemStore = data.systemStore || {}
_this.storeSelfMention = data.storeSelfMention
_this.computedPrice()