分享时显示产品名称

This commit is contained in:
Stone Bai 2018-12-17 21:52:02 +08:00
parent 304af615e7
commit a940d5854c

View File

@ -875,7 +875,7 @@ Page({
onShareAppMessage: function () {
var that = this;
return {
title: '小程序',
title: that.data.productSelect.store_name,
path: app.globalData.openPages,
// imageUrl: that.data.url + that.data.product.image,
success: function () {