!15 分享时显示产品名称

Merge pull request !15 from Stone Bai/master
This commit is contained in:
Stone Bai 2018-12-17 23:59:08 +08:00 committed by 聆听
commit 3b1de0a155

View File

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