Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/homePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@
// 炼器消耗道具数量
const calculateCost = calcEnhanceCost(item)
// 如果炼器石不足
if (calculate > player.value.props.strengtheningStone) {
if (calculateCost > player.value.props.strengtheningStone) {
// 发送通知
gameNotifys({
title: '炼器提示',
Expand Down