|
|
|
@ -95,6 +95,9 @@ watch(() => prop.equip, (n) => {
@@ -95,6 +95,9 @@ watch(() => prop.equip, (n) => {
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
const confirmFusion = () => { |
|
|
|
|
if (!material.value) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (userCoins.value < needCoins.value) { |
|
|
|
|
commit("set_sys_info", { msg: t('stNoCoins'), type: "warning", }); |
|
|
|
|
return |
|
|
|
|