Commit ed190ddf authored by wangqinghua's avatar wangqinghua

..

parent 74301b3b
......@@ -48,7 +48,7 @@ export class OrderDetailPage {
}
cancelOrder(): void {
this.appService.ObserverHttpGet("/wisdomgroup/modules/order/deleteOrder", { "id": this.order.orderid })
this.appService.ObserverHttpGetOption("/wisdomgroup/modules/order/deleteOrder", { "id": this.order.orderid })
.subscribe((res: Response) => {
this.appService.alert('报名已取消!');
this.navCtrl.pop();
......
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