Browse Source

feat: 免费用户采购单位类型显示修复

zhangyuhan 3 years ago
parent
commit
743a43b9e7

+ 3 - 0
src/web/staticres/common-module/vipsubscribe/js/vip-subscribe-set-template.js

@@ -355,6 +355,9 @@ var subComponent = {
         }
         if(this.initdata.industry.length == 0) {
           this.info.industry = '已选:全部'
+          if (this.vSwitch === 'f') {
+            this.info.industry = '请选择采购单位类型'
+          }
         } else {
           this.info.industry = '已选:' + this.initdata.industry.join('、')
         }