|
@@ -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
|