Explorar el Código

解决userinfo重复定义

wangchao hace 3 años
padre
commit
ea9373a2b4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pageA/freightTransport/index.vue

+ 2 - 2
pageA/freightTransport/index.vue

@@ -60,7 +60,7 @@
 				status: 0,
 				listData: [],
 				searchData: {},
-				userInfo: {},
+				userinfo: {},
 				isShowNoData:false
 
 			}
@@ -84,7 +84,7 @@
 		methods: {
 			getUserInfo() {
 				debugger
-				this.userInfo = store.getters.getUserInfo
+				this.userinfo = store.getters.getUserInfo
 			},
 			addgoods() {
 				uni.navigateTo({