zhangwei
2024-09-18 182884c4367668f279851b76be9b2b957ad0d47a
src/pages/wallet/index.vue
@@ -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;