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