收藏
回答

使用推客接口时如何正常显示channel-live?

结案了,找了个大佬一起排查,最后是样式的问题。。。。

===========================================

原贴:

通过推客接口获取到直播列表后,把 export_id 和 promoter_share_link 传入 组件<channel-live>,只能显示白色块,无法正常显示,也没有其他提示。

https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/promotion/content/live/get_live_record_list.html

// 以内嵌直播组件方式调用


PS:已经排除主体不一致的情况:

虽然<channel-live>普通使用时有主体限制:

https://developers.weixin.qq.com/miniprogram/dev/component/channel-live.html

但是在【微信小店优选联盟带货机构「推客带货功能」使用指南】已经说明主体可以不一致

https://store.weixin.qq.com/chengzhang/webdoc/wiki/7129/eaecf8415ca86666/growth_center_manual_for_promoter?bpath=%252Fstudy%252Fmanual%252Fpromoter%252F1&source=3&sourceType=1

最后一次编辑于  03-29
回答关注问题邀请回答
收藏

2 个回答

  • 哄哄
    哄哄
    03-29


    代码如下:

    <channel-live 
        feed-id="export/UzM7mN4lx"
        promoter_share_link="IkdDI3MA"
        finder-user-name="sphtI" style="{{i.st}}" class="{{i.cl}}" bindtap="eh"  id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
    
      </channel-live>
    


    但是显示为空白


    03-29
    有用
    回复 1
    • 哄哄
      哄哄
      03-29
      仍然报了主体不一致的错误
      openChannelsLive:fail getChannelsLiveInfo:fail not same contractor
      03-29
      回复
  • Aiden@荟到
    Aiden@荟到
    03-28

    小程序必须绑定到联盟机构上

    03-28
    有用
    回复 2
    • 哄哄
      哄哄
      03-29
      您是说推客吗,推客已经绑定了
      03-29
      回复
    • 哄哄
      哄哄
      03-29
      已经是绑定状态了
      03-29
      回复
登录 后发表内容