zhb 3 هفته پیش
والد
کامیت
6ba1b6ffbd
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 2 2
      pages/common/download.vue
  2. 4 4
      pages/customer/components/PaymentMethodsList.vue

+ 2 - 2
pages/common/download.vue

@@ -14,11 +14,11 @@
                         <view class="card-header">
                             <view class="nav nav-pills nav-fill card-header-pills">
                                 <view class="nav-item">
-                                    <view class="nav-link" :class="{ 'active': activeName == 'MT4' }"
+                                    <view class="nav-link cursor-pointer" :class="{ 'active': activeName == 'MT4' }"
                                         @click="activeName = 'MT4'">MT-4</view>
                                 </view>
                                 <view class="nav-item">
-                                    <view class="nav-link" :class="{ 'active': activeName == 'MT5' }"
+                                    <view class="nav-link cursor-pointer" :class="{ 'active': activeName == 'MT5' }"
                                         @click="activeName = 'MT5'">MT-5</view>
                                 </view>
                             </view>

+ 4 - 4
pages/customer/components/PaymentMethodsList.vue

@@ -29,10 +29,10 @@
             </view>
           </view>
           <view class="mb-3"> <span class="mb-1" v-t="'Label.ProcessingTime'" />
-            <p class="text-dark fw-semibold mb-0">{{ item.fundingTime || '--' }}</p>
+            <p class="text-dark fw-semibold mt-1">{{ item.fundingTime || '--' }}</p>
           </view>
-          <view class="mb-3"> <span class="mb-1" v-t="'Label.Fee'" />
-            <p class="text-dark fw-semibold mb-0">
+          <view class="mb-3"> <span class="mb-2" v-t="'Label.Fee'" />
+            <p class="text-dark fw-semibold mt-1">
               <text v-if="item.feeType == 1">{{ item.free != null ? item.free + '%' : '-' }}</text>
               <text v-else-if="item.feeType == 2">${{ item.feeAmount != null ? item.feeAmount : '0'
                 }}</text>
@@ -40,7 +40,7 @@
             </p>
           </view>
           <view class="mb-3"> <span class="mb-1" v-t="'vu.item8'" />
-            <p class="text-dark fw-semibold mb-0">{{ item.minAmount }}-{{ item.maxAmount }} {{ item.currency }}</p>
+            <p class="text-dark fw-semibold mt-1">{{ item.minAmount }}-{{ item.maxAmount }} {{ item.currency }}</p>
           </view>
           <button @click="handleClick(item)" class="btn btn-dark w-100 waves-effect waves-light"><i
               class="fi fi-rs-check"></i> <text v-t="'Btn.item13'" /></button>