币种汇率改变
This commit is contained in:
parent
de910547f1
commit
7025ae9e30
@ -153,7 +153,7 @@ export function useThirdPartyPaymentPage() {
|
|||||||
|
|
||||||
const submitSyncRates = async (event) => {
|
const submitSyncRates = async (event) => {
|
||||||
event?.preventDefault();
|
event?.preventDefault();
|
||||||
// 上浮比例只表达运营策略,不在前端计算最终汇率;服务端会拉实时源、套用比例并按 1 位小数向上取整,避免旧页面数据参与写库。
|
// 上浮比例只表达运营策略,不在前端计算最终汇率;服务端会拉实时源、套用比例并按高汇率整数规则向上取整,避免旧页面数据参与写库。
|
||||||
if (!abilities.canUpdateThirdParty) {
|
if (!abilities.canUpdateThirdParty) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user