-m
This commit is contained in:
@@ -22,7 +22,9 @@ Page({
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad() {
|
||||
wx.$api.video.videos().then(res => {
|
||||
wx.$api.video.videos({
|
||||
company_id: wx.getStorageSync("compayId")
|
||||
}).then(res => {
|
||||
this.setData({
|
||||
videoList: res,
|
||||
videoId: res[0].video_id
|
||||
|
||||
Reference in New Issue
Block a user