diff --git a/RollCallClient/src/views/Home.vue b/RollCallClient/src/views/Home.vue new file mode 100644 index 0000000..0948ed6 --- /dev/null +++ b/RollCallClient/src/views/Home.vue @@ -0,0 +1,27 @@ + + + 欢迎使用 YaYa点名 + 请从左侧菜单选择功能 + + + + + + \ No newline at end of file diff --git a/RollCallClient/src/views/RollCall.vue b/RollCallClient/src/views/RollCall.vue new file mode 100644 index 0000000..a787a7b --- /dev/null +++ b/RollCallClient/src/views/RollCall.vue @@ -0,0 +1,561 @@ + + + + + + + + + + + + + + + + {{ card.name }} + + + + + + + + + + + + {{ cardResult.no }} {{ cardResult.name }} + 当前积分:{{ cardResult.points }} + + + - + + + + + + + + 积分变动: + + {{ pointChange > 0 ? '+' : ''}}{{ pointChange }} + + + + + + + + + + + + Coding the World. + + + + + + + \ No newline at end of file
请从左侧菜单选择功能
Coding the World.