Browse Source

auto commit

gcz 4 năm trước cách đây
mục cha
commit
2949564380
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;//是否绑定供应商
 					}
 				}