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