feature : { myToolsNum:{ show: true, textAlign:'right', text: '数量', icon:'image://radio.png', onclick:function(o){ alert('1'); } }, myToolsPrice:{ show:true, textAlign:'right', text:'价格', icon:'image://radio.png', onclick:function(o){ alert('1'); } } }
按钮的名字必须my开头,不然不会显示的