Commit 07210938 authored by 石盼盼's avatar 石盼盼

1

parent 2c206e90
......@@ -43,13 +43,6 @@ Page({
onLoad: function (options) {
this.getList()
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
getList() {
let params = {
url: apiList.live_list,
......@@ -75,7 +68,7 @@ Page({
base.newRequest(params)
},
goLive(e) {
console.log(e.currentTarget.dataset.roomid)
// console.log(e.currentTarget.dataset.roomid)
let roomId = e.currentTarget.dataset.roomid // 房间号
try {
var userInfo = wx.getStorageSync('userInfo')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment