소스 검색

医疗器械查看权限

zhengjinyi 3 년 전
부모
커밋
8c358f3409
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/static/js/product/detail.js

+ 1 - 1
src/main/resources/static/js/product/detail.js

@@ -214,7 +214,7 @@ var productDetail = new Vue({
                     if (product.stock == 0 && product.validFlag != 3) {
                         _self.disabledText = '售罄'
                     }
-                    if(product.productType === 2 && (GLOBAL_USER_IDENTITY != 3)){
+                    if(product.productType === 2 && (GLOBAL_CLUB_TYPE != 1)){
                         _self.isHideButton = true
                         _self.handleShowProductType()
                         return