Forráskód Böngészése

医疗器械查看权限

zhengjinyi 3 éve
szülő
commit
8c358f3409
1 módosított fájl, 1 hozzáadás és 1 törlés
  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