Commit f8a4df8b by xiaqing

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

1.修改积分抵扣单位,按照分显示
parent f2e029dc
......@@ -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 {
}
}
......
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