@@ -184,11 +184,7 @@ export default {
},
created: function () {
this.userId = localStorage.getItem("userId");
- this.getUser();
this.accountType = localStorage.getItem("accountType")
-
- //获取快递信息
- this.getLogisticsList()
methods: {