sbd-npm 1.2.70 → 1.2.71

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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.70",
3
+ "version": "1.2.71",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -2240,6 +2240,10 @@ const Util = {
2240
2240
  }
2241
2241
  Util.hide_tips();
2242
2242
  });
2243
+ } else {
2244
+ if ($("#" + element_id + "_tips").length) {
2245
+ $("#" + element_id + "_tips").html('');
2246
+ }
2243
2247
  }
2244
2248
  },
2245
2249