Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
a5bca78c
Commit
a5bca78c
authored
Jan 31, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改菜单文字
parent
7eb81def
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
userCenter.vue
src/components/StoreDesign/userCenter.vue
+1
-1
integralSetting.vue
src/components/sallCenter/integralSetting.vue
+2
-2
No files found.
src/components/StoreDesign/userCenter.vue
View file @
a5bca78c
...
...
@@ -730,7 +730,7 @@
<el-dialog
:title=
"commonEditTitle"
:visible
.
sync=
"isShowDialog"
width=
"450px"
>
<el-form
label-width=
"120px"
>
<el-form-item
label=
"名称"
>
<el-input
type=
"text"
:disabled=
"EditIndex==1||EditIndex==2||EditIndex==5"
v-model=
"modifyMsg.name"
<el-input
type=
"text"
v-model=
"modifyMsg.name"
size=
"small"
class=
"w200"
maxlength=
"100"
/>
</el-form-item>
<el-form-item
label=
"图标"
>
...
...
src/components/sallCenter/integralSetting.vue
View file @
a5bca78c
...
...
@@ -46,7 +46,7 @@
},
methods
:{
getIntegralSettingsList
(){
this
.
apipost
(
"/api/Integral/
/
GetIntegralSettingsList"
,{}
,
res
=>
{
this
.
apipost
(
"/api/Integral/GetIntegralSettingsList"
,{}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
msg
.
ID
=
res
.
data
.
data
.
ID
this
.
msg
.
IntegralNum
=
res
.
data
.
data
.
IntegralNum
...
...
@@ -58,7 +58,7 @@
},
preserve
(){
this
.
loading
=
true
this
.
apipost
(
"/api/Integral/
/
AddOrUpdateIntegralSettings"
,
this
.
msg
,
res
=>
{
this
.
apipost
(
"/api/Integral/AddOrUpdateIntegralSettings"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
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