mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 17:42:59 +00:00
分享时显示产品名称
This commit is contained in:
parent
304af615e7
commit
a940d5854c
@ -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 () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user