小程序 url里面 放变量 这样操作 拼接url 变量 参数
//跳转直播间 let roomId = this.data.room_info[index].roomid let customParams = encodeURIComponent(JSON.stringify({ path: 'pages/index/index', pid: 1 })) wx.navigateTo({ url: `plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=${roomId}&custom_params=${customParams}` })
站长微信:xiaomao0055
站长QQ:14496453