gpt4 book ai didi

javascript - Ionic 2 在另一个页面上运行该函数

转载 作者:行者123 更新时间:2023-11-28 04:15:44 25 4
gpt4 key购买 nike

打开应用程序后,我可以在主屏幕中看到产品数量。

但是当我将每个产品添加到购物车中时,我无法更新此编号。

我在 TabsPage 中找到购物车中的商品数量,并根据需要进行打印。

在产品详细信息页面上添加产品购物车时,我无法运行更新标签页中的产品数量的功能。我怎么解决这个问题?选项卡页面代码;

sepetDetay(BELGEID){

var header = new Headers();
header.append("Accept","application/json");
header.append("Content-Type","application/json");
var base_url = "xxxxxxxxxxxxxxxxxx";
var veri = JSON.stringify({
ID : 0,
BELGEID : BELGEID
});

this.http.post(base_url, veri, header).map(res=>res.json()).subscribe(data=>{ this.SEPETSAYISI = data["Table"].length; });


}

<ion-tab [root]="tab5Root" tabTitle="Sepet" [tabBadge]="SEPETSAYISI" tabIcon="ios-cart"></ion-tab>

Show image

最佳答案

请使用事件,这将帮助您显示数据。 https://ionicframework.com/docs/api/util/Events/

关于javascript - Ionic 2 在另一个页面上运行该函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45864533/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com