|
|
@ -233,7 +233,7 @@ export class MerchantListComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
// 营销返点
|
|
|
|
// 营销返点
|
|
|
|
if (this.rechargeForm.controls.marketingType.value == 2) { |
|
|
|
if (this.rechargeForm.controls.marketingType.value == 2) { |
|
|
|
this.rechargeForm.value.marketingPrice = this.rechargeForm.value.marketingPrice / 10; |
|
|
|
this.rechargeForm.value.marketingPrice = this.rechargeForm.value.marketingPrice / 100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 加油减免
|
|
|
|
// 加油减免
|
|
|
|