|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<cwg-popup :title="props.pwdType == 1 ? t('Custom.Settings.LoginPwd') : t('Custom.Settings.InvestorPwd')"
|
|
|
- :visible="props.visible" :showFooter="false" @update:visible="$emit('update:visible', $event)">
|
|
|
+ :visible="props.visible" :showFooters="false" @update:visible="$emit('update:visible', $event)">
|
|
|
<view class="popup-content">
|
|
|
<text class="account-number">{{ accountLabel }} {{ account.login }}</text>
|
|
|
|