Commit f8a4df8b by xiaqing

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

1.修改积分抵扣单位,按照分显示
parent f2e029dc
...@@ -105,8 +105,8 @@ const onSubmit = async () => { ...@@ -105,8 +105,8 @@ const onSubmit = async () => {
const getConfig = async () => { const getConfig = async () => {
try { try {
const data = await ConfigApi.getConfig() const data = await ConfigApi.getConfig()
// if (data === null) return if (data === null) return
// formData.value = data formData.value = data
} finally { } finally {
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment