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