本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
kj
/
mall-app
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Removed moving to next page on registeration failure
master
kj1352
5 年之前
父節點
d207d9ac6f
當前提交
8e6f0dc671
共有
1 個檔案被更改
,包括
0 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/app/onboarding/onboarding.page.ts
+ 0
- 1
src/app/onboarding/onboarding.page.ts
查看文件
@@ -99,7 +99,6 @@ export class OnboardingPage implements OnInit {
this.nextPage();
}, (err) => {
console.log(err);
this.nextPage();
this.toastService.presentToast("Failed to create user", "danger");
});
}
Write
Preview
Loading…
取消
儲存