zhb пре 2 месеци
родитељ
комит
31a2036c63

+ 1 - 1
pages/customer/components/DeleteAccountDialogs.vue

@@ -1,5 +1,5 @@
 <template>
-    <cwg-popup :title="t('Tips.DeleteAccount')" :visible="props.visible" :showFooter="false"
+    <cwg-popup :title="t('Tips.DeleteAccount')" :visible="props.visible" :showFooters="false"
         @update:visible="$emit('update:visible', $event)">
         <scroll-view scroll-y class="account-list" :style="{ maxHeight: '40vh' }">
             <!-- 加载状态 -->

+ 1 - 1
pages/customer/components/TerminalChangePasswordDialog.vue

@@ -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>
 

+ 1 - 1
pages/customer/components/TerminalDialog.vue

@@ -1,5 +1,5 @@
 <template>
-    <cwg-popup :title="t('Shop.Index.Transaction')" :visible="props.visible" :showFooter="false"
+    <cwg-popup :title="t('Shop.Index.Transaction')" :visible="props.visible" :showFooters="false"
         @update:visible="$emit('update:visible', $event)">
         <view class="card-list">
             <view class="card" @click="handleWebClick">

+ 1 - 1
pages/customer/components/TerminalInfoDialog.vue

@@ -1,5 +1,5 @@
 <template>
-    <cwg-popup :title="title" v-model:visible="props.visible" :showFooter="false"
+    <cwg-popup :title="title" v-model:visible="props.visible" :showFooters="false"
         @update:visible="$emit('update:visible', $event)">
         <view class="account-detail-content">
             <!-- 账户编号独立显示(如果需要,也可以作为 fieldList 中的一项) -->

+ 1 - 1
pages/customer/components/TerminalNickNameDialog copy.vue

@@ -1,5 +1,5 @@
 <template>
-    <cwg-popup :title="'账户昵称'" :visible="props.visible" :showFooter="false"
+    <cwg-popup :title="'账户昵称'" :visible="props.visible" :showFooters="false"
         @update:visible="$emit('update:visible', $event)">
         <view class="popup-content">
             <text class="account-number">{{ accountLabel }} {{ account.login }}</text>

+ 1 - 1
pages/customer/components/TerminalNickNameDialog.vue

@@ -1,5 +1,5 @@
 <template>
-    <cwg-popup :title="'账户昵称'" :visible="props.visible" :showFooter="false"
+    <cwg-popup :title="'账户昵称'" :visible="props.visible" :showFooters="false"
         @update:visible="$emit('update:visible', $event)">
         <view class="popup-content">
             <text class="account-number">{{ accountLabel }} {{ account.login }}</text>

+ 1 - 1
pages/customer/components/TransactionDialogs.vue

@@ -1,5 +1,5 @@
 <template>
-    <cwg-popup :title="t('Tips.TransactionRecord')" :visible="props.visible" :showFooter="false"
+    <cwg-popup :title="t('Tips.TransactionRecord')" :visible="props.visible" :showFooters="false"
         @update:visible="$emit('update:visible', $event)">
         <scroll-view scroll-y class="account-list" :style="{ maxHeight: '40vh' }">
             <view v-if="loading" class="loading-state">