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
weiqingting
9 years ago
Commit
ef3cccdf85f827b5da23d67bebfcefdf3dea419b
1 parent
f0a7dd83
更换背景图片
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
apps/home/controllers/qrcode.js
apps/home/controllers/qrcode.js
View file @
ef3cccd
...
...
@@ -13,10 +13,10 @@ exports.QRcode = (req, res, next) => {
let
id
=
req
.
query
.
orderCode
||
0
;
let
bg
=
{
'16-1'
:
'//img13.static.yhbimg.com/yhb-img02/2016/07/28/14/02509790c87f7b26fc523fc81cdd2ee684.jpg'
,
'17-1'
:
'//img13.static.yhbimg.com/yhb-img02/2016/07/28/14/02509790c87f7b26fc523fc81cdd2ee684.jpg'
,
'16-2'
:
'//img13.static.yhbimg.com/yhb-img02/2016/07/28/14/0243ee8b76d1af13fe546b3538036ab3a9.jpg'
,
'17-2'
:
'//img13.static.yhbimg.com/yhb-img02/2016/07/28/14/028d1fa99a0a22d882587aa0a309b41637.jpg'
'16-1'
:
'//img13.static.yhbimg.com/yhb-img02/2016/08/04/14/02004edaf02b52363c27cea0e2cbbe9b59.jpg'
,
'17-1'
:
'//img12.static.yhbimg.com/yhb-img02/2016/08/04/14/023d0470ffc2b0efe89bfdd1c6b73ab894.jpg'
,
'16-2'
:
'//img12.static.yhbimg.com/yhb-img02/2016/08/04/14/02fcb3d6cdd6be244c836c520a0d034fed.jpg'
,
'17-2'
:
'//img12.static.yhbimg.com/yhb-img02/2016/08/04/14/02ed77b564211c3246ab7be81794ed17cd.jpg'
}
let
bgkey
=
'16-1'
,
ticktypeName
=
'展览票'
;
...
...
Please
register
or
login
to post a comment