this.http.post(this.global.api_url + "/cancel_order", {id: product._id}) .timeout(10000) .map(res => res.json()) .subscribe((data) => { if (data.result.id ...
確定! 回上一頁