format home page
This commit is contained in:
@@ -45,12 +45,12 @@
|
||||
|
||||
<!-- <ion-label class="price">$48.00 </ion-label>-->
|
||||
|
||||
<div class="row">
|
||||
<!-- <ion-icon name="star-half-outline" color="warning"></ion-icon>-->
|
||||
<!-- <ion-label class="small">4.9</ion-label>-->
|
||||
<!-- <ion-label class="small">|</ion-label>-->
|
||||
<!-- <ion-label class="small">8266 Students</ion-label>-->
|
||||
</div>
|
||||
<!-- <div class="row">-->
|
||||
<!-- <!– <ion-icon name="star-half-outline" color="warning"></ion-icon>–>-->
|
||||
<!-- <!– <ion-label class="small">4.9</ion-label>–>-->
|
||||
<!-- <!– <ion-label class="small">|</ion-label>–>-->
|
||||
<!-- <!– <ion-label class="small">8266 Students</ion-label>–>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- <ion-icon slot="end" name="bookmark-outline" class="save" color="primary"></ion-icon>-->
|
||||
|
||||
@@ -203,6 +203,7 @@ ion-content {
|
||||
.list {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
||||
.back_image {
|
||||
height: 95px;
|
||||
@@ -213,6 +214,7 @@ ion-content {
|
||||
min-width: 90px;
|
||||
}
|
||||
.detail {
|
||||
width: 100%;
|
||||
margin-left: 10px;
|
||||
|
||||
.bg_text {
|
||||
@@ -223,6 +225,8 @@ ion-content {
|
||||
border-radius: 5px;
|
||||
//width: 80px;
|
||||
text-align: center;
|
||||
height: 38px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
||||
@@ -57,12 +57,12 @@
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">{{item.title}}</ion-label>
|
||||
<ion-label class="grey_text">{{item.description}}</ion-label>
|
||||
<ion-label class="price_line">{{item.offer_code}} {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="price_line">{{item.client_name}} : {{item.offer_code}} {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="due_date">Expire: {{item.expire}}</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<ion-icon name="lock-closed-outline"></ion-icon>
|
||||
<ion-icon name="chevron-forward-outline" color="medium"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -102,8 +102,8 @@ ion-content {
|
||||
display: flex;
|
||||
|
||||
.men_image {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
height: 50px !important;
|
||||
width: 50px !important;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ export class SessionDataProviderService {
|
||||
"zip_code": "30127",
|
||||
"internal_return": 100
|
||||
*/
|
||||
account_type:string="";
|
||||
email: string = "";
|
||||
firstname: string = "";
|
||||
lastname:string = "";
|
||||
@@ -78,10 +79,9 @@ export class SessionDataProviderService {
|
||||
ConstructGlobalSessionData(loginResult: any) {
|
||||
console.log('Hello ConstructGlobalSessionData Provider');
|
||||
this.session_contructed=false;
|
||||
|
||||
try {
|
||||
console.log(loginResult);
|
||||
|
||||
this.account_type = loginResult.account_type;
|
||||
this.firstname = loginResult.firstname;
|
||||
this.lastname = loginResult.lastname;
|
||||
this.session = loginResult.session;
|
||||
@@ -102,7 +102,6 @@ export class SessionDataProviderService {
|
||||
this.pref_email= loginResult.pref_email;
|
||||
this.pref_phone = loginResult.pref_phone;
|
||||
this.promo=loginResult.promo;
|
||||
|
||||
//this.pushNotificationProvider.tagUser(this.session);
|
||||
|
||||
this.session_contructed = true;
|
||||
|
||||
Reference in New Issue
Block a user