Ver Fonte

医疗器械查看权限

zhengjinyi há 3 anos atrás
pai
commit
8c358f3409
1 ficheiros alterados com 1 adições e 1 exclusões
  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