-
zhangwei
2024-09-12 f7aa204aa8d20b090d7943969ddeb9871a1fad76
src/pages/wallet/index.vue
@@ -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>
@@ -59,7 +59,7 @@
      },
      onLoad() {
         let that = this
         this.userInfo = this.$db.get('userInfo') ? JSON.parse(this.$db.get('userInfo')) : {}
         this.userInfo = this.$db.get('userInfo') || {}
         uni.getStorage({
            key: 'identity',
            success: function(res) {
@@ -142,7 +142,7 @@
      }
   }
   @import './mine.scss';
   // @import './mine.scss';
   .money_bag {
      background: #fff;