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