Handy_Cao 2 lat temu
rodzic
commit
595ad5d2e3

+ 4 - 4
src/packages/mobile/views/bank/wallet/components/deposit/Index.vue

@@ -15,12 +15,12 @@
                         :placeholder="`请输入${item.fieldname}`" />
                 </template>
             </CellGroup>
+            <div class="g-form__time" >
+                <label>入金时间:{{ start }} - {{ end }}</label>
+            </div>
         </Form>
         <div class="g-form__bank" v-if="cusBank.caninamount === 0">
-            <span>{{ msg }}</span>
-        </div>
-        <div class="g-form__time">
-            <label>入金时间:{{ start }} - {{ end }}</label>
+            <span style="color: #666; font-size: 0.25rem;" v-html="msg" />
         </div>
         <div class="g-form__time" style="padding: 0.15rem 0.3rem;"  v-if="cusBank.caninamount === 1" >
             <span style="color: #666; font-size: 0.25rem;" v-html="msg" />

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

@@ -29,12 +29,12 @@
                         :placeholder="`请输入${item.fieldname}`" />
                 </template>
             </CellGroup>
+            <div class="g-form__time">
+                <label>出金时间:{{ start }} - {{ end }}</label>
+            </div>
         </Form>
         <div class="g-form__bank" v-if="cusBank.canoutamount === 0">
-            <span v-html="msg" />
-        </div>
-        <div class="g-form__time">
-            <label>出金时间:{{ start }} - {{ end }}</label>
+            <span style="color: #666; font-size: 0.25rem;" v-html="msg" />
         </div>
         <template #footer>
             <div class="g-form__footer inset" v-if="cusBank.canoutamount === 1">