派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-16 6c383987f8b0a5f1f836558689e5c6ec9438b601
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++}`