diff --git a/dist.zip b/dist.zip index d635797..2bc6020 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/package-lock.json b/package-lock.json index 3baf903..c5231b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12039,7 +12039,8 @@ "mana-syringe": "^0.2.2", "moment": "^2.29.1", "rc-field-form": "^1.22.0", - "react-color": "2.17.1" + "react-color": "2.17.1", + "reflect-metadata": "^0.1.13" }, "dependencies": { "react-color": { diff --git a/src/api/reqIpo/ipo.ts b/src/api/reqIpo/ipo.ts index 9a57fbf..0d8a830 100644 --- a/src/api/reqIpo/ipo.ts +++ b/src/api/reqIpo/ipo.ts @@ -16,7 +16,7 @@ enum Api { export const getIpo = (ipoID:string) => { return request.get(Api.addReferenceUrl+`?ipoID=${ipoID}`); }; -//获取ipo首页数据 +//listv1 export const getHomeIpo = (size:number) => { return request.get(Api.addhomelist1+`?size=${size}`); }; diff --git a/src/locales/en.ts b/src/locales/en.ts index 38c1846..6ac5b28 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -18,7 +18,8 @@ export default { Cancelled:'Cancelled', Mainboard:'Main board', GEM:'GEM', - new:'New' + new:'New', + }, dashboard:{ Home:'Home', @@ -41,7 +42,9 @@ export default { Institutional:'Institutional', TotalOfferShares:'Total Offer Shares', FinalAllocation:'Final Allocation', - Listingdate:'Listing date' + Listingdate:'Listing date', + QuantityMillion:'Quantity (Million)', + Ratio:'Ratio' }, ipo:{ report:'Report', diff --git a/src/locales/zh-cn.ts b/src/locales/zh-cn.ts index f5ccb42..8dffaaf 100644 --- a/src/locales/zh-cn.ts +++ b/src/locales/zh-cn.ts @@ -41,7 +41,9 @@ export default { Institutional:'机构', TotalOfferShares:'总发售股份', FinalAllocation:'最后配额分配', - Listingdate:'上市日期' + Listingdate:'上市日期', + QuantityMillion:'数量(百万)', + Ratio:'比率' }, ipo:{ report:'报告', diff --git a/src/locales/zh-ct.ts b/src/locales/zh-ct.ts index 0ffee9c..0845f9a 100644 --- a/src/locales/zh-ct.ts +++ b/src/locales/zh-ct.ts @@ -41,7 +41,9 @@ export default { Institutional:'機構', TotalOfferShares:'總發售股份', FinalAllocation:'最後配額分配', - Listingdate:'上市日期' + Listingdate:'上市日期', + QuantityMillion:'數量(百萬)', + Ratio:'比率' }, ipo:{ report:'報告', diff --git a/src/views/IPO/components/IpoHeader.vue b/src/views/IPO/components/IpoHeader.vue index 2c0db4a..9a4eb42 100644 --- a/src/views/IPO/components/IpoHeader.vue +++ b/src/views/IPO/components/IpoHeader.vue @@ -15,6 +15,10 @@ +
+ + +