zhangwei
2024-08-20 ef1114c22614762e54e49bc7c600d2a2cd460791
src/pages/wallet/index.vue
@@ -5,12 +5,12 @@
            <view class="header chuany-flex chuany-justify-between chuany-align-center">
               <view class="left">
                  <view class="c-p-b-16">
                     收入余额(元)
                     {{identity=='enterprise'?"企业余额(元)":'收入余额(元)'}}
                  </view>
                  <text class="chuany-font50 fs-weight__500">12.88</text>
               </view>
               <view class="right">
                  <up-button type="warning" size="small" shape="circle" text="提现"></up-button>
                  <up-button type="warning" size="small" shape="circle" :text="identity=='enterprise'?'充值':'提现'"></up-button>
               </view>
            </view>
         </view>
@@ -40,12 +40,7 @@
   export default {
      onLoad() {
         let that = this
         uni.getStorage({
            key: 'identity',
            success: function(res) {
               that.identity = res.data
            }
         });
         that.identity = this.$db.get('identity')
      },
      data() {
         return {