Commit 05d50c9b authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx]: 购物车下单页面链接不正确。

parent 9ac44151
......@@ -251,7 +251,7 @@ Page({
try {
wx.setStorageSync('cartId', 0);
wx.navigateTo({
url: '../shopping/checkout/checkout'
url: '/pages/checkout/checkout'
})
} catch (e) {}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment