This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
const emit = defineEmits(['enter', 'sync']);
|
const emit = defineEmits(['enter', 'sync']);
|
||||||
|
|
||||||
const walletText = computed(() => '钱包('+'¥'+ (props.walletBalance ?? 0) + ')');
|
const walletText = computed(() => '钱包 ('+ (props.walletBalance ?? 0) + ')');
|
||||||
|
|
||||||
const handleBindPhone = () => {
|
const handleBindPhone = () => {
|
||||||
if (props.alreadyBindPhone) {
|
if (props.alreadyBindPhone) {
|
||||||
|
|||||||
Reference in New Issue
Block a user