ll
liukangdong
2025-01-15 f5028477ff21f0146206bfcac6e78cb92e81d90c
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({