同步数据
This commit is contained in:
BIN
pages/.DS_Store
vendored
Normal file
BIN
pages/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
pages/group-book/.DS_Store
vendored
BIN
pages/group-book/.DS_Store
vendored
Binary file not shown.
BIN
pages/mission/.DS_Store
vendored
Normal file
BIN
pages/mission/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
pages/store/.DS_Store
vendored
BIN
pages/store/.DS_Store
vendored
Binary file not shown.
@@ -98,7 +98,6 @@
|
||||
goods_sku_id: this.$Route.query.skuId,
|
||||
collage_id:this.$Route.query.collageid || '',
|
||||
}
|
||||
console.log(data);
|
||||
buyPin(data).then(res => {
|
||||
this.address = res.address
|
||||
this.freight = res.freight
|
||||
@@ -121,7 +120,8 @@
|
||||
buy({
|
||||
goods_sku_id: this.$Route.query.skuId,
|
||||
qty: this.qty
|
||||
}).then(res => {
|
||||
}).then(res => {
|
||||
console.log(res)
|
||||
this.address = res.address
|
||||
this.freight = res.freight
|
||||
this.total = res.total
|
||||
|
||||
Reference in New Issue
Block a user