hdw
2018-11-21 1a05dd9a571e46ae4cb90d5c0a2b691a3a62d34f
1
2
3
4
5
6
(function ($) {
    $.mobiscroll.i18n.zh = $.extend($.mobiscroll.i18n.zh, {
        setText: '确定',
        cancelText: '取消'
    });
})(jQuery);