offer discount label issue fixed

enad-pre-live
Sultan Khan 4 years ago
parent 1be3babe65
commit 56b4a3e18b

@ -60,7 +60,9 @@ export class OfferDetailsComponent implements OnInit {
this.cs.navigateForward('/offersdiscount/location'); this.cs.navigateForward('/offersdiscount/location');
} }
getLocation() { getLocation() {
this.cs.startLoading();
this.offersService.getOfferLocation({ OfferId: this.details.rowID }, () => { }, this.ts.trPK('general', 'retry')).subscribe((result) => { this.offersService.getOfferLocation({ OfferId: this.details.rowID }, () => { }, this.ts.trPK('general', 'retry')).subscribe((result) => {
this.cs.stopLoading();
result = JSON.parse(result.Mohemm_ITG_ResponseItem).result.data; result = JSON.parse(result.Mohemm_ITG_ResponseItem).result.data;
this.cs.sharedService.setSharedData(result, OfferDiscountService.selected_offers); this.cs.sharedService.setSharedData(result, OfferDiscountService.selected_offers);
this.openLocation(); this.openLocation();

@ -1636,7 +1636,7 @@ ion-segment-button {
box-shadow: none !important; box-shadow: none !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
} }
.concorrent-select .alert-radio-label{ .select-alert .alert-radio-label{
padding: 0 28px 0 28px;
font-size: 12px; font-size: 12px !important;
} }
Loading…
Cancel
Save