li.shaoyi hace 4 meses
padre
commit
85e12c9d06

+ 2 - 2
oem/tss-vi/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.tssvi",
   "appName": "Tce Vietnam",
-  "version": "1.0.64",
-  "versionCode": "100064",
+  "version": "1.0.65",
+  "versionCode": "100065",
   "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,

+ 4 - 3
src/packages/tss/views/bank/wallet/components/withdraw/Index.vue

@@ -6,9 +6,10 @@
                 <Field class="form-field" type="number" :label="$t('banksign.wallet.withdraw.outamount')"
                     v-model="formData.Amount" :rules="formRules.Amount" label-align="top">
                     <template #input>
-                        <Stepper v-model="formData.Amount" theme="round" button-size="22" :min="0"
-                            :decimal-length="accountStore.currentAccount.fractionDigits" :show-plus="false"
-                            :show-minus="false" />
+                        <Stepper v-model="formData.Amount" theme="round" button-size="22"
+                            :placeholder="$t('banksign.wallet.withdraw.pleaseenteroutamount')" :default-value="''"
+                            :min="0" :decimal-length="accountStore.currentAccount.fractionDigits" :show-plus="false"
+                            :show-minus="false" allow-empty />
                         <div class="form-field__tips">
                             <label>{{ $t('banksign.wallet.withdraw.availableoutmoney') }}</label>
                             <span style="color: #FF0000;">{{ currencyFormat(fund.AvailableOutMoney,