zhangwei
2024-09-11 4eef04aa662cf4f8fbde60ca99c0011b6203c558
src/pages/wallet/index.vue
@@ -10,8 +10,8 @@
                  <text class="chuany-font50 fs-weight__500">{{balance}}</text>
               </view>
               <view class="right">
                  <up-button type="warning" size="small" shape="circle" @click="goMoney"
                     :text="identity=='enterprise'?'':'提现'"></up-button>
                  <up-button type="warning" size="small" shape="circle" @click="goMoney" v-if="identity!=='enterprise'"
                     text="提现"></up-button>
               </view>
            </view>
         </view>
@@ -20,7 +20,7 @@
            <view class="tool_wrap">
               <view class="tool_title chuany-flex chuany-justify-between">
                  <view class="title">
                     <text>收入明细</text>
                     <text>工资明细</text>
                  </view>
                  <view class="chuany-flex title_right" @click="toIncome">
                     <text class="c-m-r-10">全部</text>
@@ -142,7 +142,7 @@
      }
   }
   @import './mine.scss';
   // @import './mine.scss';
   .money_bag {
      background: #fff;