Browse Source

直播对接

master
Enzo 4 years ago
parent
commit
8aff2d95c8
  1. 2
      pages/index/index/index.vue

2
pages/index/index/index.vue

@ -285,7 +285,7 @@
}).then(res => { }).then(res => {
console.log('=======',res.data.data) console.log('=======',res.data.data)
if(res.data.data != null) { if(res.data.data != null) {
this.live_roomid = res.data.data.number
this.live_roomid = res.data.data.number;
} }
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();
}); });

Loading…
Cancel
Save