fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
This commit is contained in:
@@ -1147,7 +1147,7 @@
|
||||
if (suggestedRetailPrice === undefined || suggestedRetailPrice === null) {
|
||||
return '-'
|
||||
}
|
||||
return `¥${(suggestedRetailPrice * 1.5).toFixed(2)}`
|
||||
return `¥${suggestedRetailPrice.toFixed(2)}`
|
||||
}
|
||||
|
||||
// 监听套餐选择变化
|
||||
|
||||
Reference in New Issue
Block a user