From c69c270083072b9a972367e7e16e52f2e52adb50 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 22 Aug 2024 09:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E8=B4=B9=E5=85=AC=E9=87=8C=E6=95=B0?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/user.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/my/user.vue b/pages/my/user.vue index bd4a368..c249bcd 100644 --- a/pages/my/user.vue +++ b/pages/my/user.vue @@ -71,7 +71,7 @@ ] } }, - onShow() { + onLoad() { this.getUserInfo(); this.getArtificer(); }, @@ -84,6 +84,7 @@ this.$Request.getT("/app/artificer/selectArtificer").then(res => { if (res.code == 0) { this.tripWay = res.data.tripWay ? res.data.tripWay : 0; + this.tripWayNum=res.data.tripWayNum } }); },