|
|
@@ -115,7 +115,7 @@ export class Pay extends Component {
|
|
|
}
|
|
|
//计算汇率 取number类型整数
|
|
|
let price = parseFloat((this.select_data.PayPrice * this.currentCountry.Rate).toFixed(2));
|
|
|
- Pay.buy(this.select_data.ProductID, price, this.currentCountry.CountryCode);
|
|
|
+ Pay.buy(this.select_data.ProductID, price, this.currentCountry.Currency);
|
|
|
}
|
|
|
|
|
|
// private test(){
|