sbd-npm 1.2.66 → 1.2.67

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -2404,7 +2404,7 @@ const Util = {
2404
2404
  rate_val = -rate_val
2405
2405
  }
2406
2406
  }
2407
- return "<b title='" + (year_price + " - " price) + "' class='" + cls + "'>" + rate_val + "%</b>";
2407
+ return "<b title='" + (year_price + " - " + price) + "' class='" + cls + "'>" + rate_val + "%</b>";
2408
2408
  },
2409
2409
 
2410
2410
  /**