浏览代码

@CRMAIF_REQ_2549@修复:视频详情界面报错

yangdingli 3 年之前
父节点
当前提交
a887496515

+ 1 - 1
show-server/src/main/webapp/biz/js/video/video-detail.js

@ -5,7 +5,7 @@ require(["ipuUI", "jquery", "ipuMobile","artTemplate","WebTorrent"], function (i
5 5
      $('#account').text(item.account)
6 6
      $('#updateTime').text(item.updateTime)
7 7
      $('.video-desc').text(item.description?item.description:'')
8
      console.log(item.videoId)
8
      // console.log(item.videoId)
9 9
      var params = new Object();
10 10
      params.id = item.videoId;
11 11
      IpuMobile.ptGetVideoDetail(JSON.stringify(params),function(result){

+ 5 - 0
show-server/src/main/webapp/ipu/frame/mobile/expand-mobile.js

@ -687,6 +687,11 @@ define(["require", "jcl"], function (require, Wade) {
687 687
      }, ptPlay: function (params, callback, err) {
688 688
        storageCallback("ptPlay", callback);
689 689
        execute("ptPlay", [params]);
690
      }, ptGetVideoDetail: function (params, callback, err) {
691
        storageCallback("ptGetVideoDetail", callback);
692
        execute("ptGetVideoDetail", [params]);
693
      }, ptRecordHistory: function ( params) {
694
        execute("ptRecordHistory", [params]);
690 695
      }, setMobileConfig: function (reqHost, reqPath, appPath, servlet, callback, err) {
691 696
        // 重启模式切换环境插件
692 697
        storageCallback("setMobileConfig", callback);