party_bid移动应用开发项目——(四)竞价分析 (1)跳转页面自动弹出的信息提示框——模态框
_.map(price_count_infos, function (value, key) { price_array.push({"price": key, "number": value.length}) })这样就可以把对象转成对象数组,然后取数组中的元素显示
_.map(price_count_infos, function (value, key) { price_array.push({"price": key, "number": value.length}) })