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