Skip to content

Commit aebb8e2

Browse files
authored
fix: 变量名错误导致无法炼器 (#87)
2 parents ce9876c + ad6fc09 commit aebb8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/homePage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@
17521752
// 炼器消耗道具数量
17531753
const calculateCost = calcEnhanceCost(item)
17541754
// 如果炼器石不足
1755-
if (calculate > player.value.props.strengtheningStone) {
1755+
if (calculateCost > player.value.props.strengtheningStone) {
17561756
// 发送通知
17571757
gameNotifys({
17581758
title: '炼器提示',

0 commit comments

Comments
 (0)