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
郭成尧
8 years ago
Commit
8d2709952ecbc3eef83d3483ab4a11d6c5695aca
1 parent
ebdc5b7c
camelCase
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
public/vue/home/exchange/exchange.vue
public/vue/home/exchange/exchange.vue
View file @
8d27099
...
...
@@ -226,11 +226,11 @@
submitData() {
const data = {
order_code: this.orderCode,
address_id: this.address.address
_i
d,
address_id: this.address.address
I
d,
address: this.address.address,
consignee_name: this.address.consignee,
area_code: this.address.area_code,
zip_code: this.address.zip_code,
area_code: this.address.areaCode,
zip_code: this.address.zipCode,
mobile: this.address.mobile,
delivery_tpye: this.deliveryTpye,
goods: []
...
...
Please
register
or
login
to post a comment