Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
hongyong.zhao
2019-10-22 16:29:55 +0800
Commit
71bf4658788ae0ba48cba30ad44eec088ac15c2c
1 parent
25b0696b
修改无地址无法计算运费的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/order/buyer-ask-order.vue
apps/pages/order/buyer-ask-order.vue
View file @
71bf465
...
...
@@ -351,7 +351,7 @@ export default {
this.buyerCompute({
price: this.inputPrice,
storage_id: this.storageId,
address_id: this.addressInfo
.address_id ||
''
address_id: this.addressInfo
? this.addressInfo.address_id || '' :
''
});
},
...
...
Please
register
or
login
to post a comment