gcz hace 4 años
padre
commit
2949564380
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/publish/chosetype/chosetype.vue

+ 1 - 1
pages/publish/chosetype/chosetype.vue

@@ -59,7 +59,7 @@
 			uni.getStorage({
 				key:'userInfo',
 				success: function (res) {
-					if(res.data.company.compId){
+					if(res.data.company){
 						serf.hascompany = true;//是否绑定供应商
 					}
 				}