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'); }, } }