Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6c022890
authored
Sep 17, 2020
by
TengFengLian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
核销处理状态判断
parent
9d8c5647
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
pages/pay/coupon-detail/coupon-detail.js
pages/pay/coupon-detail/coupon-detail.js
View file @
6c022890
...
...
@@ -117,6 +117,7 @@ Page({
volumeId
:
that
.
data
.
couponDetail
.
volumeId
,
},
success
:
function
(
res
)
{
if
(
res
.
data
.
code
*
1
==
200
)
{
wx
.
lin
.
showToast
({
image
:
'/image/success.png'
,
title
:
'核销成功'
,
...
...
@@ -124,6 +125,13 @@ Page({
setTimeout
(()
=>
{
wx
.
navigateBack
()
},
2000
);
}
else
{
wx
.
lin
.
showToast
({
image
:
'/image/error.png'
,
title
:
res
.
data
.
msg
,
})
}
},
fail
:
function
(
err
)
{
wx
.
lin
.
showToast
({
...
...
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