会员积分针对代码格式、功能优化

1.修改积分抵扣单位,按照分显示

(cherry picked from commit f8a4df8b77)
pull/245/head
xiaqing 2023-08-09 22:33:09 +08:00 committed by shizhong
parent 9ab9344521
commit bc8702c1dd
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ const onSubmit = async () => {
const getConfig = async () => {
try {
const data = await ConfigApi.getConfig()
// if (data === null) return
// formData.value = data
if (data === null) return
formData.value = data
} finally {
}
}