```javascript
mui.prompt('<div><div class="mui-numbox">'+
'<button class="mui-btn mui-btn-numbox-minus" type="button">-</button>'+
'<input id="box" class="mui-input-numbox" type="number" />'+
'<button class="mui-btn mui-btn-numbox-plus" type="button">+</button>'+
'</div></div>:', 'xxxx', '1111', btnArray, function(e) {
if(e.index == 1) {} else {}
},'div')
});
5***@qq.com (作者)
···谢谢··忘记重置了··貌似不能用mui.prompt,只能点击确定按钮后才能加减··改成弹窗了···
2016-10-18 10:38