...
|
...
|
@@ -385,7 +385,7 @@ const getCartData = (uid, shoppingKey, cartDelList) => { |
|
|
|
|
|
return co(function * () {
|
|
|
let result = {
|
|
|
isEmpty: false,
|
|
|
isEmpty: true,
|
|
|
isLogin: !!uid,
|
|
|
searchUrl: helpers.urlFormat('', null, 'search'), // 搜索链接(再逛逛)
|
|
|
listUrl: helpers.urlFormat('', null, 'list'),
|
...
|
...
|
|