Commit 129cd27f authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx]: 删除无用的代码

parent 15158f5d
......@@ -34,11 +34,6 @@ Page({
var prevPage = pages[pages.length - 2];
if (prevPage.route == "pages/checkout/checkout") {
console.log(event.currentTarget.dataset.addressId);
prevPage.setData({
addressId: event.currentTarget.dataset.addressId
})
try {
wx.setStorageSync('addressId', event.currentTarget.dataset.addressId);
} 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