636fb586 by zhangmeng

Merge branch 'stage' into dev

# Conflicts:
#	src/viewsPc/components/homeQuick.vue
2 parents 5fcac262 d80260f3
...@@ -119,7 +119,7 @@ function popRemark(type){ ...@@ -119,7 +119,7 @@ function popRemark(type){
119 return 119 return
120 } 120 }
121 121
122 if((form.value.isJdView == 0&&type=='1') || (form.value.isCarView == 0&&type=='2') || (form.value.isFoodView == 0&&type=='3') || type=='0' || (form.value.isMealView == 0&&type=='4') || (type=='5'&&form.value.isPhotoView == 0)){ 122 if((form.value.isJdView == 0&&type=='1') || (form.value.isCarView == 0&&type=='2') || (form.value.isFoodView == 0&&type=='3')|| (form.value.isMealView == 0&&type=='4') || (type=='5'&&form.value.isPhotoView == 0)|| type=='0' ){
123 building() 123 building()
124 return 124 return
125 } 125 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!