sbd-npm 1.3.18 → 1.3.19
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/package.json +1 -1
- package/stock_basics.js +1 -1
package/package.json
CHANGED
package/stock_basics.js
CHANGED
@@ -1235,7 +1235,7 @@ let Stock = {
|
|
1235
1235
|
{"name": "持股比例", "table_sort": 1, "title": "内地港股通账户持仓股数 / 流通股本数"},
|
1236
1236
|
]
|
1237
1237
|
});
|
1238
|
-
Util.post("/stock/
|
1238
|
+
Util.post("/stock/" + Stock["code"], {action: "hk_stock_exchange"}, function (j) {
|
1239
1239
|
let _html = [];
|
1240
1240
|
j["data"].forEach(function (item, index) {
|
1241
1241
|
_html.push("<tr>");
|