Authored by TaoHuang

fix price

... ... @@ -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}`
});
}
},
... ...