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