Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f8a4df8b
authored
Aug 09, 2023
by
xiaqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员积分针对代码格式、功能优化
1.修改积分抵扣单位,按照分显示
parent
f2e029dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/member/point/config/index.vue
+2
-2
No files found.
src/views/member/point/config/index.vue
View file @
f8a4df8b
...
@@ -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
{
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment