From 9d2b0e22e00b5f4d2d3c63a98da979a59ca14552 Mon Sep 17 00:00:00 2001 From: Gary <3489015381@qq.com> Date: Fri, 1 Nov 2024 15:07:59 +0800 Subject: [PATCH] =?UTF-8?q?11=E6=9C=881=E6=97=A5=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=9C=80=E7=BB=88=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/information/girl_weight_end/girl_weight_end.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/information/girl_weight_end/girl_weight_end.vue b/pages/information/girl_weight_end/girl_weight_end.vue index 0f768bb..a6b5081 100644 --- a/pages/information/girl_weight_end/girl_weight_end.vue +++ b/pages/information/girl_weight_end/girl_weight_end.vue @@ -33,11 +33,11 @@ export default { }, go_to_height() { - this.navigateTo('/pages/information/girl_height_start/girl_height_start'); + this.navigateTo('/pages/information/girl_weight_start/girl_weight_start'); }, go_to_roll() { - this.navigateTo('/pages/information/girl_height_roll/girl_height_roll'); + this.navigateTo('/pages/information/girl_weight_roll/girl_weight_roll'); }, } }