分享产品到好物圈后,无法打开小程序

发布于 6 年前作者 pyan9378 次浏览最后编辑 6 年前来自 ask

操作截图如下:

小程序appid:wx936eac39fc8460ee

分享到好物圈的代码:

    goodsRecommend: function () {
            let that = this;
      if (wx.openBusinessView) {
        wx.openBusinessView({
          businessType"friendGoodsRecommend",
          extraData: {
            product: {
              item_codethis.data.pinfo.id + "",
              titlethis.data.pinfo.name,
              image_list: [this.data.pinfo.picPath],
            },
          },
          successfunction (res{
          },
          failfunction (res{
            console.error("friendGoodsRecommend err! res:" + JSON.stringify(res));
          },
        });
      }
    }

请问是什么问题呢?是传参问题还是功能下架了?

0 回复
暂无回复