Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2017-02-07 09:59:07 +0800
Commit
28767c1725283e1ec67384abb227022e8e3c04f4
1 parent
d50b8e39
id-handle
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
public/vue/home/address/address-act.vue
public/vue/home/address/address-act.vue
View file @
28767c1
...
...
@@ -146,9 +146,8 @@
/* 获取地址数据 */
getAddress(id) {
console.log(id);
$.get('/home/getaddress.json', {
id: id
id: id
|| '0'
}, resultData => {
this.addresses = resultData;
});
...
...
Please
register
or
login
to post a comment