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
129cd27f
Commit
129cd27f
authored
Jul 20, 2018
by
Junling Bu
Browse files
chore[litemall-wx]: 删除无用的代码
parent
15158f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/address/address.js
View file @
129cd27f
...
...
@@ -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
)
{
...
...
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