js冒泡排序,取最小,或最大值
let arr = Object.keys(sku); //sku对象转化数组 拿到对象长度let arrSKU = []; //存放sku的拼团价格的数组let listNum=null; //数组比较大小...