多规格增加
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user