小程序跳转微信视频号直播间
dianji() { console.log('成功'); // #ifdef MP-WEIXIN wx.getChannelsLiveInfo({ finderUserName: 'sphn4Ag44p2YixT', success: function(res) { console.log('成功', res); }, fail: function(res) { console.log('认证失败', res); } }); wx.openChannelsLive({ finderUserName: 'sphn4Ag44p2YixT', success: function(res) { console.log('成功'); } }); // #endif },

浙公网安备 33010602011771号