多规格增加

This commit is contained in:
2022-07-08 16:16:13 +08:00
parent d3185b6e26
commit 49cf009ec7
12 changed files with 2403 additions and 1547 deletions

View File

@@ -63,7 +63,7 @@
export default {
data() {
return {
qty : 1,
qty : 0,
goodsInfo : [],
total : 0,
freight : 0,
@@ -74,6 +74,7 @@
},
onShow(){
if(JSON.stringify(this.$store.getters.getAddress) !== '{}') this.address = this.$store.getters.getAddress
this.qty= this.$Route.query.qty;
},
mounted() {
this.getBuy()