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
b28b868c
Commit
b28b868c
authored
Mar 04, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改互换微信逻辑
parent
7f658efd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
info.vue
pagesme/message/info.vue
+6
-6
No files found.
pagesme/message/info.vue
View file @
b28b868c
...
...
@@ -77,6 +77,7 @@
<ELM
ref=
"elmBlack"
:msg=
'tipMsg'
:isConfirm=
"isBlackConfirm"
@
confirm=
"blackConfirm"
></ELM>
<ELM
ref=
"elmMessagePay"
:msg=
'tipMsg'
:isConfirm=
"isMessagePayConfirm"
@
confirm=
"messagePayConfirm"
></ELM>
<ELM
ref=
"elmApplyPay"
:msg=
'tipMsg'
:isConfirm=
"isApplyPayConfirm"
@
confirm=
"applyPayConfirm"
></ELM>
<ELM
ref=
"elmAgain"
:msg=
"tipMsg"
:isConfirm=
"isAgainConfirm"
confirmName=
"申请"
@
confirm=
"applyPayConfirm"
></ELM>
</view>
</template>
...
...
@@ -117,6 +118,7 @@ export default {
isApplyPayConfirm
:
false
,
applyWxPayment
:
0
,
acceptWxPayment
:
0
,
isAgainConfirm
:
false
,
wxTask
:[]
}
},
...
...
@@ -177,13 +179,11 @@ export default {
this
.
open
()
}
else
if
(
this
.
wxTask
.
type
==
'2'
&&
this
.
wxTask
.
status
==
'2'
){
if
(
this
.
wxTask
.
targetId
==
this
.
targetId
){
this
.
tipMsg
=
"已拒绝对方请求"
;
this
.
isConfirm
=
true
;
this
.
$refs
.
elm
.
showDialog
();
this
.
wantWxC
()
}
else
{
this
.
tipMsg
=
"对方已拒绝请求"
;
this
.
isConfirm
=
true
;
this
.
$refs
.
elm
.
showDialog
();
this
.
tipMsg
=
"对方已拒绝请求
,是否再次申请?
"
;
this
.
is
Again
Confirm
=
true
;
this
.
$refs
.
elm
Again
.
showDialog
();
}
}
}
...
...
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