Browse Source

隐藏提现和充值

shish 5 years ago
parent
commit
7366345a93
2 changed files with 2 additions and 11 deletions
  1. 1 6
      ghsApp/src/admin/home/me.vue
  2. 1 5
      hdApp/src/admin/home/me.vue

+ 1 - 6
ghsApp/src/admin/home/me.vue

@@ -69,12 +69,7 @@
               >提现</text>
               >提现</text>
             </view>
             </view>
           </view>
           </view>
-          <button
-            @click="pageTo({ url: '/pagesStore/me/recharge' })"
-            class="admin-button-com default"
-          >
-            充值
-          </button>
+          <!-- <button @click="pageTo({ url: '/pagesStore/me/recharge' })" class="admin-button-com default">充值</button> -->
         </view>
         </view>
         <view class="module-com content_box user-open_bx">
         <view class="module-com content_box user-open_bx">
           <view class="input-line-wrap">
           <view class="input-line-wrap">

+ 1 - 5
hdApp/src/admin/home/me.vue

@@ -62,11 +62,7 @@
             <view> <text>¥ </text> {{ infoData.balance }} </view>
             <view> <text>¥ </text> {{ infoData.balance }} </view>
             <view>
             <view>
               可提现余额 ¥ {{ infoData.txBalance }}
               可提现余额 ¥ {{ infoData.txBalance }}
-              <text
-                v-if="infoData.txBalance > 0"
-                @click="checkToApplyCash"
-                class="to-cash"
-              >提现</text>
+              <!-- <text v-if="infoData.txBalance > 0" @click="checkToApplyCash" class="to-cash">提现</text> -->
             </view>
             </view>
           </view>
           </view>
           <button
           <button