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