...
|
...
|
@@ -3,7 +3,7 @@ |
|
|
* @Author: Targaryen
|
|
|
* @Date: 2017-01-04 15:17:51
|
|
|
* @Last Modified by: Targaryen
|
|
|
* @Last Modified time: 2017-03-17 18:27:45
|
|
|
* @Last Modified time: 2017-03-20 13:58:34
|
|
|
*/
|
|
|
|
|
|
'use strict';
|
...
|
...
|
@@ -102,7 +102,6 @@ const payCenter = (req, res, next) => { |
|
|
uid: uid,
|
|
|
isOldUser: Boolean(req.cookies._isOldUser && req.cookies._isOldUser === '4')
|
|
|
};
|
|
|
console.log(responseData.payAppInfo);
|
|
|
|
|
|
res.render('pay/pay-center', responseData);
|
|
|
})().catch(next);
|
...
|
...
|
|