Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
weiqingting
2016-07-15 17:23:07 +0800
Commit
731ffa6009e852d0f4e9338076d204aaf4f8cec0
2 parents
5db658d2
d5c93f62
Merge branch 'feature/qrcode' into develop
# Conflicts: # apps/home/models/QRcode.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
apps/home/models/QRcode.js
apps/home/models/QRcode.js
View file @
731ffa6
...
...
@@ -12,11 +12,7 @@ exports.getQRcodeData = (id, uid) => {
return
api
.
get
(
''
,
{
method
:
'app.SpaceOrders.getQrByOrderCode'
,
order_code
:
id
,
// debug: 'XYZ',
uid
:
uid
},
{
cache
:
true
}).
then
(
result
=>
{
if
(
result
&&
result
.
code
===
200
)
{
return
result
.
data
;
...
...
Please
register
or
login
to post a comment