whyclj
2018-12-29 ae9d37c7487376c6a28a4d9e2178177eb6aa1636
1
2
3
4
5
6
(function ($) {
    $.mobiscroll.i18n.zh = $.extend($.mobiscroll.i18n.zh, {
        setText: '确定',
        cancelText: '取消'
    });
})(jQuery);