修复打包失败问题
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
const walletBalance = computed(() => {
|
||||
const c = props.player?.coin
|
||||
return c != null && c !== '' ? Number(c) : 0
|
||||
return c != null ? Number(c) : 0
|
||||
})
|
||||
|
||||
const rules = reactive<FormRules>({
|
||||
|
||||
Reference in New Issue
Block a user