From 972d6ce617e7c7a4d98f67747997b733be8bf435 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 26 Aug 2021 17:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goodsDetail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);