Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
1dc18a62
Commit
1dc18a62
authored
Mar 11, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
69b313fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
consumeRecord.vue
pagesme/goldCoin/consumeRecord.vue
+2
-1
updateBasicInformation.vue
pagesme/me/updateBasicInformation.vue
+1
-0
No files found.
pagesme/goldCoin/consumeRecord.vue
View file @
1dc18a62
...
...
@@ -237,7 +237,8 @@ export default {
if
(
item
.
actionType
==
10
){
item
.
actionTypeName
=
'用户充值'
}
else
if
(
item
.
actionType
==
11
){
item
.
actionTypeName
=
'系统充值'
item
.
actionTypeName
=
'系统赠送'
// item.actionTypeName = '系统充值'
}
else
if
(
item
.
actionType
==
12
){
item
.
actionTypeName
=
'系统赠送'
}
else
if
(
item
.
actionType
==
20
){
...
...
pagesme/me/updateBasicInformation.vue
View file @
1dc18a62
...
...
@@ -254,6 +254,7 @@
label=
"婚姻状况"
prop=
"memMarriageText"
borderBottom
required
@
click=
"showMarriage = true; hideKeyboard()"
>
<u--input
...
...
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