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