...
|
...
|
@@ -34,7 +34,7 @@ const index = (req, res) => { |
|
|
// 唤起 APP 的路径
|
|
|
res.locals.appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.shopcart","params":{}}';
|
|
|
|
|
|
res.render('index', Object.assign(pageData, {
|
|
|
res.render('cart-index', Object.assign(pageData, {
|
|
|
title: '购物车',
|
|
|
module: 'cart',
|
|
|
page: 'index',
|
...
|
...
|
|