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:54:24 +0800
Commit
1e33ae84e733087234cc872c626a7debc4fd2800
1 parent
1ddfee02
修改地址变化后没重新计算价格的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/pages/order/buyer-ask-order.vue
apps/pages/order/buyer-ask-order.vue
View file @
1e33ae8
...
...
@@ -160,6 +160,9 @@ export default {
activated() {
this.isActive = true;
if (this.inputPrice) {
this.computePrice();
}
},
deactivated() {
this.isActive = false;
...
...
Please
register
or
login
to post a comment