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