浏览代码

提现记录

shish 3 年之前
父节点
当前提交
f78a135a76
共有 2 个文件被更改,包括 4 次插入7 次删除
  1. 3 6
      ghsApp/src/admin/home/me.vue
  2. 1 1
      ghsApp/src/admin/home/member.vue

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

@@ -38,8 +38,9 @@
               <view> <text>¥ </text> {{ shopInfo.balance||0 }} </view>
               <view>
                 可提现 ¥ {{ shopInfo.txBalance||0 }}
-                <text class="to-cash" @click="pageTo({ url: '/admin/shopYeChange/list' })" style="margin-left:50upx;">变动明细</text>
-                <text v-if="shopInfo.txBalance > 0" @click="checkToApplyCash" class="to-cash" style="margin-left:50upx;">提现</text>
+                <text class="to-cash" @click="pageTo({ url: '/admin/shopYeChange/list' })" style="margin-left:20upx;">变动明细</text>
+                <text class="to-cash" @click="pageTo({ url: '/pagesStore/me/withdraw' })" style="margin-left:20upx;">提现记录</text>
+                <text v-if="shopInfo.txBalance > 0" @click="checkToApplyCash" class="to-cash" style="margin-left:20upx;">提现</text>
               </view>
             </view>
           </view>
@@ -74,10 +75,6 @@
               <view class="tui-title">支出明细</view>
             </tui-list-cell>
 
-            <tui-list-cell @click="pageTo({ url: '/pagesStore/me/withdraw' })" class="line-cell" :hover="false" :arrow="true" >
-              <view class="tui-title">提现记录</view>
-            </tui-list-cell>
-
             <tui-list-cell @click="pageTo({ url: '/pagesStore/me/rechargeList' })" class="line-cell" :hover="false" :arrow="true" >
               <view class="tui-title">充值记录</view>
             </tui-list-cell>

+ 1 - 1
ghsApp/src/admin/home/member.vue

@@ -303,7 +303,7 @@ export default {
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
-      width: 300upx;
+      width: 390upx;
       font-size: 32upx;
     }
   }