Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-brand-shop
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-03-12 09:46:38 +0800
Commit
4e1de5438be032d5592198fdec85ef9f03c5a872
1 parent
911c5c61
address
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
app/components/address/card/card.js
app/components/address/card/card.js
View file @
4e1de54
...
...
@@ -7,7 +7,11 @@ Component({
}
},
data
:
{
address
:
{}
address
:
{
consignee
:
''
,
mobile
:
''
,
areaText
:
''
}
},
methods
:
{
_addressChange
(
address
)
{
...
...
Please
register
or
login
to post a comment