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
3f760bf0
Commit
3f760bf0
authored
Feb 26, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
c1e957bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
addMessage.vue
pagesUser/addMessage.vue
+2
-2
userInfo.vue
pagesUser/userInfo.vue
+1
-1
info.vue
pagesme/message/info.vue
+2
-2
No files found.
pagesUser/addMessage.vue
View file @
3f760bf0
...
...
@@ -8,7 +8,7 @@
发送
</view>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
@
confirm=
"messageConfirm"
></ELM>
<ELM
ref=
"elm
Message
"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
@
confirm=
"messageConfirm"
></ELM>
</view>
</
template
>
<
script
>
...
...
@@ -105,7 +105,7 @@
},
//获取留言字典配置
getLeaveMessageDict
(){
getDict
(
'leave_message_config'
).
then
(
res
=>
{
getDict
(
'
user_
leave_message_config'
).
then
(
res
=>
{
this
.
leaveMessageOptions
=
res
.
data
.
data
//过滤出dictLabel等于pay_count的dictValue
this
.
payCount
=
this
.
leaveMessageOptions
.
find
(
item
=>
item
.
dictLabel
===
'pay_count'
).
dictValue
;
...
...
pagesUser/userInfo.vue
View file @
3f760bf0
...
...
@@ -201,7 +201,7 @@
</view>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isCoinConfirm"
@
confirm=
"coinConfirm"
></ELM>
<ELM
ref=
"elm
Coin
"
:msg=
"tipMsg"
:isConfirm=
"isCoinConfirm"
@
confirm=
"coinConfirm"
></ELM>
</view>
</
template
>
...
...
pagesme/message/info.vue
View file @
3f760bf0
...
...
@@ -83,7 +83,7 @@
</u-popup>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
@
confirm=
"messageConfirm"
></ELM>
<ELM
ref=
"elm
Message
"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
@
confirm=
"messageConfirm"
></ELM>
</view>
</template>
...
...
@@ -194,7 +194,7 @@ export default {
},
//获取留言字典配置
getLeaveMessageDict
(){
getDict
(
'leave_message_config'
).
then
(
res
=>
{
getDict
(
'
user_
leave_message_config'
).
then
(
res
=>
{
this
.
leaveMessageOptions
=
res
.
data
.
data
//过滤出dictLabel等于pay_count的dictValue
this
.
payCount
=
this
.
leaveMessageOptions
.
find
(
item
=>
item
.
dictLabel
===
'pay_count'
).
dictValue
;
...
...
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