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