sbd-npm 1.3.83 → 1.3.84
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.
- package/constant.js +1 -0
- package/package.json +1 -1
- package/summary_daily.js +1 -5
package/constant.js
CHANGED
@@ -5,6 +5,7 @@ const MenuList = [
|
|
5
5
|
'menu': [
|
6
6
|
{'key': 'summary_daily', 'name': '每日概要', 'url': '/0x2168175717a03ec7544549dcfe0018b80a1973c6'},
|
7
7
|
{'key': 'summary_week', 'name': '每周概要', 'url': '/0x6e7bdba064724aea8149d883db1fcd88cdcf43ea'},
|
8
|
+
{'key': 'summary_month', 'name': '每月概要', 'url': '/0xb73a5708dc3c4ed26a6baf9e4f6e82229662a319'},
|
8
9
|
{'key': 'summary_breadth', 'name': '市场宽度', 'url': '/0x7dbef7e8cff8988ed176da59b54e558e749609c4'},
|
9
10
|
{'key': 'summary_industry', 'name': '板块涨跌', 'url': '/0x0ec5d38a4cbe9e381088bcc3a5810383aa61336a'},
|
10
11
|
{'key': 'summary_momentum', 'name': '板块动量', 'url': '/0x7c8eb093d142bdc6cca0650d6399a0d5766c27de'},
|
package/package.json
CHANGED
package/summary_daily.js
CHANGED
@@ -76,10 +76,6 @@ $(function () {
|
|
76
76
|
});
|
77
77
|
},
|
78
78
|
|
79
|
-
hide_loaded: function () {
|
80
|
-
Util.hide_tips();
|
81
|
-
},
|
82
|
-
|
83
79
|
/**
|
84
80
|
* 当前行情指数
|
85
81
|
*/
|
@@ -380,7 +376,7 @@ $(function () {
|
|
380
376
|
DailySummary.set_cache("index", j["index"]);
|
381
377
|
DailySummary.set_cache("change_percent", j["change_percent"]);
|
382
378
|
DailySummary.set_cache("news", j["news"]);
|
383
|
-
|
379
|
+
Util.hide_tips();
|
384
380
|
if (DailySummary.is_trade_time === 1) {
|
385
381
|
setTimeout(DailySummary.fetch_statistics_daily, 9876);
|
386
382
|
}
|