Commit 112fc9b4 authored by 石盼盼's avatar 石盼盼

Merge branch 'spp' into 'master'

1

See merge request !1
parents 2c206e90 07210938
...@@ -43,13 +43,6 @@ Page({ ...@@ -43,13 +43,6 @@ Page({
onLoad: function (options) { onLoad: function (options) {
this.getList() this.getList()
}, },
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
getList() { getList() {
let params = { let params = {
url: apiList.live_list, url: apiList.live_list,
...@@ -75,7 +68,7 @@ Page({ ...@@ -75,7 +68,7 @@ Page({
base.newRequest(params) base.newRequest(params)
}, },
goLive(e) { goLive(e) {
console.log(e.currentTarget.dataset.roomid) // console.log(e.currentTarget.dataset.roomid)
let roomId = e.currentTarget.dataset.roomid // 房间号 let roomId = e.currentTarget.dataset.roomid // 房间号
try { try {
var userInfo = wx.getStorageSync('userInfo') 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