wordxie.js 205 B

1234567
  1. openxieeditfile=function(d,d1){
  2. if(!d1.officebj){
  3. js.msg('msg','移动端在线编辑需要用“在线编辑服务”,请到“系统设置”下设置');
  4. }else{
  5. js.fileopt(d.fileid,2);
  6. }
  7. }