瀏覽代碼

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

yangdingli 3 年之前
父節點
當前提交
a887496515

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

5
      $('#account').text(item.account)
5
      $('#account').text(item.account)
6
      $('#updateTime').text(item.updateTime)
6
      $('#updateTime').text(item.updateTime)
7
      $('.video-desc').text(item.description?item.description:'')
7
      $('.video-desc').text(item.description?item.description:'')
8
      console.log(item.videoId)
8
      // console.log(item.videoId)
9
      var params = new Object();
9
      var params = new Object();
10
      params.id = item.videoId;
10
      params.id = item.videoId;
11
      IpuMobile.ptGetVideoDetail(JSON.stringify(params),function(result){
11
      IpuMobile.ptGetVideoDetail(JSON.stringify(params),function(result){

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

687
      }, ptPlay: function (params, callback, err) {
687
      }, ptPlay: function (params, callback, err) {
688
        storageCallback("ptPlay", callback);
688
        storageCallback("ptPlay", callback);
689
        execute("ptPlay", [params]);
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
      }, setMobileConfig: function (reqHost, reqPath, appPath, servlet, callback, err) {
695
      }, setMobileConfig: function (reqHost, reqPath, appPath, servlet, callback, err) {
691
        // 重启模式切换环境插件
696
        // 重启模式切换环境插件
692
        storageCallback("setMobileConfig", callback);
697
        storageCallback("setMobileConfig", callback);