/* * @author wangshiping461 * @date 2015-10-13 * 【滚动公告类型插件】 * @param:Object * noticeGroup:[{ * notice_content:"https://www.baidu.com", * notice_name:"测试1", * message:"公告测试一", * type:"2", 1为滚动,2为直接弹出 * openType:"1" 1为弹出框弹出,二为在新tab页打开链接 * }] * **************用法介绍开始******************** *require("component/noticeBar"); * 引用组件的ItemView里面相关使用: * this.$("#noticeBar").pager({ noticeGroup:[{ * notice_content:"https://www.baidu.com", * notice_name:"测试1", * message:"公告测试一", * type:"2", 1为滚动,2为直接弹出 * openType:"1" 当点击滚动链接时,1为弹出框弹出,二为在新tab页打开链接 * }] }); * ***************用法介绍结束********************* * @author wangshiping461 * @date 2015-