Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2015-12-28 16:13:38 +0800
Commit
6280b9d097d9bf445697d4fba6a3bbca7e84828b
1 parent
b1b505ea
订单详情
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/order/address.js
web-static/js/order/address.js
View file @
6280b9d
...
...
@@ -110,7 +110,7 @@ function getUserInfo(id) {
if
(
data
.
hasOwnProperty
[
key
])
{
if
(
!!
data
[
key
])
{
eval
(
'$'
+
key
).
val
(
data
[
key
]);
window
(
'$'
+
key
).
val
(
data
[
key
]);
}
}
}
...
...
Please
register
or
login
to post a comment