天天看点

点击子ID节点,触发父ID节点

****点击子ID节点,触发父ID节点****
 
 mui("body").on('tap','#zs-b-1',function(e){
	this.parentElement.classList.toggle("zs-b-1");
})