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