shish hace 1 mes
padre
commit
0747635adb
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      ghsApp/src/admin/home/me.vue

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

@@ -65,8 +65,7 @@
               </view>
               <view> <text>¥ </text> {{ myInfo.balance||0 }} </view>
               <view>
-                可提现 ¥ {{ myInfo.txBalance||0 }}
-                <text class="to-cash" @click="pageTo({ url: '/admin/shopYeChange/list' })">变动明细</text>
+                <text class="to-cash" style="margin-left:0upx;" @click="pageTo({ url: '/admin/shopYeChange/list' })">变动明细</text>
                 <text class="to-cash" @click="pageTo({ url: '/pagesStore/me/withdraw' })">提现记录</text>
                 <text class="to-cash" v-if="myInfo.txBalance > 0" @click="checkToApplyCash">提现</text>
               </view>