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