|
|
|
@ -329,7 +329,9 @@ |
|
|
|
goodsDetail(data).then(res=>{ |
|
|
|
console.info(res) |
|
|
|
if(res.code==200){ |
|
|
|
this.userinfo.push(res.data.userinfo) |
|
|
|
// this.userinfo.push(res.data.userinfo) |
|
|
|
this.userinfo=res.data.userinfo |
|
|
|
console.info(this.userinfo) |
|
|
|
let goods=[res.data.entrust_goods.goods] |
|
|
|
this.entrust_goods=res.data.entrust_goods |
|
|
|
this.entrust_goods.goods=goods |
|
|
|
|