From 9b80c42df73cb99b37d95b5c0a186ceec5e45a27 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 07 一月 2025 17:23:31 +0800
Subject: [PATCH] ll

---
 h5/pages/waybill/home.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/h5/pages/waybill/home.vue b/h5/pages/waybill/home.vue
index b1cead8..62dae00 100644
--- a/h5/pages/waybill/home.vue
+++ b/h5/pages/waybill/home.vue
@@ -67,7 +67,7 @@
 				  phone, code,openid: this.$store.state.openId, userType: 3
 				}).then(res => {
 				  if (res && res.code == 200) {
-						this.$store.commit('setToken', res.data.token)
+						this.$store.commit('setToken', res.data)
 						getUserInfo().then(ress => {
 							this.$store.commit('setWaybillInfo', ress.data)
 							uni.navigateTo({

--
Gitblit v1.9.3