Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
TaoHuang
6 years ago
Commit
189367841bab90b64d8543e2b5c62041fdf500e0
1 parent
7173a40c
master
...
develop
feature/6.9.12_share
feature/accessLog
feature/add-alipay-register-count-to-grafana
feature/add-dingtalk-alert-for-alipay
feature/alipay_newimage
feature/alipayfix
feature/fixupload
feature/hideUfo
feature/invite2
feature/new
feature/share-link
hotfix/alipay-username-emoji
hotfix/api
hotfix/fixinput
hotfix/replace-activity-img
hotfix/sigin
hotfix/ssrApiReport
release/1.0.2
fix price
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/pages/single/order/ufo/components/modal-price.vue
apps/pages/single/order/ufo/components/modal-price.vue
View file @
1893678
...
...
@@ -169,8 +169,7 @@ export default {
this.$emit('on-change-price', {skc: this.skc, price: this.chgPrice});
this.$root.reportApp('', 'BUSINESS_UFO_SELL_CHANGE', {
locfun: 'click:changePrice:yes',
price: this.chgPrice
locfun: `click:changePrice:yes:${this.chgPrice}`
});
}
},
...
...
Please
register
or
login
to post a comment