diff --git a/src/apis.js b/src/apis.js
index db7b223..f6f41f1 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -484,3 +484,7 @@ export const chooseTeamAPI = async (number, group) => {
export const getVIPDescAPI = async () => {
return request("GET", "/index/memberVipDescribe");
};
+
+export const getPointBookStatisticsAPI = async () => {
+ return request("GET", `/v2/user/score/sheet/statistics`);
+};
diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue
index 2f23bc9..c6c8cf2 100644
--- a/src/components/AppFooter.vue
+++ b/src/components/AppFooter.vue
@@ -1,15 +1,4 @@
-
+
+
{{
bowOptions[data.bowType] ? bowOptions[data.bowType].name : ""
}}
@@ -38,10 +45,15 @@ onMounted(() => {
{{ data.createAt }}
+
+ 黄心率:{{ data.yellowRate * 100 }}%
+ 10环数:{{ data.tenRings }}
+ 平均:{{ data.averageRing }}
+
-
+
共
{{ data.arrows * data.groups }}
箭
@@ -53,38 +65,54 @@ onMounted(() => {
diff --git a/src/static/checked-green2.png b/src/static/checked-green2.png
new file mode 100644
index 0000000..a71470a
Binary files /dev/null and b/src/static/checked-green2.png differ
diff --git a/src/static/point-book-title1.png b/src/static/point-book-title1.png
new file mode 100644
index 0000000..2a95982
Binary files /dev/null and b/src/static/point-book-title1.png differ
diff --git a/src/static/point-book-title2.png b/src/static/point-book-title2.png
new file mode 100644
index 0000000..09bd371
Binary files /dev/null and b/src/static/point-book-title2.png differ
diff --git a/src/static/start-scoring.png b/src/static/start-scoring.png
new file mode 100644
index 0000000..622b7a3
Binary files /dev/null and b/src/static/start-scoring.png differ
diff --git a/src/static/week-check.png b/src/static/week-check.png
new file mode 100644
index 0000000..3c8ba55
Binary files /dev/null and b/src/static/week-check.png differ