diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index e7cf35d..329bd9f 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -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);