diff --git a/app.json b/app.json
index 968b2d9..86578bb 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,11 @@
{
"pages": [
"pages/index/index",
+ "pages/center/center",
+ "pages/broadcastList/broadcastList",
+ "pages/orderDetail/orderDetail",
+ "pages/myVenueOrder/myVenueOrder",
+ "pages/book/book",
"pages/broadcast/broadcast",
"pages/center/center",
"pages/book/book",
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 f2a1427..82cdcb8 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 9c937f3..d107ec9 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