From cf4ca95e0fc71a3b53c5381a23eefd50de79b8f4 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Tue, 30 Jun 2020 20:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/broadcastList/broadcastList.js | 23 +++++++++++++++++++++++ pages/broadcastList/broadcastList.json | 4 ++++ pages/broadcastList/broadcastList.wxml | 10 ++++++++++ pages/broadcastList/broadcastList.wxss | 7 +++++++ pages/index/index.wxml | 5 +++++ 5 files changed, 49 insertions(+) diff --git a/pages/broadcastList/broadcastList.js b/pages/broadcastList/broadcastList.js index 32d6ffa..f222527 100644 --- a/pages/broadcastList/broadcastList.js +++ b/pages/broadcastList/broadcastList.js @@ -1,11 +1,15 @@ // pages/broadcastList/broadcastList.js +<<<<<<< HEAD var app = getApp(); +======= +>>>>>>> master Page({ /** * 页面的初始数据 */ data: { +<<<<<<< HEAD liveUrl: app.liveUrl, liveRecordUrl: app.liveRecordUrl, liveRecordSrc: null, @@ -61,10 +65,16 @@ Page({ onPlayStateChange: function(event) { console.log(event.detail.code) }, +======= + + }, + +>>>>>>> master /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { +<<<<<<< HEAD this.videoContext = wx.createLivePlayerContext('liveRecordVideo'); this.setData({ livePlanId: options.livePlanId @@ -108,6 +118,11 @@ Page({ } }); }, +======= + + }, + +>>>>>>> master /** * 生命周期函数--监听页面初次渲染完成 */ @@ -140,14 +155,22 @@ Page({ * 页面相关事件处理函数--监听用户下拉动作 */ onPullDownRefresh: function () { +<<<<<<< HEAD this.getLivePlanRecordList(1); +======= + +>>>>>>> master }, /** * 页面上拉触底事件的处理函数 */ onReachBottom: function () { +<<<<<<< HEAD this.getLivePlanRecordList(this.data.currentPage + 1); +======= + +>>>>>>> master }, /** diff --git a/pages/broadcastList/broadcastList.json b/pages/broadcastList/broadcastList.json index 09e623a..333eaaa 100644 --- a/pages/broadcastList/broadcastList.json +++ b/pages/broadcastList/broadcastList.json @@ -1,5 +1,9 @@ { +<<<<<<< HEAD "usingComponents": {}, "enablePullDownRefresh": true, "backgroundTextStyle": "dark" +======= + "usingComponents": {} +>>>>>>> master } \ No newline at end of file diff --git a/pages/broadcastList/broadcastList.wxml b/pages/broadcastList/broadcastList.wxml index 7459baf..0ab8c99 100644 --- a/pages/broadcastList/broadcastList.wxml +++ b/pages/broadcastList/broadcastList.wxml @@ -1,4 +1,5 @@ +<<<<<<< HEAD @@ -6,4 +7,13 @@ {{index + 1}}.{{item.recordFileName}} +======= + + + + 标题 + 标题 + 标题 + 标题 +>>>>>>> master \ No newline at end of file diff --git a/pages/broadcastList/broadcastList.wxss b/pages/broadcastList/broadcastList.wxss index faf0eb8..725b05e 100644 --- a/pages/broadcastList/broadcastList.wxss +++ b/pages/broadcastList/broadcastList.wxss @@ -1,7 +1,11 @@ .broadcast{ width: 100%; height: 400rpx; +<<<<<<< HEAD background: #000000; +======= + background: #D8D8D8; +>>>>>>> master position: fixed; top: 0; left: 0; @@ -19,6 +23,7 @@ video{ } .broadcast-list{ margin-top: 400rpx; +<<<<<<< HEAD } .play-button-box { width: 200rpx; @@ -46,4 +51,6 @@ video{ position: absolute; top: 40rpx; left: 60rpx; +======= +>>>>>>> master } \ No newline at end of file diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 456d041..b054e32 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -117,12 +117,17 @@ +<<<<<<< HEAD {{item.livePlanName}} 直播中 已结束 未开始 直播中 错误 +======= + 文字 + 直播中 +>>>>>>> master \ No newline at end of file