我有這行代碼,我有在註冊了類型表單的結尾:離子3 HTML按鈕表示,其不確定
<button ion-button full color="secondary" onclick="save()"></button>`
然而,當我點擊我得到它說的錯誤保存是不明確的,但我有這個在我的.ts文件
save() {
this.submitAttempt= true;
console.log("success!");
console.log(this.slideOneForm.value);
console.log(this.slideTwoForm.value);
console.log(this.slideThreeForm.value);
}
是我在定義或按鈕本身的錯誤,我該如何解決這一問題?
你能提供給我們更多的代碼,以便我們可以調試嗎? https://stackoverflow.com/help/mcve –
Sonicd300已經回答了它 –