|
|
|
@ -579,7 +579,6 @@ |
|
|
|
item.content = '' |
|
|
|
this.info.push(item) |
|
|
|
this.len = item.blocks.length |
|
|
|
|
|
|
|
// this.len+= this.info.blocks.length |
|
|
|
//console.log(this.info,'info') |
|
|
|
} |
|
|
|
@ -680,7 +679,6 @@ |
|
|
|
uni.hideTabBar() |
|
|
|
}, 1500) |
|
|
|
console.log(item) |
|
|
|
|
|
|
|
if (item.goodid) { |
|
|
|
this.query.goods_id = item.goodid |
|
|
|
this.cartQuery.goods_id = item.goodid |
|
|
|
@ -690,7 +688,7 @@ |
|
|
|
this.cartQuery.goods_id = item.block_link.substring(i + 1, item.block_link.length) |
|
|
|
} |
|
|
|
console.log(this.query.goods_id) |
|
|
|
this.info = [] |
|
|
|
// this.info = [] |
|
|
|
this.goods_attr_list = [] |
|
|
|
|
|
|
|
defaultRequest(this.query).then(res => { |
|
|
|
|