Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
7b8acfe59a50016b95d7d424acf15e344b6eab11
1 parent
ba1d75f3
refush
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
public/js/home/invoice.page.js
public/js/home/invoice.page.js
View file @
7b8acfe
...
...
@@ -152,7 +152,12 @@ function supplyInvoice(info, cb) {
}
};
}
else
{
_btn
=
{
name
:
'我知道了'
};
_btn
=
{
name
:
'我知道了'
,
cb
:
function
()
{
history
.
go
(
0
);
}
};
}
_dg
=
new
Dialog
({
...
...
Please
register
or
login
to post a comment