diff --git a/src/components/sp-sku-select/index.js b/src/components/sp-sku-select/index.js index 8248ca28e..9f42eaee1 100644 --- a/src/components/sp-sku-select/index.js +++ b/src/components/sp-sku-select/index.js @@ -394,7 +394,7 @@ function SpSkuSelect(props) { const handleSubscribe = async() => { const { subscribe } = info const { dtid } = $instance.router.params - console.log('onSubscribe:subscribe', subscribe) + // console.log('onSubscribe:subscribe', subscribe) if (subscribe) return false if (isWeb) { @@ -428,7 +428,7 @@ function SpSkuSelect(props) { }) if (curItem?.store <= 0) { return ( - + {BUY_TOOL_BTNS().NOTICE.title} )