Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-01-19 10:56:02 +0800
Commit
4f1522feea54ec5016a1ab685e6c1116f249473d
1 parent
b94a98f0
前端js变量声明bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/order-new/areaSelect.js
public/js/cart/order-new/areaSelect.js
View file @
4f1522f
...
...
@@ -227,7 +227,7 @@ var areaSelect = {
return
this
.
area
?
this
.
area
.
id
:
''
;
},
text
:
function
()
{
let
arr
=
[];
var
arr
=
[];
if
(
this
.
province
.
text
)
{
arr
.
push
(
this
.
province
.
text
);
...
...
Please
register
or
login
to post a comment