ll
liukangdong
2025-01-13 d38f3d8c0642d5d58a3baeff5d80abafaa702f9f
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({