'
          return html
        },
        open: function () {
          var that = this
          layer.open({
            type: 1,
            skin: 'zxg-modal modal-gggl',
            area: calcPx(1080) + 'px',
            anim: 5,
            resize: false,
            title: '公告',
            content: that.getContentHtmlStr(),
            success: function (layerDom, layerIndex) {
            },
            cancel: function () {
              return true
            }
          })
        }
      }
      moduleGggl.open()
    })
  })