|
|
@ -204,7 +204,7 @@ |
|
|
}, |
|
|
}, |
|
|
onShareAppMessage(){ |
|
|
onShareAppMessage(){ |
|
|
let goods = this.goods_detail; |
|
|
let goods = this.goods_detail; |
|
|
let title = goods.name; |
|
|
|
|
|
|
|
|
let title = goods.title; |
|
|
let imageUrl = goods.pictures[0] || goods.picture; |
|
|
let imageUrl = goods.pictures[0] || goods.picture; |
|
|
let path = '/pages/route/index?route=goods_detail&id='+ goods.id; |
|
|
let path = '/pages/route/index?route=goods_detail&id='+ goods.id; |
|
|
console.log("path", path); |
|
|
console.log("path", path); |
|
|
|