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