</live-pusher>
const res = uni.getSystemInfoSync();
this.width = res.windowWidth;
this.height = res.windowHeight;
this.context = uni.createLivePusherContext('livePusher', this);
const res = uni.getSystemInfoSync();
this.width = res.windowWidth;
this.height = res.windowHeight;
this.context = uni.createLivePusherContext('livePusher', this);
0 个回复