张清山 发表于 2024-9-27 20:45:16

在页面点开文件流转时每次都跳出“标识为:undefined的对...

在页面点开文件流转时每次都跳出“标识为:undefined的对象不存在”是哪里出错呢?

论坛管理员 发表于 2024-9-29 09:57:44

这个要检查具体的代码,可以先F12看看,有没有脚本报错

张清山 发表于 2024-10-14 19:13:27

论坛管理员 发表于 2024-9-29 09:57
这个要检查具体的代码,可以先F12看看,有没有脚本报错

    },
    hide: function(t) {
      new Fx.Morph(this.container,{
            duration: 500
      }).start({
            opacity: 0
      }).chain(function() {
            this.container.destroy(),
            t && t()
      }

张清山 发表于 2024-10-14 19:14:45

论坛管理员 发表于 2024-9-29 09:57
这个要检查具体的代码,可以先F12看看,有没有脚本报错


            this.container.destroy(),

这一行代码提示错误,是哪里没设置对吗?

张清山 发表于 2024-10-14 19:18:47

论坛管理员 发表于 2024-9-29 09:57
这个要检查具体的代码,可以先F12看看,有没有脚本报错

The 'textprediction' attribute will be removed in the future. Use the 'writingsuggestions' attribute instead. See https://learn.microsoft.com/en-us/microsoft-edge/web-platform/site-impacting-changes for more information.

显示的是这个
页: [1]
查看完整版本: 在页面点开文件流转时每次都跳出“标识为:undefined的对...