提交代码

pull/1/head
胡锐 2 years ago
parent 38e41317c2
commit 4f33d7401d
  1. 2
      src/app/admin/merchant/merchant-list/merchant-list.component.ts

@ -233,7 +233,7 @@ export class MerchantListComponent implements OnInit {
// 营销返点
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;
}
// 加油减免

Loading…
Cancel
Save