@@ -93,11 +93,11 @@ export default defineComponent({
)}
</div>
- {orderDetail.bizInfo?.bizMusicCount > 0 && (
+ {/* {orderDetail.bizInfo?.bizMusicCount > 0 && (
<span class={styles.songLength}>
共{orderDetail.bizInfo?.bizMusicCount}首
</span>
- )}
+ )} */}
)
}}