scroller implements

This commit is contained in:
王劲鹏
2021-04-16 10:06:15 +08:00
committed by osborn
parent 5e72a97a41
commit 3207cc2581
7 changed files with 100 additions and 94 deletions

View File

@@ -19,9 +19,12 @@ void DoricDemoBridge::navigate(QVariant route) {
name = "Gobang.js";
break;
case 2:
name = "SimpleDemo.js";
name = "LayoutDemo.js";
break;
case 3:
name = "SimpleDemo.js";
break;
case 4:
name = "Snake.js";
break;
}