派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-04-19 a3a0083ab18c8b4f0dad49ecbc67275df1896f5d
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++}`