sbd-npm 1.3.31 → 1.3.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util.js +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.3.31",
3
+ "version": "1.3.32",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -2618,12 +2618,6 @@ const Util = {
2618
2618
  $("#" + element_id + "_tips").html('共 <span class="label label-info">' + total_num + '</span> 家 平均涨跌: ' + Util.parse_ratio(average_change_percent) + " 最近5日: " + Util.parse_ratio(average_d5_change_percent) + " 年初至今: " + Util.parse_ratio(average_year_change_percent));
2619
2619
  }
2620
2620
  }
2621
- $("#" + element_id).parent().find('thead td').each(function() {
2622
- if ($(this).hasClass("info") && $(this).text() === "当前价") {
2623
- Util.asc = true;
2624
- Util.sort_table_row($(this));
2625
- }
2626
- });
2627
2621
  Util.hide_tips();
2628
2622
  });
2629
2623
  } else {