|
|
|
@ -120,12 +120,7 @@ const confirmInherited = () => {
@@ -120,12 +120,7 @@ const confirmInherited = () => {
|
|
|
|
|
emit('close'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
onMounted(() => { |
|
|
|
|
const need = strengthenAvgCoins(100, 13, qualitys[5]); |
|
|
|
|
const used = strengthenAvgCoins(1, 13, qualitys[0]); |
|
|
|
|
console.log(need - used); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
onMounted(() => { }); |
|
|
|
|
</script> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.inherited { |
|
|
|
|