微信小程序

2019-01-06:简化了一些代码,以及增加了可用性.

// 弹窗配置
    dialogConfig: {
      // 弹窗
      dialogvisible: false,
      options: {
        // 显示关闭按钮
        showclose: true,
        // 显示底部
        showfooter: false,
        // 是否点击modal关闭
        closeonclickmodal: true,
        // 是否全屏
        fullscreen: false
      },
      frames: {
        // 标题
        title: '留言',
        // 标题位置(仅支持左、中),默认left
        titleDirection:'',
        // 取消
        confirmText: '取消',
        // 确认
        controlText: '确认',
        // 透明度
        opacity: '0.4',
        // 宽度
         '85',
        // 弹出位置
        position: 'center',
      }
    }

  

  

 

改进版下载:点击下载

来源于github:https://github.com/simsir-lin/dialog-wxapp

原文地址:https://www.cnblogs.com/cisum/p/10228815.html