分享产品到好物圈后,无法打开小程序
操作截图如下:
小程序appid:wx936eac39fc8460ee
分享到好物圈的代码:
goodsRecommend: function () {
let that = this;
if (wx.openBusinessView) {
wx.openBusinessView({
businessType: "friendGoodsRecommend",
extraData: {
product: {
item_code: this.data.pinfo.id + "",
title: this.data.pinfo.name,
image_list: [this.data.pinfo.picPath],
},
},
success: function (res) {
},
fail: function (res) {
console.error("friendGoodsRecommend err! res:" + JSON.stringify(res));
},
});
}
}
请问是什么问题呢?是传参问题还是功能下架了?