派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-05-08 c5e63df7862894b6fc89d05da0a7ea19f130b172
src/components/layer/src/layer.js
@@ -20,11 +20,6 @@
   * @return {[type]}         [description]
   */
  self.open = function (opt) {
    /* let option = {
      type: 1,
      content: opt.content,
      area: opt.area
    } */
    self.closeAll()
    var options = mergeJson(opt, defOptions)
    const id = `notification_${new Date().getTime()}_${seed++}`