order 7.22

This commit is contained in:
2020-07-22 18:51:48 +08:00
parent bd604ecec7
commit 818d388f31
8 changed files with 122 additions and 66 deletions

View File

@@ -36,12 +36,12 @@ export default {
type: String,
},
created() {
console.log(this.item);
console.log(this.type);
// console.log(this.item);
// console.log(this.type);
},
methods: {
spikeGoods() {
console.log(this.item.groupbuy_id);
// console.log(this.item.groupbuy_id);
this.$u.api.getSpikeInfo({
groupbuy_id: this.item.groupbuy_id
}).then(res => {