...
|
...
|
@@ -10,7 +10,7 @@ exports.index = (req, res, next) => { |
|
|
token: params.token,
|
|
|
}).then(result => {
|
|
|
params.token = result;
|
|
|
params.uname = decodeURIComponent(params.uname);
|
|
|
params.uname = decodeURIComponent(params.uname.replace(/\%/g, escape('%')));
|
|
|
params.icon = params.icon || 'https://img11.static.yhbimg.com/yhb-img01/2016/07/05/13/017ec560b82c132ab2fdb22f7cf6f42b83.png?imageView/2/w/{width}/h/{height}';
|
|
|
res.render('myqrcode', {
|
|
|
title: '查看二维码',
|
...
|
...
|
|