Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
05d50c9b
Commit
05d50c9b
authored
Aug 08, 2018
by
Junling Bu
Browse files
fix[litemall-wx]: 购物车下单页面链接不正确。
parent
9ac44151
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/cart/cart.js
View file @
05d50c9b
...
...
@@ -251,7 +251,7 @@ Page({
try
{
wx
.
setStorageSync
(
'
cartId
'
,
0
);
wx
.
navigateTo
({
url
:
'
../shopping
/checkout/checkout
'
url
:
'
/pages
/checkout/checkout
'
})
}
catch
(
e
)
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment