Commit 0ef2e987 by 123bila

new push

parent 6e8ddd51
......@@ -210,9 +210,9 @@ export class Addoffers {
get_total(){
this.price_val = 0;
//this.price_val = 0;
this.price_val = parseInt(this.price_val)+parseInt(this.tested);
//this.price_val = parseInt(this.price_val)+parseInt(this.tested);
console.log('price_val',this.price_val);
}
......
......@@ -23,7 +23,7 @@ export class Editoffers {
today_date: any;
offer_id: any;
price_val:any=0;
private editeditoffersForm : FormGroup;
private editoffersForm : FormGroup;
constructor(public navCtrl: NavController, public navParams: NavParams, private formBuilder: FormBuilder, public storage: Storage, private myservice: Myservice, private imagePicker: ImagePicker,private transfer: FileTransfer, private file: File,private alertCtrl: AlertController) {
......
......@@ -21,7 +21,7 @@ export class Myservice {
//webservice_url = 'http://localhost/webservices/fixmyauto/webservice/';
//webservice_url = 'http://techlabz.in/fixmyauto/webservice/';
//webservice_url = 'http://www.garnedo.com/fixmyauto/webservice/';
webservice_url = 'http://192.168.140.166/fixmyauto/webservice/';
webservice_url = 'http://192.168.140.22/fixmyauto/webservice/';
loader : any;
alert : any;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment