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